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



Streamer - arad55 - 22.08.2014

I'm using streamer and CreateDynamicObject and so on but objects disappear if I'm far away from them, and by far I mean like 50 meters. Can this be fixed?


Re: Streamer - ThePhenix - 22.08.2014

Check streamer documentation, there's something called streamdistance which it's roughly what you need.


Re: Streamer - arad55 - 22.08.2014

I set drawdistance to 300 which is the maximum. What is the maximum for streamdistance?


Re: Streamer - BuLLeT[LTU] - 22.08.2014

I don't know your code, but maybe stream distance is too small ?
pawn Код:
native 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);