The point of using an object 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: The point of using an object streamer (
/showthread.php?tid=173360)
The point of using an object streamer -
mrcoolballs - 02.09.2010
OK, I have always wondered why people use object streamers, what are they for? do they make the gamemode run faster or something, can I just use the plain CreateObject? what difference is there between CreateObject and one found in an object streamer, please explain somebody?
Re: The point of using an object streamer -
[HiC]TheKiller - 02.09.2010
CreateObjects have limits on how many objects you are able to have in your gamemode, for more info check sa-mp limits here
https://sampwiki.blast.hk/wiki/Limits
Re: The point of using an object streamer -
mrcoolballs - 02.09.2010
okay so im alloud to have 254 objects in my gamemode and then if I want more I have to use an object streamer?
Re: The point of using an object streamer -
Toni - 02.09.2010
Quote:
Originally Posted by mrcoolballs
okay so im alloud to have 254 objects in my gamemode and then if I want more I have to use an object streamer?
|
As of SA:MP 0.3b, you can have up to 400 objects -- 0.3a only 254.
And yes, if you have more then 254 objects in 0.3a, without a streamer, you will crash when you spawn (No arguments there).
If you have 0.3b, and you have more then 400 objects, you will crash on spawn as well. (No Arg's).
I recommend you using Incognito's streamer; the plugin (v2.5) streams not only objects, but map icons, 3D Textdraws, pickups, and more (Read more for more info).
The plugin streams EXTREMELY fast, with low use of CPU (thanks to the grid system).
(Incognito's Streamer Plugin)
Re: The point of using an object streamer -
mrcoolballs - 02.09.2010
Okay, so how many objects can I use with the object streamer? like 1000 or something?
Re: The point of using an object streamer -
Vince - 02.09.2010
Up to 4 million. As long as you don't go over 400 objects in a small area.
Re: The point of using an object streamer -
mrcoolballs - 02.09.2010
wow thats cool thanks