Extend Death System; Add Revive-System

This commit is contained in:
VegaZ
2018-10-21 21:31:31 +02:00
parent 614ec855e9
commit a1feadfd5d
6 changed files with 54 additions and 16 deletions

View File

@@ -46,6 +46,7 @@ namespace reallife_gamemode.Server.Events
user.PositionX = player.Position.X;
user.PositionY = player.Position.Y;
user.PositionZ = player.Position.Z;
user.Dead = player.GetData("isDead");
saveUser.SaveChanges();
}
}