20.06.2012, 10:10
Well - I want to remove that once the player join he must click "Spawn" button - How to remove that button and to make the player Auto-Spawn ?
public OnPlayerConnect(playerid)
{
SetSpawnInfo(playerid, 255, 16,1958,1343,15,269,38, 500, 0, 0, 0, 0);
SpawnPlayer(playerid);
return 1;
}