Do ur guys know how to make other players unable to see the hp bar on our charac
#1

Do ur guys know how to make other players unable to see the hp bar on our character?
Reply
#2

I don't think it's possible.
Reply
#3

You can deactivate it, but then you deactivate the name above player, too. But you can attach a 3D text to player and I think it will work.
And you can create function:
pawn Код:
stock SetPlayerColorEx(playerid, color)
{
new ss[50];
format(ss, sizeof(ss), "%s(%i)", Name(playerid), playerid);
Update3DTextLabelText(NameTag[playerid], ss, color);
return SetPlayerColor(playerid, color);
}
I hope this will help you.
Reply
#4

https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer

pawn Код:
for(new id = 0; id < MAX_PLAYERS; id++)
{
  ShowPlayerNameTagForPlayer(botplayerid, id, false);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)