Item Support
Find information on configuring for other resources!
Please note that your resource folder should be named 'carsalesign' for our exports to work properly
Enabling item support
Item support is configured in the Inventory section of your config.lua file. Where item support is enabled, users using the /salesign command will need the item in order to setup a sale sign, regardless of permissions you have enabled.
ESX Item Support
Run the following SQL into your ESX database to add the item:
OX Inventory
The following code needs to be added into ox_inventory/data/items.lua within your OX_Inventory resource:
QB-Core Item Support
Add the following lines of code into your qb-core/shared/items.lua file:
Feel free to adjust the various item settings depending on your server requirements!
vRP Inventory Support
Firstly, head to the config.lua file and enable vRP in the config. Next, add the following line of code into your vrp/cfg/items.lua file:
Quasar Inventory Support
Register the items within your inventory as necessary
Core Inventory Support
Register the items within your inventory as necessary
Last updated
Was this helpful?