01.08.2015, 14:46
Right, so you want to weed out anyone that IS in your team;
Sidenote: check out GetPlayerDistanceFromPoint or the example on VectorSize for a more efficient distance calculation method.
Код:
if(pInfo[i][Team] == pInfo[playerid][Team]) continue;