18.02.2011, 20:31
I would say do something like this;
pawn Код:
public OnPlayerConnect(playerid)
{
SetSpawnInfo(...); //Fill this in
SpawnPlayer(playerid);
return 1;
}