SA-MP Forums Archive
How to remove nametag textdraw - 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: How to remove nametag textdraw (/showthread.php?tid=612378)



How to remove nametag textdraw - Zeus666 - 17.07.2016

How can I remove this nametag?

http://vestigedayz.com/images/gall4.jpg

ShowNameTags(1);

it's activated, but still won't delete that green name


Re: How to remove nametag textdraw - AliBro - 17.07.2016

show us the code


Re: How to remove nametag textdraw - Zeus666 - 17.07.2016

I can't find the code, that's the problem. If I would find it, I easly would remove it.


Re: How to remove nametag textdraw - Shaktimaan - 17.07.2016

I think you have to put this under OnGameModeInit()
Код:
ShowNameTags(0);
I'm not sure beacuse I have never try this.


Re: How to remove nametag textdraw - Zeus666 - 17.07.2016

ShowNameTags(0) it was actually 0 and there was that green nametag.


When I put ShowNameTags(1); normal sa-mp nametag went normal, but that green nametag is still here


Re: How to remove nametag textdraw - Shaktimaan - 17.07.2016

Then I think u need this

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


Re: How to remove nametag textdraw - Zeus666 - 17.07.2016

I searched for ShowNameTag

even for nametag

and I did not find anything.

resolved