SA-MP Forums Archive
Player Tag problem - 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: Player Tag problem (/showthread.php?tid=335199)



Player Tag problem - RaulSTARs - 17.04.2012

How can I make to can see Player Tag from this distance?

IMAGE HERE

I have in .pwn SetPDistance(10); but idk what exactly mean... because on sa:mp wiki doesen't exist !


Who know how can I make?


Re: Player Tag problem - [MG]Dimi - 17.04.2012

https://sampwiki.blast.hk/wiki/SetNameTagDrawDistance

Here. Default one is 70.0 so depends how much you want.


Re: Player Tag problem - RaulSTARs - 17.04.2012

But if I don't have SetNameTagDrawDistance ? I need to put it ?


And SetPDistance what is?


Re: Player Tag problem - Ubuntu - 17.04.2012

Put this on your OnGameModeInit();

SetNameTagDrawDistance(40.0);