SA-MP Forums Archive
[UNSOLVED] View Distance Playername - 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: [UNSOLVED] View Distance Playername (/showthread.php?tid=117675)



[UNSOLVED] View Distance Playername - Nameless303 - 01.01.2010

Hi,
I need to know the view distance for the name tags (above players head), because I wan't my player 3D text to become visible at the same time as the name tag

Thanks


Re: [UNSOLVED] View Distance Playername - M4S7ERMIND - 01.01.2010

I dont know whats the default distance, but the distance can be set with:
Код:
SetNameTagDrawDistance(Float:distance);



Re: [UNSOLVED] View Distance Playername - SloProKiller - 01.01.2010

SetNameTagDrawDistance(enterdistanceofyour3dtexthe re)


Re: [UNSOLVED] View Distance Playername - Nameless303 - 01.01.2010

k! Thanks guys