OnPlayerRespawn

From Soldat Community Wiki
Jump to: navigation, search

From the Scripting Manual

 procedure OnPlayerRespawn(ID: byte);
 
 Parameter Info:
  ID (Byte): Player ID of the player who just respawned.
 
 Description:
  This procedure will be called every time a player respawns.

External Links