SA-MP Forums Archive
How Can I Attach 3DText Label For Actor - 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: How Can I Attach 3DText Label For Actor (/showthread.php?tid=619057)



How Can I Attach 3DText Label For Actor - TYDS - 13.10.2016

like the title any one know how to ??


Re: How Can I Attach 3DText Label For Actor - Threshold - 13.10.2016

I don't believe there is a function for this purpose. However, there's no need for it. Actors do not move like NPCs and you will always know their position... so why not just create a 3D text label at their position?


Re: How Can I Attach 3DText Label For Actor - Owen007 - 13.10.2016

new Text3D:label = Create3DTextLabel("Hi my name is owen", GREEN, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 1.5);


try using this