PHP код:
stock PlayerSpawn(playerid)
{
new i = random(ReturnSpawnCounts());
if(pInfo[playerid][pTeam] == sInfo[i][sTeam])//but i think it is not necessary
{
SetPlayerPos(playerid,sInfo[i][sPosX], sInfo[i][sPosY], sInfo[i][sPosZ]);
SetPlayerFacingAngle(playerid, sInfo[i][sPosA]);
}
}