View distance for 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: View distance for objects? (
/showthread.php?tid=72103)
View distance for objects? -
Xanarki - 06.04.2009
I'm just wondering if it's possible to set the view distance for non-streamed objects. I've tried it with the code below but it didn't work, no matter what value I put:
Код:
new Dynamic;
Object_SetViewDistance(Dynamic,9000);
Dynamic = CreateObject(6942,2831.579,968.905,61.850,0.0,0.0,0.0);
Dynamic = CreateObject(6942,2831.644,968.889,159.662,0.0,0.0,0.0);
I want the objects to be seen from quite a long distance, but I'm starting to wonder if SA-MP has limits in terms of that?
Re: View distance for objects? -
Kinetic - 06.04.2009
Not for non streamed objects.

Sad but true.