onPlayerJoin
Description
This is called when a player joins the server. This is fired after data has been sent to the client.
| Name | Description |
|---|---|
| player | The pointer of the new player |
Example
function onPlayerJoin(player) { MessagePlayer("Welcome " + player.Name + " to the server.", player); }