Add files via upload

This commit is contained in:
KandaSoranyan
2018-02-19 03:30:02 +01:00
committed by GitHub
parent 3ba4cd8e9e
commit eb42f346b2
8 changed files with 143 additions and 32 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
Config = {}
Config.MaxPlayers = 32
Config.MaxPlayers = 4
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.PaycheckInterval = 2 * 60000
Config.ShowDotAbovePlayer = true
Config.DisableWantedLevel = true
Config.RemoveInventoryItemDelay = 5 * 60000
Config.RemoveInventoryItemDelay = 1000
Config.EnableWeaponPickup = true
Config.Locale = 'fr'
Config.EnableDebug = false
Config.EnableDebug = true