build(submodules): Remove submodules + move everything at root

This commit is contained in:
Jérémie N'gadi
2017-09-15 14:26:56 +02:00
parent 9ee7a5f61e
commit 97adf4f97c
34 changed files with 0 additions and 16 deletions
+13
View File
@@ -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