Difference between revisions of "OnJoinGame"
(Created page with "===From the Scripting Manual=== ''procedure OnJoinGame(ID, Team: byte);'' '''Parameter Info:''' ID (Byte): ID of the player. Team (Byte): Team the player has requ...") |
Tehbugerz0r (talk | contribs) |
||
Line 11: | Line 11: | ||
− | == | + | ==See also== |
− | * [ | + | * [[OnJoinTeam]] |
[[Category:Server Scripting]][[Category:Server Scripting Events]] | [[Category:Server Scripting]][[Category:Server Scripting Events]] |
Latest revision as of 04:54, 19 March 2013
From the Scripting Manual
procedure OnJoinGame(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 the game. (event is called when xxx joining game(xx.xx.xx.xx:xx) occurs in console)