25.06.2011, 18:42
If this timer works, then try to replace
with this
If it still doesn't work, then I have no other ideas..
pawn Код:
for(new i; i < MAX_PLAYERS; i++)
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)

