Difference between revisions of "OnPlayerRespawn"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''procedure OnPlayerRespawn(ID: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who just respawned. '''Descrip...")
 
(No difference)

Latest revision as of 11:29, 15 August 2012

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