25.01.2017, 13:17
Nao sou o mais indicado, ate pq nem cheguei nessa parte, mas imagino que voce deve fazer mais ou menos assim, criar um "id" para cada cidade, exemplo , 1 LS ,2 SF;
mas com certeza vao te ajudar de uma forma melhor.
pawn Код:
if(PlayerInfo[playerid][pSpawnCity] == 1)
{
if(PlayerInfo[playerid][pSpawnOrg] ==0) // " 0 seria sem org
{
SetPlayerPos(playerid, CordLS);
}
}
if(PlayerInfo[playerid][pSpawnCity] == 2)
{
if(PlayerInfo[playerid][pSpawnOrg] ==0) // " 0 seria sem org
{
SetPlayerPos(playerid, CordSF);
}
}
(