Help with disabling radar showplayermark - 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: Help with disabling radar showplayermark (
/showthread.php?tid=290855)
Help with disabling radar showplayermark -
[GOD]Dragonster82 - 17.10.2011
Hello people
ShowNameTags(0);
ShowPlayerMarkers(0);
Is apparently not working
Re: Help with disabling radar showplayermark -
Ensconce - 17.10.2011
Under which callback are you putting them?
Re: Help with disabling radar showplayermark -
[GOD]Dragonster82 - 17.10.2011
Command.
Re: Help with disabling radar showplayermark -
Ensconce - 17.10.2011
They can only be used under OnGameModeInit. Read the wiki.
Re: Help with disabling radar showplayermark -
SuperViper - 17.10.2011
If you want to hide nametags you need to set a variable and then set the person's name tag individually with ShowPlayerNameTagForPlayer and then have that repeat in OnPlayerStreamIn.