Skip to main content

Requirements

  • ESX (1.10.7, 1.11.3+, or 1.14.0+), QBCore, or QBX
  • jaksam_core
  • oxmysql and ox_lib (see the Start Order Example for your framework below)
Do NOT use FileZilla to upload the files, otherwise the script will NOT work. Use WinSCP instead.
  1. Download the script and extract it into your resources.
  2. Download jaksam_core and extract it into your resources.
  3. Add the following code right after es_extended in your server.cfg:
  1. In es_extended/config.lua, set:
  1. In es_extended/config.lua, set:
  1. The script will automatically set up the database. If it doesn’t, you can manually run the files in the jaksam_inventory/sql/ folder.

Start Order Example

If it doesn’t work, be sure to use the latest version of the official ESX with all required dependencies.
You are ready to go! Enjoy the script 😁

Verification

Use the /inventory command in-game. If your inventory opens, the script is running correctly.

Importing Old Items and Inventories

  1. Go in-game.
  2. Use the /inventory command and go to Settings.
  3. Click Import from ESX.
  4. Done!

Backwards Compatibility

This inventory lets you use your old scripts, even if they require a different inventory system.

Default Framework Functions

You can use the normal inventory functions provided by your framework.

OX Inventory Compatibility

If your old scripts use OX Inventory, you can enable easy compatibility.
  1. Go to jaksam_inventory/integrations/sv_integrations.lua.
  2. Enable ox_inventory in Integrations.backwardsCompatibility.
  3. The server may require a restart after it loads for the first time with these settings.

QB Inventory Compatibility

If your old scripts use QB Inventory, you can enable easy compatibility.
  1. Go to jaksam_inventory/integrations/sv_integrations.lua.
  2. Enable qb-inventory in Integrations.backwardsCompatibility.
  3. The server may require a restart after it loads for the first time with these settings.
That’s all! Your old scripts should now work with this inventory.

Related topics

Installation