What is Sellshop?
What is Sellshop?
A configurable multi-shop sell system. Players sell items at NPC/target/drawtext shops for cash, dirty money, and/or item rewards. Supports time windows, police requirements, dispatch on suspicious sales, volume price drops, bulk bonuses, and optional XP.
What frameworks are supported?
What frameworks are supported?
Framework:
'auto', 'qb', 'qbox', 'esx', or 'custom'.Inventory, notification, progress bar, interaction, and dispatch are also configurable (including 'auto' where available). Custom adapters use the stubs in opensource/client and opensource/server.Is Project X Bridge required?
Is Project X Bridge required?
No. Sellshop uses its own
config/config.lua for framework, inventory, dispatch, and interaction. Bridge is not required.Why is the shop closed / not enough police?
Why is the shop closed / not enough police?
Check
TimeFrame (open/close hours) and PoliceCount on that shop. Closed hours and too few online police each block access and show a notification.How does XP work?
How does XP work?
Set Set
UseXP = true. Items can define ["Exp"] = 5 (XP per unit sold). By default, server AddExp in opensource/server/server.lua calls pickle_xp when started.To use projectx-xp, change AddExp to something like:ClientSideXP = true only if you intentionally grant XP from the client event hook instead.How do dirty money and item rewards work?
How do dirty money and item rewards work?
Per item, enable
DirtyMoney (e.g. black_money) to pay in dirty money instead of cash. Use ItemReward to give an extra item (or set DisableMoney = true for item-only payouts).How do volume price drops work?
How do volume price drops work?
Enable
Volume on an item: after AmountUntilDropInPrice units are sold, the price drops by DropInPrice percent.Can a shop use random buyer coordinates?
Can a shop use random buyer coordinates?
Yes. Set
Coords to an array of vec4 values — one location is chosen (especially useful with suspicious buyers). With ServerCoords = true, put the same array under that shop id in config/sv_config.lua.Where can I get free support?
Where can I get free support?
Join the Project X Discord and ask in the #Free-Support channel.
