3d text on actors
#1

Is there any way i can attach a 3dtext label on an actor or anything similar to that?
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=573504

pawn Код:
Text3D:Attach3DTextLabelToActor(actorid, text[], color, Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:distance = 10.0, worldid = 0, testlos = 0);
Reply
#3

Just create a 3DTextLabel on their position.

https://sampwiki.blast.hk/wiki/Create3DTextLabel

pawn Код:
new Float:pos[3];
GetActorPos(actorid, pos[0], pos[1], pos[2]);
Create3DTextLabel("Text", -1, pos[0], pos[1], pos[2], 50.0, 0, 0);
Creates the label on its position.
Reply
#4

I mean really attach coz im gonna port them a lot
Reply
#5

Keep on changing the label positions (recreate every time you port them).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)