SA-MP Forums Archive
SetPlayerNameTagForPlayer help... - 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: SetPlayerNameTagForPlayer help... (/showthread.php?tid=463015)



SetPlayerNameTagForPlayer help... - Grooty - 09.09.2013

How could I get a command to make it so when the player executes the command their nametag disappears for all players?


Re: SetPlayerNameTagForPlayer help... - WopsS - 09.09.2013

See this, https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer


Re: SetPlayerNameTagForPlayer help... - FuznesS - 09.09.2013

Код:
foreach(Player, i)
{
    ShowPlayerNameTagForPlayer(i, playerid, false);
}
Enjoy, but use foreach by ******:
https://sampforum.blast.hk/showthread.php?tid=92679