๐งInstallation
Framework Installation
Server CFG scripts order
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
Server CFG scripts order
ensure oxmysql
ensure ox_lib
ensure es_extended
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
Server CFG scripts order
ensure oxmysql
ensure ox_lib
ensure qbx_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
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.modNow 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 NameYou will need to check that the permission group your character has is one of those listed in config/_main.lua. Example of the default ones:
-- Permissions
-- Permissions required to manage the script in game
-- Leave empty {} to allow access to all players
Config.Permissions = {
'god',
'superadmin',
'admin',
}Last updated