28.10.2013, 11:13
I'll be impressed if you use foreach.
Loops through 500 times unless im mistaken, good release none the less. Repped.
pawn Code:
for(new i = 0; i < MAX_PLAYERS; i ++)
{
eventorganizer[i] = 0;
}