26 Jan 13, 04:08PM
Quote:onConnect player
If defined, this will be executed when you or another player join(s) a server.
Argument Description Values
player The client number of the player who connected integer (-1 for local player)
onDisconnect
If defined, this will be executed when you disconnect from a server.
The alias onDisconnect should have the same argument that onConnect .
Quote:onDisconnect player
If defined, this will be executed when you or another player disconnect(s) a server.
Argument Description Values
player The client number of the player who connected integer (-1 for local player)