29.03.2014, 12:24
These guys solutions are all retarded.
pawn Код:
for(new i = 0; i < sizeof(PI); i++)
{
if(IsPlayerInRangeOfPoint(playerid, 5.0, PI[i][pPozx], PI[i][pPozy], PI[i][pPozz]))
return SCM(playerid,-1,"Works!");
}
return SCM(playerid,-1,"Not near");