SA-MP Forums Archive
Straemer Help ( How to increase the count of visible objects in samp 03d to 1000 ) - 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: Straemer Help ( How to increase the count of visible objects in samp 03d to 1000 ) (/showthread.php?tid=317994)



Straemer Help ( How to increase the count of visible objects in samp 03d to 1000 ) - alex_sawa00 - 13.02.2012

Hello, need some help. I am using incognitos streamer on samp 03d. When i put 840 objects map they start lagging and appears by turn. Maybe there is update for the streamer or another streamer which supports 1000 limit of objects in 03d.

This is high detailed bank, adn object appear and dissapear





Re: Straemer Help ( How to increase the count of visible objects in samp 03d to 1000 ) - Nonameman - 13.02.2012

I'm not sure about it, but

pawn Код:
Streamer_MaxItems(STREAMER_TYPE_OBJECT, item_count_here);
under OnGameModeInit() maybe solve your problem.


Re: Straemer Help ( How to increase the count of visible objects in samp 03d to 1000 ) - alex_sawa00 - 13.02.2012

Quote:
Originally Posted by Nonameman
Посмотреть сообщение
I'm not sure about it, but

pawn Код:
Streamer_MaxItems(STREAMER_TYPE_OBJECT, item_count_here);
under OnGameModeInit() maybe solve your problem.
This does not helps


Re: Straemer Help ( How to increase the count of visible objects in samp 03d to 1000 ) - iggy1 - 13.02.2012

I remember Kalcor posting somewhere that although the limit is now 1000 that doesn't necessarily mean you can use that many. He gave reasons why but i can't remember them sorry. If "Streamer_MaxItems" doesnt work for you then you have hit your limit. Unless there's a bug I'm unaware of.