13.02.2010, 08:31
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:
I hope this will help you.
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);
}
