Difference between revisions of "OnJoinTeam"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''procedure OnJoinTeam(ID, Team: byte);'' '''Parameter Info:''' ID (Byte): ID of the player. Team (Byte): Team the player has requ...")
(No difference)

Revision as of 11:35, 15 August 2012

From the Scripting Manual

 procedure OnJoinTeam(ID, Team: byte);
 
 Parameter Info:
  ID (Byte): ID of the player.
  Team (Byte): Team the player has requested to join.
 
 Description:
  This procedure will be called every time a player joins a team.

External Links