09.07.2011, 03:34
I see you are using a define called "APPROX_PLAYERS." Why do this, when you could easily use foreach? It (probably) does the same thing, but its (probably) much more efficient then how you are doing it with the define. You can do the same thing by doing this:
pawn Код:
foreach(Player, i)