Installation
First, we want to let you know that our script only supports the latest versions of the two most popular frameworks. While it might work on older versions, we don't provide support for them as our development is focused on the latest stable releases.
Make sure your server.cfg
contain this line:
For ESX:
For QBCore:
Inventory
This mod is standalone and does not depend on any inventory system. However, we provide installation support for these frameworks to simplify setup.
For ESX:
If you are using ox_inventory, please copy the provided image from the
_installation/[images]
and paste it into yourox_inventory/web/images
folder. Then copy the items provided in_installation/[items]/ox_inventory.lua
and paste them into yourox_inventory/data/items.lua
file.
For QBCore:
If you are using qb-core inventory, please copy the provided image from the
_installation/[images]
and paste it into yourqb-inventory/html/images
folder. Then copy the items provided in_installation/[items]/qb_inventory.lua
and paste it into yourqb-core/shared/items.lua
file. For other inventory systems, you will need to adapt them manually to include the item if you choose to enable it in the configuration file.
Database
This mod requires a database configured. If you already have one, execute the sql file provided in the _installation/[database]
folder to create the neccesary table.
Last updated