SA-MP Forums Archive
Hiding the name that stands above you - 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: Hiding the name that stands above you (/showthread.php?tid=371084)



Hiding the name that stands above you - fuem1907 - 22.08.2012

Hello there, I need this project so badly, let me explain;

As you all know in SA:MP, when you create a character, your nickname shows up above your character. Basically I want to hide that Nickname and ID but with a condition;


There'll be a command which allows you to meet with someone in-game. (Ex: /meet "ID")

When you use that command on someone, there'll be an offer sent to the person that you offered it. It'll ask like;

" "ID of the person who's sending the offer" wants to meet with you, do you accept? If you do (/accept meeting)

Then suddenly you'll be able to see his/her ID and same for him. Check the picture which stands below;





I'm so appreciate, thanks from now.


Re: Hiding the name that stands above you - FalconX - 22.08.2012

pawn Код:
ShowPlayerNameTagForPlayer(playerid, targetid, false); // if your using you can do: new targetid = strval( params ); for targetid define...

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