Inventorys
Our script is compatible with all FiveM inventories and includes pre-configured settings for ox_inventory, qb-inventory, qs-inventory, and vrp_inventory. If you don't use any of the mentioned frameworks, you can configure your script manually by editing the following files:
Server-side:
brnx-iceorinksystem/modules/server/custom/inventorys/standalone.lua
Below, we provide detailed instructions on how to configure the script and explain the purpose of each available function.
By default, our script automatically detects your framework. However, if you want to set the framework manually, you can do so in the brnx-iceorinksystem/modules/config/config.lua
file. Just follow the example below:
config.inventory = 'auto'
--[[
Remember, not all inventories will have a function to make the wardrobe work, don't forget to check your inventory documents to see if it is possible to make it work.
Supported:
* auto: auto-detect inventory
* ox_inventory
* qb-inventory
* qs-inventory
* vrp_inventory
* standalone
]]
Last updated