06.11.2010, 21:11
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:
Image:
Thanks in advance!
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);
Thanks in advance!