Configuration
Learn how to configure the resource.
Translate the resource
- Locate the
config.luafile in the resource folder. - Find the
Config.Translationtable. - 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.luaand open it. - At line 13, you will see the
Config.BlacklistedJobstable. - 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.luafile in the resource folder. - Find the
Config.ESXResourcevariable. - Change the value to your ESX resource name.
Change command names
- Open the
config.luafile in the resource folder. - Find the
Config.Commandstable. - Change the command names to your desired values.