SA-MP Forums Archive
Function to hide names? - 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: Function to hide names? (/showthread.php?tid=152617)



Function to hide names? - Antonio [G-RP] - 05.06.2010

What is the function to customize/not show a players name(to all other players)?

Thanks In advance.


Re: Function to hide names? - omgunoobjk - 05.06.2010

Код:
ShowNameTags(0);
There it is.
1 = Show them, 0 = Piss on them

To hide them on the radar you can do

Код:
ShowPlayerMarkers(0);



Re: Function to hide names? - Antonio [G-RP] - 05.06.2010

Thanks, but thats not what I mean

I'm looking to hide only a certain players name, to all other players


Re: Function to hide names? - Simon - 05.06.2010

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


Re: Function to hide names? - Antonio [G-RP] - 05.06.2010

Thanks Simon, you just completed my Mask function