Page cover

πŸ”§Errors

Some error fixes, error page keep updated! If you cannot find your error inside this documentation, report the inventory developer.

No such export XXXXXX in resource ls-xxx

Install the error script, and rename carefully. Do not use script named:

  • ls-xxx-esx

  • ls-xxx-qb

  • ls-xxx-master

  • ls-xxx-xx-master

CODE 1 - Empty PlayerData detected

Reinstall/install ls-core correctly, It's getting all PlayerData from ls-core. When you in setup process probably made a mistake.

CODE 2 - Empty UserData detected

Reinstall/install ls-core correctly, It's getting all UserData from es_extended/qb-core. When you in setup process probably made a mistake.

CODE 3 - Identifier Empty

If your player have empty identifier, check your users table in SQL!

CODE 4 - Firstname Empty

If your player have empty firstname, check your users table in SQL!

CODE 5 - Lastname Empty

If your player have empty lastname, check your users table in SQL!

CODE 6 - Date Of Birth Empty

If your player have empty date of birth (dob in SQL), check your users table in SQL!

CODE 7 - Job Empty

If your player have empty job, check your users table in SQL!

CODE 8 - Job Grade Empty

If your player have empty job grade, check your users table in SQL!

CODE 9 - Plate Empty

If your vehicle have empty plate, check your owned_vehicles table in SQL!

CODE 10 - Model Empty

If your vehicle have empty model, check your owned_vehicles table in SQL!

CODE 11 - ls-dispatch not found

You can edit dispatch from ls-mdt > config.lua Config.Functions.GetDispatches

Last updated