#1

I want a help with Attach3DTextLabelToPlayer
In this code 'Lifeguard' 3d text is too much up over the head.I want to make it little down.

pawn Код:
new Text3D:label = Create3DTextLabel("Lifeguard", 0xFFFFDD, 0.0, 0.0, -50.0, 40.0, 0);
        Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.5);
        SetPlayerSkin(playerid,251);
How to make the text down?
Reply
#2

pawn Код:
Attach3DTextLabelToPlayer(labelid, playerid, XOffset, YOffset, ZOffset);
Lower the ZOffset. So change 0.5 to 0.3 or lower, to whatever the height suits.
Reply
#3

Ok thank you
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)