02.11.2012, 10:53
Hi,
If i do a cycle throw 500.
When player spawn, and then other player spawn, and for first player cycle not end all, and then will start new cycle? i have mean maybe new i; use is not safe? maybe will be better to create:
?
If i do a cycle throw 500.
Код:
for(new i; i < 500; i++) { }
Код:
new Cycle[ MAX_PLAYERS ]; for(Cycle[ playerid ] = 0; Cycle[ playerid ] < 500; Cycle[ playerid ] ++)