how to attached 3d text on head player - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how to attached 3d text on head player (
/showthread.php?tid=264171)
how to attached 3d text on head player -
handerson - 25.06.2011
whats the coordinate,,
i cant find, and how to find coordinate which on player head
label1[playerid] = Create3DTextLabel("Anti Tank",COLOR_GREEN,X, Y, Z+2.0,20.0,1);
Attach3DTextLabelToPlayer(label1[playerid],playerid,0,0,1.2);
i put that, but its so high,,
i want to put it on the name of player,,
sorry my bad eng
Re: how to attached 3d text on head player -
[MG]Dimi - 25.06.2011
Use Filterscripts that are made for that.
Re: how to attached 3d text on head player -
iPLEOMAX - 25.06.2011
Change:
Quote:
Originally Posted by handerson
Attach3DTextLabelToPlayer(label1[playerid],playerid,0,0,1.2);
|
To:
pawn Код:
Attach3DTextLabelToPlayer(label1[playerid],playerid,0,0,0.5);
Basically, make the Z offset lower.