QBox

Installation guide

Download Resource

You will receive the script in keymaster.fivem.net profile, after this click in blue "download" button.

After download, put the script in your server files.

Dependencies Part

  • qbx-core

  • weapons script ( provided on download )

Download all the scripts by clicking on their respective names, put them in the server files and start server.cfg

Webhooks

Inventory uses webhooks for logs system. All you need to do is replace the default webhooks, via config.lua

For more info how to create a discord webhook follow this tutorial: https://www.youtube.com/watch?v=fKksxz2Gdnc&t=7s&ab_channel=NoIntroTutorials

SQL

You only need to execute SQL file attached to inventory folder.

Config.lua

Setup all config.lua to your needs, read all comments in green color to be more easier.

Adjust images

To edit/change images, only need to follow this directory: jpr-inventario - html - images. To change item image, put an image and rename to item name.

Adjusting QBox Core

In order to use inventory, you need to edit qbx core in order to support it, here it goes a quick tutorial:

  • Open qbx_core/bridge/qb/server/main.lua, locate:

Replace to:

  • Open qbx_core/bridge/qb/shared/main.lua, locate:

Replace to:

  • Open qbx_core/server/main.lua, locate:

Replace to:

  • Open qbx_core/server/player.lua, locate:

Replace to:

Last updated