SetPlayerNameTagForPlayer help...
#1

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)