[Ajuda] Spawnar Cidade diferente
#2

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;

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);
}
}
   (
mas com certeza vao te ajudar de uma forma melhor.
Reply


Messages In This Thread
Spawnar Cidade diferente - by matheusdorado - 25.01.2017, 12:58
Re: Spawnar Cidade diferente - by johntrybescripter - 25.01.2017, 13:17
Re: Spawnar Cidade diferente - by matheusdorado - 25.01.2017, 13:24

Forum Jump:


Users browsing this thread: 1 Guest(s)