OnPlayerRequestSpawn

From Vice City Multiplayer
Revision as of 11:50, 30 December 2015 by Decent 946 (talk | contribs)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

Syntax

function onPlayerRequestSpawn( player )

Arguments

  • Player player - The Pointer of the player.


Example

function onPlayerRequestSpawn( player )
{
MssagePlayer( " please register by /register <password> to access the service", player );
}


Notes

The function MessagePlayer and call onPlayerRequestSpawn were used in this example. More info about them in corresponding pages.

Related Events