SA-MP Forums Archive
streamer bugs - 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 bugs (/showthread.php?tid=551323)



streamer bugs - streetpeace - 18.12.2014

hello everybody!

I have some bugs with my streamer... The objects disappears in some X, Y, Z positions and appears in some X, Y, Z
Like this:
http://zupimages.net/up/14/51/za87.png
http://zupimages.net/up/14/51/0ry8.png
http://zupimages.net/up/14/51/c6tg.png


Re: streamer bugs - Dredd - 18.12.2014

Are you using the latest version of the streamer?


Re : streamer bugs - streetpeace - 18.12.2014

Yes.


Re : streamer bugs - streetpeace - 18.12.2014

up, help me


Re: streamer bugs - Circle - 18.12.2014

Quote:
Originally Posted by streetpeace
hello everybody!
I have some bugs with my
streamer... The objects
disappears in some X, Y, Z
positions and appears in some X,
Y, Z
Like this:
http://zupimages.net/up/14/51/
za87.png
http://zupimages.net/
up/14/51/0ry8.png
http://zupimages.net/up/14/51/
c6tg.png
which streamer you using?


Re : streamer bugs - streetpeace - 18.12.2014

incognito streamer, last version


Re: streamer bugs - Threshold - 19.12.2014

As far as I know, the crack den is quite a large object, and you are probably standing quite a fair distance away from the centre point of the object. What I suggest you do, is increase the 'streamdistance' of the object.

Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
Simply change the second last parameter to a higher value, one that will suit the size of the object.


Re : streamer bugs - streetpeace - 19.12.2014

Thanks!