mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 20:01:27 +00:00
Respect sv_maxclients
This commit is contained in:
+11
-11
@@ -1,15 +1,15 @@
|
||||
Config = {}
|
||||
Config.Locale = 'fr'
|
||||
Config = {}
|
||||
Config.Locale = 'fr'
|
||||
|
||||
Config.Accounts = { 'bank', 'black_money' }
|
||||
Config.AccountLabels = { bank = _U('bank'), black_money = _U('black_money') }
|
||||
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.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 = 32
|
||||
Config.PaycheckInterval = 7 * 60000
|
||||
Config.MaxPlayers = GetConvarInt('sv_maxclients', 32)
|
||||
|
||||
Config.EnableDebug = false
|
||||
Config.EnableDebug = false
|
||||
|
||||
Reference in New Issue
Block a user