SA-MP Forums Archive
How to optimize this? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to optimize this? (/showthread.php?tid=534241)



How to optimize this? - Magic_Time - 28.08.2014

pawn Код:
#define Loop(%0[%2]) for(new %0 = 0; %0 < %2; %0++) if(IsPlayerConnected(%0))



Re: How to optimize this? - Catalyst- - 28.08.2014

Use the foreach include...