0.0.1
This commit is contained in:
12
resources/[esx_addons]/esx_society/config.lua
Normal file
12
resources/[esx_addons]/esx_society/config.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
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,
|
||||
}
|
||||
Reference in New Issue
Block a user