mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 03:08:52 +00:00
small fix, not perfect
This commit is contained in:
+4
-4
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user