onPlayerRequestSpawn
Description
This event is called when a players requests to spawn.
| Name | Description |
|---|---|
| player | The pointer of the player |
Example
function onPlayerRequestSpawn(player) { // conditions here if not valid then return MessagePlayer return 1;}