This commit is contained in:
Mycroft
2021-04-28 21:42:12 +01:00
parent bac6cbbb7e
commit 4b2d95059c
8 changed files with 59 additions and 30 deletions
+10 -6
View File
@@ -7,11 +7,15 @@ Config.Accounts = {
money = _U('account_money')
}
Config.StartingAccountMoney = {bank = 50000}
Config.StartingAccountMoney = {bank = 50000}
Config.EnableSocietyPayouts = false -- pay from the society account that the player is employed at? Requirement: esx_society
Config.EnableHud = true -- enable the default hud? Display current job and accounts (black, bank & cash)
Config.MaxWeight = 24 -- the max inventory weight without backpack
Config.PaycheckInterval = 7 * 60000 -- how often to recieve pay checks in milliseconds
Config.EnableDebug = false -- Use Debug options?
Config.EnableSocietyPayouts = false -- pay from the society account that the player is employed at? Requirement: esx_society
Config.EnableHud = true -- enable the default hud? Display current job and accounts (black, bank & cash)
Config.MaxWeight = 24 -- the max inventory weight without backpack
Config.PaycheckInterval = 7 * 60000 -- how often to recieve pay checks in milliseconds
Config.EnableDebug = false -- Use Debug options?
Config.EnableDefaultInventory = true -- Display the default Inventory ( F2 )
Config.EnableWantedLevel = false -- Use Normal GTA wanted Level?
Config.DisableSuperadmin = true -- Disable the use of superadmin
Config.UseMulticharacter = false -- WIP, ADDS multicharacter features