05.01.2011, 05:25
Ok, i want to make a textdraw that appears right under the users name. I know how to Creat3DTextLabel then Attach3DTextLabelToPlayer, but i dont know how to make it yellow with a black border (COLOR_YELLOW) and make it appear right under the username. I use this as of right now.
ranka[playerid] = Create3DTextLabel("Trucker",COLOR_YELLOW,30.0,40.0 ,50.0,40.0,0);
then
Attach3DTextLabelToPlayer(ranka[playerid], playerid, 0.0, 0.0, 0.4);
Can someone help me out?
ranka[playerid] = Create3DTextLabel("Trucker",COLOR_YELLOW,30.0,40.0 ,50.0,40.0,0);
then
Attach3DTextLabelToPlayer(ranka[playerid], playerid, 0.0, 0.0, 0.4);
Can someone help me out?