β Ensure/Start Order
What is start order sequence, and why is it important?
A script you use from us might rely on another script and may need to utilize various functions from the dependent script when it starts. For instance, if you are a QB/ESX user and a script you've acquired from us needs to query a player from qb-core/es-extended
, you could face multiple issues if our script starts before qb-core/es-extended.
How to solve it?
Change the order in server.cfg file correctly.
ensure yoda-garbage
ensure qb-core or ex-extended
ensure ox_lib
ensure ox_inventory or qb-inventory
ensure ox_target or qb-target
ensure qb-core or ex-extended
ensure ox_lib
ensure ox_inventory or qb-inventory
ensure ox_target or qb-target
ensure yoda-garbage
Last updated
Was this helpful?