20.03.2011, 20:32
Maby you could use:
pawn Код:
OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid, spawncoordenates);
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
return 1;
}