26.08.2012, 16:42
Yes you can.
I can add both in a new update but I heard foreach doesnt make a big diffrent in case you dont have loops like
but you can save some scriptlines because it auto checks things like IsPlayerConnected i think..
Quote:
This is a top notch script. Would've been a few notches better with foreach and whirlpool though.
|
Код:
for(new i = 0; i < MAX_PLAYERS; i++) { if(your code) { for(new i = 0; i < MAX_PLAYERS; i++) { } } }