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.

brnx-iceorinksystem/modules/config/config.lua
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