SA-MP Forums Archive
How can i disable name showing above my 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: How can i disable name showing above my head! (/showthread.php?tid=137511)



How can i disable name showing above my head! - IDownload - 29.03.2010

Hi I'm currently scripting a roleplay server and im wondering how you can disable the NAME/ID floating on top of players heads! so you cant see their names on top of their heads anymore!


Re: How can i disable name showing above my head! - ScottCFR - 29.03.2010

Under OnGameModeInit()

Set
pawn Код:
ShowPlayerMarkers(1);
to
Код:
0



Re: How can i disable name showing above my head! - Mikep. - 29.03.2010

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


Re: How can i disable name showing above my head! - IDownload - 29.03.2010

Quote:
Originally Posted by Mikep.
Thanks man


Re: How can i disable name showing above my head! - Mikep. - 29.03.2010

You're welcome.