ESX

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

  • es_extended

  • weapons script ( included on downloaded files )

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

Core Modifications

In order to inventory work, you need to be sure your es_extended is supported, to check this, open your es_extended folder and locate this file:

If you found this file, your es_extended is compatible!

Adjusting es_extended to JPR Inventory

After this, you two options:

  • 1 - Use our plug and play es_extended

( Just do this option if you es_extended version is near to 1.13.4) if not, choose option 2.

How i check?

es_extended > fxmanifest.lua

  • 2 - Adapt your es_extended

Both work, but 2. requires more effort and knownledge

Choice 1

In case your choice is 1, here it is the resource: (BACKUP OLD ONE)

version: 1.13.4

Choice 2

In case your choice is 2, here it goes an tutorial:

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.

Converting default ESX items into JPR Items

JPR Inventory system will convert all SQL items on our standart in order to all work perfect.

You have two options:

  • 1 - Run our SQL file named: convert_esx_to_jpr, what this will do? This will convert all player inventories into our format, in order to all work perfect, without this, inventory will simply not work.

  • 2 - In case you quit our inventory, you should run the convert_jpr_to_esx.sql file, in order to reset from JPR items format to default ESX format.

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.

Last updated