SA-MP Forums Archive
what Object Streamers is Fastest? - 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: what Object Streamers is Fastest? (/showthread.php?tid=136079)



what Object Streamers is Fastest? - yxliang01 - 23.03.2010

what Object Streamers is Fastest?NOW I USE Xobject v1.2.


Re: what Object Streamers is Fastest? - Mike Garber - 23.03.2010

I don't know.
I used MidoStreamer on my server, but changing to rStreamer made It a little bit faster.

However, hat's the only ones I've used, so I don't know about the others.


Re: what Object Streamers is Fastest? - Correlli - 23.03.2010

Quote:
Originally Posted by yxliang01
what Object Streamers is Fastest?
http://forum.sa-mp.com/index.php?topic=127905.0


Re: what Object Streamers is Fastest? - yxliang01 - 23.03.2010

NOW I USE Xobject v1.2


Re: what Object Streamers is Fastest? - Souvlaki - 23.03.2010

Quote:
Originally Posted by yxliang01
NOW I USE Xobject v1.2
Thats far too old and not supported.Change to "Streamer"http://forum.sa-mp.com/index.php?topic=127905.0 as Don Correlli suggested


Re: what Object Streamers is Fastest? - Jay_ - 23.03.2010

Server side streaming in general is a bad idea.
Server side streaming coded in pawn is a [u]VERY bad idea.

If you're going to use a streamer, use one coded in C++, like the one suggested by the above poster.