19.04.2012, 12:17
I want the player to just spawn when he logs in without having this class selection thing.. without the spawn button and such..
public OnPlayerConnect(playerid)
{
SpawnPlayer(playerid);
return 1;
}
public OnPlayerConnect(playerid)
{
SetPlayerSkin(playerid,0); // player must have skin
SpawnPlayer(playerid);
return 1;
}