๐Ÿ”งInstallation

Framework Installation

Server CFG scripts order

server.cfg
ensure oxmysql
ensure ox_lib
ensure qb-core
ensure origen_inventory # If you are using the Origen Inventory V2
ensure origen_clothing
ensure origen_clothing_screenshot #(if you need to take the photos for the clothes)
...(make sure starts other scripts that use inventory functions after the origen_inventory)

Now insert the SQL files into your database:

origen_clothing/origen_clothing.sql

Start the script

If you complete the order for the all installation you can start the script correctly

IMPORTANT

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

Setup CFG Permissions

Check that you have all these lines in your cfg, if you don't have any add them.

add_ace group.admin command allow
add_ace group.admin command.quit deny
add_ace resource.qb-core command allow
add_ace qbcore.god command allow
add_principal qbcore.god group.admin
add_principal qbcore.god qbcore.admin
add_principal qbcore.admin qbcore.mod

Now you will need to register your license as the qbcore.god group. To do this, you can use this example replacing your license.

add_principal identifier.license:8f1a3xxxxxxxxxxxxxxxx qbcore.god # Player Name

Last updated