mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
14 lines
510 B
Lua
14 lines
510 B
Lua
Config = {}
|
|
Config.Locale = 'fr'
|
|
|
|
Config.Accounts = { 'bank', 'black_money' }
|
|
Config.AccountLabels = { bank = _U('bank'), black_money = _U('black_money') }
|
|
|
|
Config.ShowDotAbovePlayer = false
|
|
Config.DisableWantedLevel = true
|
|
Config.EnableWeaponPickup = true
|
|
Config.RemoveInventoryItemDelay = 5 * 60000
|
|
Config.PaycheckInterval = 7 * 60000
|
|
Config.MaxPlayers = 32
|
|
Config.EnableDebug = false
|