🔧Installation

Here we're going to guide you in the installation of origen_inventory.

First we want you to know that our script only supports the following versions of the two most used frameworks, in older versions it may be usable but we do not provide support since the development focuses on the following versions:

IMPORTANT

Installation of QB-Core is automatic and requires NO code modifications.

server.cfg
ensure oxmysql
ensure qb-core
ensure origen_inventory
...(make sure starts other scripts that use inventory functions after the origen_inventory)

Now you have to insert the SQL files into your database:

Qb-Inventory Compatibility

Go to origen_inventory/fxmanifest.lua and uncomment:

-- Before:
-- provide 'qb-inventory'

-- After:
provide 'qb-inventory'

Last updated