SA-MP Forums Archive
Name label - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Name label (/showthread.php?tid=544802)



Name label - iShawn - 04.11.2014

Hi guys, today I have a problem:I In 3DTextLabel name. Initially it work but later, it overlap. (double name on head)
How to fix?
Ah, sorry, but how to save the car damages (exterior)?


Re: Name label - Sabur - 04.11.2014

show us your codes, so we can help.


Re: Name label - iShawn - 04.11.2014

Quote:
Originally Posted by Sabur
View Post
show us your codes, so we can help.
http://pastebin.com/Lzj4dPd7


Re: Name label - iShawn - 04.11.2014

UP.
I put this?
pawn Code:
namelabel[playerid] = Create3DTextLabel(PlayerName(playerid), COLOR_WHITE, 0, 0, 0, 40.0, 0);
Attach3DTextLabelToPlayer(namelabel[playerid], playerid, 0.0, 0.0, 0.2);



Re: Name label - iShawn - 05.11.2014

UP, help me.