23.07.2009, 19:37
Well this isn't your problem, but it's a bit silly:
Why MAX_PLAYERS?
pawn Код:
for(new i=0;i < MAX_PLAYERS; i++)
{
DestroyObject(i);
}