small fix, not perfect

This commit is contained in:
renaiku
2017-08-22 20:40:28 +02:00
parent f48bf5da31
commit 4b0e2d4a59
2 changed files with 31 additions and 24 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
Config = {}
Config.DrawDistance = 100.0
Config.MarkerColor = {r = 102, g = 0, b = 102}
Config.RespawnDelayAfterRPDeath = 10 * 60 * 1000
Config.RespawnDelayAfterRPDeath = 4 * 60 * 1000
Config.MenuRespawnToHospitalDelay= 1 * 60 * 1000
Config.RemoveWeaponsAfterRPDeath = true
Config.RemoveCashAfterRPDeath = true
Config.RemoveItemsAfterRPDeath = true
Config.EnablePlayerManagement = false
Config.ShowDeathTimer = true
Config.EarlyRespawn = true
Config.EarlyRespawnFine = true
Config.ShowDeathTimer = false
Config.EarlyRespawn = false
Config.EarlyRespawnFine = false
Config.EarlyRespawnFineAmount = 500
Config.Locale = 'fr'