how to attached 3d text on head player
#1

whats the coordinate,,

i cant find, and how to find coordinate which on player head

label1[playerid] = Create3DTextLabel("Anti Tank",COLOR_GREEN,X, Y, Z+2.0,20.0,1);
Attach3DTextLabelToPlayer(label1[playerid],playerid,0,0,1.2);

i put that, but its so high,,

i want to put it on the name of player,,

sorry my bad eng
Reply
#2

Use Filterscripts that are made for that.
Reply
#3

Change:
Quote:
Originally Posted by handerson
Посмотреть сообщение
Attach3DTextLabelToPlayer(label1[playerid],playerid,0,0,1.2);
To:
pawn Код:
Attach3DTextLabelToPlayer(label1[playerid],playerid,0,0,0.5);
Basically, make the Z offset lower.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)