SA-MP Forums Archive
Remove the Health and Armor Tags above a players head... - 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: Remove the Health and Armor Tags above a players head... (/showthread.php?tid=146979)



Remove the Health and Armor Tags above a players head... - Scenario - 09.05.2010

Hello again,

How do I remove the health and armor tags above a players head? Maybe even fade it out so much you can't see it? Does anyone have an idea how to do this?
If you want to know why, I would like to remove them and put Administrator, Moderator or Tester above their heads, since it is an RP server... This could also stop Meta-Gamers, in a way. (hiding the user name is dumb, because than, you wouldn't know who is which OOC)

Thanks again!!


Re: Remove the Health and Armor Tags above a players head... - Scenario - 09.05.2010

Quote:
Originally Posted by Seif_
Disable name tags and use 3D text to add names. Though people won't be able to know if the player is health hacking, keep that in mind.
Thanks Seif! You said,
Quote:

Though people won't be able to know if the player is health hacking, keep that in mind.

I never actually thought about that... Interesting! I will try it out, see what happens in a week. Haha.
The coords for the 3D Text, that is 0.0, 0.0, 0.0 right?


Re: Remove the Health and Armor Tags above a players head... - remyguys - 13.01.2011

Could someone explain how to do this?


Re: Remove the Health and Armor Tags above a players head... - Haydz - 13.01.2011

7 month bump! well done!


Re: Remove the Health and Armor Tags above a players head... - iggy1 - 13.01.2011

pawn Код:
ShowNameTags(false);
In OnGameModeInit/OnFilterscriptInit.


Re: Remove the Health and Armor Tags above a players head... - remyguys - 13.01.2011

And how to get the names back with 3D text thingy?