Do ur guys know how to make other players unable to see the hp bar on our charac
#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


Messages In This Thread
Do ur guys know how to make other players unable to see the hp bar on our charac - by uplovethai - 13.02.2010, 08:26
Re: Do ur guys know how to make other players unable to see the hp bar on our charac - by Sampiscool123 - 13.02.2010, 08:27
Re: Do ur guys know how to make other players unable to see the hp bar on our charac - by ¤Adas¤ - 13.02.2010, 08:31
Re: Do ur guys know how to make other players unable to see the hp bar on our charac - by dice7 - 13.02.2010, 08:32

Forum Jump:


Users browsing this thread: 2 Guest(s)