13.02.2010, 08:26
Do ur guys know how to make other players unable to see the hp bar on our character?
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);
}
for(new id = 0; id < MAX_PLAYERS; id++)
{
ShowPlayerNameTagForPlayer(botplayerid, id, false);
}