Help with player name
#1

How to remove player name(only name not health and armor) ?
Reply
#2

what do you mean ? remove player name?
Reply
#3

yes,only name
Reply
#4

pawn Код:
public OnGameModeInit()
{
    ShowNameTags(0);
    return 1;
}
Use it if it doesn't help then pm me
Reply
#5

Here is an example
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;
}
Reply
#6

You can't toggle individual parts of the nametags. You either have them on or off. You can make custom health/armour (and names) with attached 3D labels though.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)