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 motorhome
ensure lockpick
ensure qs-motorhome

-- all 
OTHERS SCRIPTS

Last updated