πΉWeapon Rack
Script developed for the server REVEALED | FR | Free Access | Serious RP
β‘ Getting Started
Be sure to read the README file for complete setup instructions!
β Creating a Weapon Rack
You can create a weapon rack using any of these methodsβ―:
With an Inventory Item
Use the item
"weaponrack"or any other defined inConfig.WeaponRack.
Client-side Event
TriggerEvent("bt_rack:startPlaceObject")Server-side Event
TriggerClientEvent("bt_rack:startPlaceObject", source)Via Inventory Integration (Example with VORP):
local VORPInv = exports.vorp_inventory:vorp_inventoryApi() VORPInv.RegisterUsableItem("weaponrack", function(data) TriggerClientEvent("bt_rack:startPlaceObject", data.source) VORPInv.CloseInv(data.source) end)
βοΈ Configuration Example (config.lua)
config.lua)π Notes
Flexible creation: Weapon racks can be placed via inventory, events, or server triggers.
Fully configurable: Manage who can place or delete racks, which weapons are accepted, and customize all UI messages.
Discord logs: Optional webhook for staff actions or moderation.
Multilingual: Interface and prompts support multiple languages (see
Config.NUILangage).
Last updated