try fix jail death

This commit is contained in:
hydrant
2019-07-20 14:18:32 +02:00
parent 95e4241610
commit dbb6f49c8b
2 changed files with 14 additions and 22 deletions

View File

@@ -24,6 +24,8 @@ namespace ReallifeGamemode.Server.Wanted
client.SetData("isDead", false);
client.RemoveAllWeapons();
client.Health = 100;
client.Armor = 0;
Random rnd = new Random();
int rndInt = rnd.Next(1, 3);
if (rndInt == 1)