10.07.2013, 21:04
Hi, don't use it with OnPlayerSpawn.
Player nametag is renewed every time a player is streamed in. Instead, use the public OnPlayerStreamIn(playerid, forplayerid). Simply check if both playerid and forplayerid are ninjas, and if not, then hide the nametag for the player.
Player nametag is renewed every time a player is streamed in. Instead, use the public OnPlayerStreamIn(playerid, forplayerid). Simply check if both playerid and forplayerid are ninjas, and if not, then hide the nametag for the player.

