π₯Market Stall
Script developed for the server REVEALED | FR | Free Access | Serious RP
β‘ Getting Started
Read the README file for complete setup instructions!
β Creating a Market Stall
You can create a market stall using any of these methods:
With an Inventory Item
Use the item
"marketstall"or any item set inConfig.ItemMarketStall.
Client-side Event
TriggerEvent("bt_stall:startPlaceObject")Server-side Event
TriggerClientEvent("bt_stall:startPlaceObject", source)Via Inventory Integration (Example with VORP):
local VORPInv = exports.vorp_inventory:vorp_inventoryApi() VORPInv.RegisterUsableItem("market_stall", function(data) TriggerClientEvent("bt_stall:startPlaceObject", data.source) VORPInv.CloseInv(data.source) end)
βοΈ Configuration Example (config.lua)
config.lua)π Notes
Flexible creation: You can trigger stall placement from inventory, client event, or server event.
Fully configurable: Jobs, items, and admin permissions are easily managed in
config.lua.Anti-spam: Minimum action interval prevents abuse.
Multilingual UI: Easily switch interface language.
Discord logs: Optional webhook for staff/moderation tracking.
Last updated