SA-MP Forums Archive
Max objects define for icognitos streamer? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Max objects define for icognitos streamer? (/showthread.php?tid=256730)



Max objects define for icognitos streamer? - THE_KNOWN - 22.05.2011

ok now ummm i know theres no limit for icognitos streamed objs. So supoosing i wanna loop through all dynamic objects how would i do it?

for(new i;i<(what define here);i++)

if it was not dynamic i would simply put in MAX_OBJECTS so... help?


Re: Max objects define for icognitos streamer? - Sascha - 22.05.2011

pawn Код:
for(new i=0; i<CountDynamicObjects(); i++)



Re: Max objects define for icognitos streamer? - THE_KNOWN - 22.05.2011

thanks