06.12.2010, 01:26
How do i make it so that it skips the class selection and spawns you automaticallly at a certain x y z point?
public OnPlayerRequestClass(playerid)
{
SpawnPlayer(playerid)
SetPlayerPos(playerid, X, Y, Z); //Change your coords
return 1;
}