13 lines
323 B
Lua
13 lines
323 B
Lua
Config = {}
|
|
|
|
Config.Locale = GetConvar('esx:locale', 'en')
|
|
Config.EnableESXIdentity = true
|
|
Config.MaxSalary = 3500
|
|
|
|
Config.BossGrades = { -- Uncomment and/or add additional grades you want to have access to the boss menu.
|
|
['boss'] = true,
|
|
--['staff1'] = false,
|
|
--['staff2'] = false,
|
|
--['staff3'] = false,
|
|
}
|