24.11.2012, 16:11
You need to loop through every player to check if he is at that point.
pawn Код:
public RadioScena()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
IsPlayerInRangeOfPoint(i, .........
}
}