Difference between revisions of "OnJoinTeam"
(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...") |
Tehbugerz0r (talk | contribs) |
||
Line 9: | Line 9: | ||
This procedure will be called every time a player joins a team. | This procedure will be called every time a player joins a team. | ||
− | == | + | ==See also== |
− | * [ | + | * [[OnJoinGame]] |
[[Category:Server Scripting]][[Category:Server Scripting Events]] | [[Category:Server Scripting]][[Category:Server Scripting Events]] |
Latest revision as of 04:55, 19 March 2013
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.