Difference between revisions of "KickPlayer"
(Created page with "===From the Scripting Manual=== ''procedure KickPlayer(num: byte);'' '''Parameter Info:''' num (byte): Player ID to kick '''Description:''' This function will kick ...") |
(No difference)
|
Latest revision as of 09:12, 15 August 2012
From the Scripting Manual
procedure KickPlayer(num: byte); Parameter Info: num (byte): Player ID to kick Description: This function will kick a Player based on their ID (num).
Examples
KickPlayer(1); //Will kick player 1