How Can I Attach 3DText Label For Actor
#1

like the title any one know how to ??
Reply
#2

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?
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)