mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Update config.lua
This commit is contained in:
+5
-6
@@ -1,13 +1,12 @@
|
||||
Config = {}
|
||||
Config.MaxPlayers = 4
|
||||
Config.MaxPlayers = 32
|
||||
Config.Accounts = { 'bank', 'black_money' }
|
||||
Config.AccountLabels = { bank = 'Banque', black_money = 'Argent Sale' } -- French
|
||||
-- Config.AccountLabels = { bank = 'Bank', black_money = 'Dirty Money' } -- English
|
||||
Config.PaycheckInterval = 2 * 60000
|
||||
Config.ShowDotAbovePlayer = true
|
||||
Config.PaycheckInterval = 7 * 60000
|
||||
Config.ShowDotAbovePlayer = false
|
||||
Config.DisableWantedLevel = true
|
||||
Config.RemoveInventoryItemDelay = 1000
|
||||
Config.RemoveInventoryItemDelay = 5 * 60000
|
||||
Config.EnableWeaponPickup = true
|
||||
Config.Locale = 'fr'
|
||||
Config.EnableDebug = true
|
||||
|
||||
Config.EnableDebug = false
|
||||
|
||||
Reference in New Issue
Block a user