βš™οΈConfiguration

In config.lua you have everything you need to change to make the script to your liking

Language and Locales

circle-info

At the moment there are only the following languages: pt-pt, pt-br, es, en, fr and de

circle-check

To change the language simply change the config.lua from en to the language you want. All translations are available in the locales folder.

Config.Locale = 'en'

WhiteList Job

circle-check
circle-exclamation
Config.WhiteList = true -- True if you whant to set job whitelisted false if not
Config.Jobname = 'garbage' -- Name of the witelist job

Systems and Frameworks

circle-info

At the moment we work with ESX, QB-CORE and QBX frameworks. All those frameworks with ox_lib.

To change the framework or system just change it with the options given


Vehicle Keys System

circle-info

To ensure compatibility with different key systems, you can define in config.lua whether you want to use an event or an export to give the player the keys.


Values

In our script we give you the oportunity to set the script for your liking, so we implemented values that you can change to personalizate your script

GarbageValue -> Value per bin deposited to calculate the final payment

TruckValue -> Price to hire the truck before the job start

mingarbage -> Min value of garbage pickup on a job

maxgarbage -> Max value of garbage pickup on a job


Change Truck Model

triangle-exclamation

Last updated