Step 3

Start order

It is important to put the resources in the correct order, below qb-core but above the other scripts

In order for the resource to start correctly and not receive any errors, we must start the resources in the following order

ensure qb-core
ensure [inventory]

-- [housing]
ensure meta_libs
ensure progressbar
ensure qs-gangwars

-- all 
OTHERS SCRIPTS

Last updated