Brunx
  • Home
  • Cinema System
    • Installation
    • Configuration
      • Language
      • Setting up cinema
      • Setting up store
      • Keybinds and commands
    • Frameworks
      • Client guide
      • Server guide
    • Exports and events
      • Client events
      • Server events
      • State bags
  • Ice-O-Rink System
    • Installation
    • Configuration
      • Ice Skates
      • Language
      • Setting up controls
      • Setting up wardrobe
      • Setting up peds
      • Setting up store
      • Keybinds and commands
    • Frameworks
      • Server guide
    • Inventorys
      • Server guide
      • Items
    • Exports and events
      • Server exports
      • Server events
      • State bags
Powered by GitBook
On this page
  1. Ice-O-Rink System

Inventorys

PreviousServer guideNextServer guide

Last updated 19 days ago

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:

  • : 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:

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
]]
Server-side