OnJoinGame

From Soldat Community Wiki
Revision as of 11:31, 15 August 2012 by Freeman (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)


External Links