forked from divians/fxserver-es_extended
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
15 lines (11 loc) · 665 Bytes
/
Copy pathconfig.lua
File metadata and controls
15 lines (11 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Config = {}
Config.Locale = 'fr'
Config.Accounts = { 'bank', 'black_money' }
Config.AccountLabels = { bank = _U('bank'), black_money = _U('black_money') }
Config.EnableSocietyPayouts = false -- pay from the society account that the player is employed at? Requirement: esx_society
Config.ShowDotAbovePlayer = false
Config.DisableWantedLevel = true
Config.EnableHud = true -- enable the default hud? Display current job and accounts (black, bank & cash)
Config.PaycheckInterval = 7 * 60000
Config.MaxPlayers = GetConvarInt('sv_maxclients', 32)
Config.EnableDebug = false