[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


Messages In This Thread
[HELP] Changing Z-Coord of an Attach3DTextLabelToPlayer - by Camacorn - 06.11.2010, 21:11
Re: [HELP] Changing Z-Coord of an Attach3DTextLabelToPlayer - by Hiddos - 06.11.2010, 21:15
Re: [HELP] Changing Z-Coord of an Attach3DTextLabelToPlayer - by Camacorn - 06.11.2010, 21:34

Forum Jump:


Users browsing this thread: 1 Guest(s)