Пример #1
0
 void CmdRespawnOnServer()
 {
     healthScript.ResetHealth();
 }
Пример #2
0
 void CmdRespawnOnServer()      //Run a command on the server to reset the player's health globally
 {
     healthScript.ResetHealth();
 }