23.03.2013, 08:59
why does the text no go in the box?

Code:
Also how do I change the width of the box rather than the height?

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);