08.03.2009, 16:37
If I am not mistaken there must be a
thing under all your loops
btw, you can use if(IsPlayerConnected(i)) instead of if(IsPlayerConnected(i) == 1)
Код:
if(IsPlayerConnected(i) == 1)
Код:
for(new i; i<MAX_PLAYERS; i++)

