try fix jail death
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user