Hide Name Tag
#1

Hello, how can i hide an name tag? I know with ShowPlayerNameTagForPlayer, but what is the code for it?
Reply
#2

pawn Код:
if (strcmp("/nameoff", cmdtext, true) == 0)
{
    for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, false);
    GameTextForPlayer(playerid, "~W~Nametags ~R~off", 5000, 5);
    return 1;
}
source:wiki
Reply
#3

"//The player who typed /nameoff will not be able to see any other players nametag."

I dont think this is that what i want.
Reply
#4

-- Guess I was a bit too late.

Can you please explain more?
Reply
#5

Also, i want that a player is invisible for other players, so that other players dont see his name tag, color, healthbar etc.
Reply
#6

can you help me?
Reply
#7

Dont doublepost. And it's what you want It's what you discribed.
Reply
#8

This isnt what i want, i want that this player is for other players invisible not that the player see other players invisible, think before you post..
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)