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



Drawdistance - Mike_Peterson - 25.12.2012

Hiya, Merry christmas.

Anyway, as I think this is not a client sided problem, most of my objects I have created are becoming transparent even if I'm less than 200 metres away. I tried using the streamdistance parameter at createobject, no changes.. tried using incognito's streamer, no changes either.. My gamemode is demanding alot on snipers,and it would be unfair if u can just see everyone through the objects..

So is there anyway of increasing the draw distance of objects? By plugins or scripts, or even mods?


Re : Drawdistance - [HRD]Mar1 - 25.12.2012

CreateObject distance better than Streamer distance


Re : Drawdistance - [HRD]Mar1 - 25.12.2012

CreateObject(model, x, y, z, xr, yr, zr,1000);


Re: Drawdistance - Mauzen - 25.12.2012

I once noticed that particle objects disappear even nearer than 200m, in from model to model different distances. So the maximum draw distance seems to depend on the object. This would indeed be client sided then, and only modifyable by samp itself, but not scriptwise.
Would also make sense if it depends on the object, LOD objects need a way bigger draw distance than e.g. grass objects.


Re: Drawdistance - Mike_Peterson - 25.12.2012

Oh, well that's very unfortunate then :/
I'll see what I'll do with the objects then..