15.03.2014, 02:15
If you wish to make it check if any player at all is close to the player, you should run a for loop
pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++)
{
// Put code here
}