SA-MP Forums Archive
hiding player's name/helath - 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: hiding player's name/helath (/showthread.php?tid=230003)



hiding player's name/helath - LZLo - 22.02.2011

-how can i hide player's name, but show player's health (if it's possible)?

-how can i show player's name, but hide player's health?


Re: hiding player's name/helath - Elviss - 22.02.2011

show name

pawn Код:
ShowNameTags(1);
hide name

pawn Код:
ShowNameTags(0);
aa and add the on

pawn Код:
public OnGameModeInit()
{



Re: hiding player's name/helath - LZLo - 23.02.2011

ok i knew that, but my other questions?


Re: hiding player's name/helath - BMUK - 23.02.2011

- You can't

- You can't

Edit. You could disable the nametags and show the playername above the player to make an effect of one question.


Re: hiding player's name/helath - LZLo - 23.02.2011

ok thanks.