Implemented starting balance, closes #537

This commit is contained in:
ElPumpo
2020-03-04 13:01:46 +01:00
parent 4e4ebfff7b
commit a2308dec59
3 changed files with 12 additions and 10 deletions
+2
View File
@@ -7,6 +7,8 @@ Config.Accounts = {
money = _U('account_money')
}
Config.StartingAccountMoney = {bank = 50000}
Config.EnableSocietyPayouts = false -- pay from the society account that the player is employed at? Requirement: esx_society
Config.DisableWantedLevel = true
Config.EnableHud = true -- enable the default hud? Display current job and accounts (black, bank & cash)