SA-MP Forums Archive
Best method to stream +10 000 objects - 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: Best method to stream +10 000 objects (/showthread.php?tid=644775)



Best method to stream +10 000 objects - Piooo - 14.11.2017

Hi, been out of SAMP for a lot of years, just starting to get back into the game, but I was wondering what the best way is to stream a lot of objects (10 000+). Back in '09 we used Icognito's streamer.
Are there any better streamers out there at the moment?


Re: Best method to stream +10 000 objects - Dignity - 14.11.2017

Nope


Re: Best method to stream +10 000 objects - BiosMarcel - 14.11.2017

The problem with streaming objects is, that it ain't possible to stream more than 1000 0bjects at once. If you just use `CreateObject` all objects will be static (always be streamed). eg. after calling CreateObject a thousand times, you are out of objects. What a streamer essentially does, is not always streaming the objects, but only when necessary. Therefore there probably wont be any streamers allowing you to stream more. The only thing you can do is tweak your settings for optimal streamer usage (Lower streaming range or so). But i doubt it will help all too much.


Re: Best method to stream +10 000 objects - davve95 - 14.11.2017

If I remember correct, Kalcor said he will raise the object limits.


Re: Best method to stream +10 000 objects - BiosMarcel - 14.11.2017

He should remove the limit ...it makes no sense to have one, if a serverowner thinks his server / players can handle it, so it is ...