11.07.2012, 12:42
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.
How to make the text down?
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);