[HELP] Changing Z-Coord of an Attach3DTextLabelToPlayer
#1

Ok, so i made some 3DTextLabels above players heads, but they are really high, about 3 inches above the persons head, no matter how low i set the Z-Coord, it still remains 3 inches high.

Here is the code:

Код:
new string[ 128 ];
format(string,sizeof(string),"%s\n ID: %d",GetName(playerid),playerid);
connect[playerid] = Create3DTextLabel( string, GREY, 30.0, 40.0, 10.0, 15.0, 0);
Attach3DTextLabelToPlayer(connect[playerid], playerid, 0.0, 0.0, 0.7);
Image:


Thanks in advance!
Reply
#2

Tried changing this line?
Код:
Attach3DTextLabelToPlayer(connect[playerid], playerid, 0.0, 0.0, 0.7);
Reply
#3

Thanks, fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)