⚙️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:
ensure p6_bodyguardsFor QBCore:
ensure p6_bodyguardsInventory
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/imagesfolder. Then copy the items provided in_installation/[items]/ox_inventory.luaand paste them into yourox_inventory/data/items.luafile.
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/imagesfolder. Then copy the items provided in_installation/[items]/qb_inventory.luaand paste it into yourqb-core/shared/items.luafile. 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