TestLOS? - 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: TestLOS? (
/showthread.php?tid=465324)
TestLOS? -
CesarLT - 21.09.2013
Hello everyone, I am wondering..I mapped a custom area, and I am having alot of 3DTextLabels, now when I place "1" in testLOS, or neither I place "0" at it, I keep seeing the text through the objects, how can I fix that?
Re: TestLOS? -
Mattakil - 22.09.2013
Because mapped objects do not have a line of sight in them (if you remove a default object, you'd notice that there are two things to remove, LOD and the actual object), you cannot use the LOS to make it not visible. I recommend just setting the draw distance to 1 or 2
Re: TestLOS? -
CesarLT - 22.09.2013
Quote:
Originally Posted by Mattakil
Because mapped objects do not have a line of sight in them (if you remove a default object, you'd notice that there are two things to remove, LOD and the actual object), you cannot use the LOS to make it not visible. I recommend just setting the draw distance to 1 or 2
|
Kinda figured that out, thank you.