21.04.2018, 18:00
Quote:
Why use a 3DTextLabel if you can use SetPlayerName()?
Then it must be that the 3DTextLabel must have the same ID as that label from the spawn. How do you create both ID's? do you use streamer or just the same way. |
No, i have 2 names, the outgame name and the ingame rp name, and that is above the head, like in another server, but another 3dtext is above the head, and that should not be there. And the Text from the spawn has an other id.
I created it with Normal Create3DTextLabel
Spawn:
Код:
Create3DTextLabel("[ /fmieten ]\num ein Fahrrad zu mieten",COLOR_YELLOW,-1981.6117,130.0222,27.6875,30,0,1);
Код:
RPNAMETEXT[playerid] = Create3DTextLabel(pInfo[playerid][rpname],COLOR_WHITE,0.0,0.0,0.0,30,0,1);