Textdraw help
#1

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?
Reply


Messages In This Thread
Textdraw help - by Zalman - 23.03.2013, 08:59
Re: Textdraw help - by Rock - 23.03.2013, 09:24
Re: Textdraw help - by RajatPawar - 23.03.2013, 10:38

Forum Jump:


Users browsing this thread: 2 Guest(s)