[DЪVIDA] Sistema de GPS (GPSUpdate).
#6

pawn Код:
forward GSUpdate(playerid);
public GPSUpdate(playerid)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        GetDistanceBetweenPlayers(playerid,i); //As reticкncias й a minha dъvida.
    }
    return 1;
}

//na funзгo
for(new i=0; i<MAX_PLAYERS; i++)
{
    GSUpdate(i);
}
//assim ele vai testar todos os jogadores online 1 por 1...
Reply


Messages In This Thread
[DЪVIDA] Sistema de GPS (GPSUpdate). - by Avalanche! - 04.09.2011, 12:58
Re: [DЪVIDA] Sistema de GPS (GPSUpdate). - by RebeloX - 04.09.2011, 13:10
Re: [DЪVIDA] Sistema de GPS (GPSUpdate). - by Avalanche! - 04.09.2011, 13:14
Re: [DЪVIDA] Sistema de GPS (GPSUpdate). - by RebeloX - 04.09.2011, 13:40
Re: [DЪVIDA] Sistema de GPS (GPSUpdate). - by Avalanche! - 04.09.2011, 13:51
Re: [DЪVIDA] Sistema de GPS (GPSUpdate). - by Pharrel - 04.09.2011, 14:15

Forum Jump:


Users browsing this thread: 1 Guest(s)