Add a menu to ask the player if he wants to be respawned at the hospital.

This commit is contained in:
renaiku
2017-08-19 01:13:33 +02:00
parent 9a764e0370
commit 71c8a2c526
3 changed files with 61 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ Config = {}
Config.DrawDistance = 100.0
Config.MarkerColor = {r = 102, g = 0, b = 102}
Config.RespawnDelayAfterRPDeath = 10 * 60 * 1000
Config.MenuRespawnToHospitalDelay= 1 * 60 * 1000
Config.RemoveWeaponsAfterRPDeath = true
Config.RemoveCashAfterRPDeath = true
Config.RemoveItemsAfterRPDeath = true