SA-MP Forums Archive
Streamer help - 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: Streamer help (/showthread.php?tid=361999)



Streamer help - Ryan_Michael - 23.07.2012

Does anyone know where or how i can get a better streamer or something that will help? My objects on my game are not loading because of my streamer.


Re: Streamer help - Kindred - 23.07.2012

Are you using incognito's streamer, because that is what I recommend.

It's more or likely not the streamers fault if it is not showing, you may have an incorrect version.


Re: Streamer help - Ryan_Michael - 23.07.2012

Well, it load the objects but you have to get close to it.


Re: Streamer help - Akira297 - 23.07.2012

Ryan, I could help you if you have Teamviewer, Private Message me your TeamViewer ID and PW. I could easily fix this for you.


Re: Streamer help - Kindred - 23.07.2012

Quote:
Originally Posted by Ryan_Michael
Посмотреть сообщение
Well, it load the objects but you have to get close to it.
The last parameter of CreateDynamicObject is streamdistance, change it or add it.


Re: Streamer help - Akira297 - 23.07.2012

<<< Below is a example of the coding of what Kindred is speaking about. >>>
<<< Gas Pump Object Listed Below >>>

CreateDynamicObject(1676,1000.45593262,-937.42443848,42.90899277,0.00000000,0.00000000,8.0 0000000, .interiorid = 0, .worldid = 0, .streamdistance = 75);

^- Object, just change the ending of your following for the streamer and add,

.interiorid = 0 .worldid = 0 .streamdistance = ?? );