mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
12 lines
561 B
Lua
12 lines
561 B
Lua
Config = {}
|
|
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 = 7 * 60000
|
|
Config.ShowDotAbovePlayer = false
|
|
Config.DisableWantedLevel = true
|
|
Config.RemoveInventoryItemDelay = 5 * 60000
|
|
Config.EnableWeaponPickup = false
|
|
Config.Locale = 'fr'
|