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)
+--- Thread: Textdraw help (/showthread.php?tid=424658)



Textdraw help - Zalman - 23.03.2013

why does the text no go in the box?



Code:

pawn Код:
Textdraw1 = TextDrawCreate(246.000000, 280.000000, "Test                                                         ");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 2);
TextDrawLetterSize(Textdraw1, 0.250000, 1.099999);
TextDrawColor(Textdraw1, -1);
TextDrawSetOutline(Textdraw1, 0);
TextDrawSetProportional(Textdraw1, 1);
TextDrawSetShadow(Textdraw1, 1);
TextDrawUseBox(Textdraw1, 1);
TextDrawBoxColor(Textdraw1, 118);
TextDrawTextSize(Textdraw1, 180.000000, 5.000000);
Also how do I change the width of the box rather than the height?


Re: Textdraw help - Rock - 23.03.2013

Zamaroht's textdraw editor


Re: Textdraw help - RajatPawar - 23.03.2013

Quote:
Originally Posted by Rockk
Посмотреть сообщение
Zamaroht's textdraw editor
Meh, iPLEOMax's textdraw editor is better, you can use the cursor and all that. Try that.