Installation
Installation
The installation of the script is extremely easy
Do NOT use FileZilla to upload the files, otherwise the script will NOT work
Use WinSCP instead
Download the script and extract it in your resources
Download the jaksam_core and extract it in your resources
Add the script in your auto start, right after
es_extended(example: server.cfg)Set in
es_extended\config.lua->Config.OxInventory = falseSet in
es_extended\config.lua->Config.EnableDefaultInventory = falseThe script will automatically setup the database, in case it doesn't, you can manually run the files in
jaksam_inventory/sql/folder
Start order example
# OX
ensure oxmysql
ensure ox_lib
## ESX
ensure es_extended
ensure jaksam_inventory
# Other ESX scripts (start instead of ensure, otherwise es_extended would restart if it's in this folder)
start [core]If it doesn't work, be sure to use the latest version of the official ESX with the dependencies
Download the script and extract it in your resources
Download the jaksam_core and extract it in your resources
Add the script in your auto start, right after
es_extended(example: server.cfg)Set in
es_extended\config.lua->Config.CustomInventory = "jaksam_inventory"The script will automatically setup the database, in case it doesn't, you can manually run the files in
jaksam_inventory/sql/folder
Start order example
# OX
ensure oxmysql
ensure ox_lib
## ESX
ensure es_extended
ensure jaksam_inventory
# Other ESX scripts (start instead of ensure, otherwise es_extended would restart if it's in this folder)
start [core]Download the script and extract it in your resources
Download the jaksam_core and extract it in your resources
Enable
Integrations.backwardsCompatibilityfor qb-inventory injaksam_inventory\integrations\sv_integrations.luaAdd
jaksam_inventoryin your auto start, right afterqb-core(example: server.cfg)The script will automatically setup the database, in case it doesn't, you can manually run the files in
jaksam_inventory/sql/folder
Start order example
# OX
ensure oxmysql
ensure ox_lib
## QBCore
ensure qb-core
ensure jaksam_inventory
# Other QBCore scriptsIf it doesn't work, be sure to use the latest version of the official QBCore with the dependencies
Download the script and extract it in your resources
Download the jaksam_core and extract it in your resources
Enable
Integrations.backwardsCompatibilityfor ox_inventory injaksam_inventory\integrations\sv_integrations.luaAdd
jaksam_inventoryin your auto start, right afterqbx_core(example: server.cfg)The script will automatically setup the database, in case it doesn't, you can manually run the files in
jaksam_inventory/sql/folder
Start order example
# OX
ensure oxmysql
ensure ox_lib
## QBX
ensure qbx_core
ensure jaksam_inventory
# Other QBX scriptsIf it doesn't work, be sure to use the latest version of the official QBX with the dependencies
You are ready to go! Enjoy the script 😁
Importing old items and inventories
Go in-game
Use /inventory command, go in settings
Click button "Import from ESX"
Done!
Only during this process, make sure the original qb-inventory is running (then you can and should remove it)
Use /inventory command, go in settings
Click button "Import from QBCore"
Done!
Only during this process, make sure the ox_inventory is running (then you can and should remove it)
Use /inventory command, go in settings
Click button "Import from OX inventory"
Done!
Only during this process, make sure the qs_inventory is running (then you can and should remove it)
Use /inventory command, go in settings
Click button "Import from qs-inventory"
Done!
Only during this process, make sure the Chezza inventory is running (then you can and should remove it)
Use /inventory command, go in settings
Click button "Import from Chezza inventory"
Done!
Only during this process, make sure the TGiann inventory is running (then you can and should remove it)
Use /inventory command, go in settings
Click button "Import from TGiann inventory"
Done!
Backwards Compatibility
This inventory lets you use your old scripts, even if they need another inventory
Default Framework Functions
You can use the normal inventory functions from your framework
'OX Inventory' Compatibility
If your old scripts use 'OX Inventory', you can enable easy compatibility
Go in
jaksam_inventory\integrations\sv_integrations.luaEnable
ox_inventoryinIntegrations.backwardsCompatibilityServer may require a restart after it loads the first time with these settings
'QB Inventory' Compatibility
If your old scripts use 'QB Inventory', you can enable easy compatibility
Go in
jaksam_inventory\integrations\sv_integrations.luaEnable
qb-inventoryinIntegrations.backwardsCompatibilityServer may require a restart after it loads the first time with these settings
That's all, your old scripts should work with this inventory
Last updated
Was this helpful?