ja
This commit is contained in:
@@ -133,13 +133,12 @@ namespace ReallifeGamemode.Server.Events
|
||||
if (user.IsAdmin(AdminLevel.ADMIN) == true)
|
||||
{
|
||||
player.TriggerEvent("startDeathTimer", true);
|
||||
player.Health = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
player.TriggerEvent("startDeathTimer", false);
|
||||
player.Health = 0;
|
||||
}
|
||||
player.Health = 0;
|
||||
player.SetData("isDead", true);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user