SA-MP Forums Archive
Textdraw Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Textdraw Help (/showthread.php?tid=207037)



Textdraw Help - Rokzlive - 05.01.2011

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?


Re: Textdraw Help - Haydz - 05.01.2011

Textdraws and 3D text are different
try using this.
https://sampforum.blast.hk/showthread.php?tid=117851

if you want some other help here a nice tut
https://sampforum.blast.hk/showthread.php?tid=2867