SA-MP Forums Archive
Attach 3d label to object - 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: Attach 3d label to object (/showthread.php?tid=611848)



Attach 3d label to object - VincenzoDrift - 11.07.2016

Hi, how can I attach a 3D Text Label to an Object?


Re: Attach 3d label to object - Mencent - 11.07.2016

Hello!

You can't attach a 3D Textlabel to an object. There isn't a function which realize that.


Re: Attach 3d label to object - WhiteGhost - 11.07.2016

But,
You can try putting it infront/Middle of the object so it looks as though its attach to it.


Re: Attach 3d label to object - VincenzoDrift - 11.07.2016

I need this because the object moves..


Re: Attach 3d label to object - Mencent - 11.07.2016

Maybe there is a way to realize that.
You can work with a timer to get the currently position of the object and set there the 3dtextlabel.

Maybe do you know what I mean.


Re: Attach 3d label to object - WhiteGhost - 11.07.2016

Quote:
Originally Posted by Mencent
View Post
Maybe there is a way to realize that.
You can work with a timer to get the currently position of the object and set there the 3dtextlabel.

Maybe do you know what I mean.
Hmm,Sounds good.
Get the Object position Reattach the 3d Label to the object persecond.


Re: Attach 3d label to object - VincenzoDrift - 11.07.2016

Ok well I had already thought of that , but I wanted to hear other opinions