Configuration
Learn how to configure the resource for your server.
Changing the Framework
- Open
config.lua
located in the resource folder. - Locate
Config.esxVersion
and set the value toLatest
orLegacy
depending on what ESX version you are using. - Save the file and restart the resource.
Adding new boss menus
- Open
config.lua
located in the resource folder. - Locate
Config.bossMenus
and add the following code: - Save the file and restart the resource.
Translate the Resource
- Open
config.lua
located in the resource folder. - Locate
Config.translation
and translate the strings to your desired language. - Save the file and restart the resource.
Enabling Invoice System
The Boss Menu is compatible with our Billing Script. To enable the invoice system, follow these steps:
- Install the Billing Script on your server.
- Open
config.lua
located in the resource folder. - Locate
Config.enableInvoices
and set the value totrue
. - Save the file and restart the resource.