OnPlayerServerAuth
From Onset Developer Wiki
Description
Server has authorized a client and allocated a player identifier to them. The player is now downloading packages from the server. Called after OnClientConnectionRequest but before OnPlayerJoin.
Syntax
OnPlayerServerAuth(player)
Parameters
- player
The player who was given authorization to connect.
Example
__EDIT_ME__