04.09.2011, 14:15
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...