SA-MP Forums Archive
Hide names in SA-MP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Hide names in SA-MP (/showthread.php?tid=267244)



Hide names in SA-MP - Maelstrom - 07.07.2011

Hello everyone,

is it somehow possible to hide the names and the health of other players in SA-MP? Maybe with a little innocent modification.

Like this:



(I edited the second part of the picture to make clear what I'm wanting.)

Thanks in advance


Re: Hide names in SA-MP - XGh0stz - 07.07.2011

Use this function in your Server Scripts

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

If you're talking about Client-Side, I don't think it's possible
(Unless F10 does the trick by Hiding EVERYTHING)
[I think it's F10, well, I know its Fsomething Key :P]


Re: Hide names in SA-MP - iGetty - 07.07.2011

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

There?


Re: Hide names in SA-MP - XGh0stz - 07.07.2011

Thanx getty154, that'll work too
But that works on Everyone instead of a single player
(Whichever way you plan on going Maelstrom)


Re: Hide names in SA-MP - Scenario - 07.07.2011

Go ahead and try this function.


Re: Hide names in SA-MP - geerdinho8 - 07.07.2011

I think he means that he wants to remove the names from his client.


Re: Hide names in SA-MP - Maelstrom - 07.07.2011

Thanks everyone, and yes we want to remove the name tags for everyplayer.

But those won't hide the health bar right? Doesn't matter much though.

I'll try it later, thanks for the help guys


Re: Hide names in SA-MP - Scenario - 07.07.2011

Quote:
Originally Posted by Maelstrom
Посмотреть сообщение
Thanks everyone, and yes we want to remove the name tags for everyplayer.

But those won't hide the health bar right? Doesn't matter much though.

I'll try it later, thanks for the help guys
When you disable the nametag's, it also removes the health and armor. The whole "nametag" is all of the default information above a players head (their name, ID, health and armor).


Re: Hide names in SA-MP - Maelstrom - 07.07.2011

Quote:

When you disable the nametag's, it also removes the health and armor. The whole "nametag" is all of the default information above a players head (their name, ID, health and armor).

Ok, thank you!