Configuration
Learn how to configure the resource.
Translate the resource
- Locate the
config.lua
file in the resource folder. - Find the
Config.Translation
table. - Translate the strings to your desired language.
- Once you're done, save the file and restart the resource.
Add new blacklisted jobs
- Locate the
config.lua
and open it. - At line 13, you will see the
Config.BlacklistedJobs
table. - Add the job name to the table, like this:
- Save the file and restart the resource.
Other configurations
Change ESX resource name
- Open the
config.lua
file in the resource folder. - Find the
Config.ESXResource
variable. - Change the value to your ESX resource name.
Change command names
- Open the
config.lua
file in the resource folder. - Find the
Config.Commands
table. - Change the command names to your desired values.