How to make objects visible from far away? 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: How to make objects visible from far away? HELP (
/showthread.php?tid=393788)
How to make objects visible from far away? HELP -
ShawtyyMacJunior - 19.11.2012
Ive tried the streamers way :
CreateDynamicObject(19430,-321.87000000,-1368.11000000,-21.00000000,90.00000000,0.00000000,90.00000000,
1000);
But thats not working. Am i doing something wrong? I have included the streamer and everything, its just not showing from a far distance
Re: How to make objects visible from far away? HELP -
jakejohnsonusa - 19.11.2012
For that try changing the 1000 to 300.0 as 300.0 is the maximum distance allowed for this function.