⚙️Config

You can change individual values in config.lua

All the values present in the configuration are not presented below because they are quite explicit

Debug

If the debug is activated it will allow you to display in Console Server the registered, deleted vehicles, etc..

Framework

This script can be standalone, if needed, and we implemented two basic frameworks. You can change to your preferred framework like this:

If you want to use custom notifications, please set "useCustomNotification" to true and modify the function showNotification in client/utils_editable.lua

if you use the Standalone version, please modify the function treeFound in server/utils_editable.lua

If you want to keep track of who is picking up a batch, discordWebhook in the config.lua is there for that.

Backup

You have the possibility to save them by SQL or JSON.

If you want to use SQL, 2 API support are possible:

  • mysql-async

  • oxmysql

It is also possible that the backup will be performed if you use txAdmin. If not, you will have to use a server event

oneOnlyPersonOpen

Earnings recoverable by 1 person only if oneOnlyPersonOpen is true.

else

Earnings recoverable only once per person if oneOnlyPersonOpen is false.

What's next ?

The installation and configuration are finished, the script is ready to be used!

Enjoy !

Last updated