09.06.2012, 21:42
If you use foreach then do this
If you don't you need to create a loop
pawn Code:
foreach(Player, i)
pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++)