SA-MP Forums Archive
I need help with MidoStream > Not showing 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need help with MidoStream > Not showing objects (/showthread.php?tid=147593)



I need help with MidoStream > Not showing objects - Andy_McKinley - 13.05.2010

Hello there! I noticed that I had more than 250 objects and some weren't showing, then I downloaded MidoStream and I put .inc file in Include folder, .pwn and .amx in Filterscript and #include <MidoStream> on top of my script + MidoStream thingy at onplayerdisconnect. Then I uploaded it to ServerFFS, ticked the box MidoStream in filterscript, uploaded include, filterscript, script, objects aren't showing. I am using CreateObjects. I need help to show these objects.


Re: I need help with MidoStream > Not showing objects - RyDeR` - 13.05.2010

You have to use CreateStreamObject(id,x,y,z,rx,ry,rz,viewidstance) ; not CreateObject(id,x,y,z,rx,ry,rz); more info take a look at the first post of the topic.


Re: I need help with MidoStream > Not showing objects - ViruZZzZ_ChiLLL - 13.05.2010

Also, if you don't know this yet, convert it here at http://convertffs.com/objects


Re: I need help with MidoStream > Not showing objects - Andy_McKinley - 13.05.2010

Thank you guys, I got it!