mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
build(submodules): Remove submodules + move everything at root
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
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 = true
|
||||
Config.Locale = 'fr'
|
||||
Config.EnableDebug = false
|
||||
|
||||
Reference in New Issue
Block a user