04.03.2009, 18:01
Does this supposed to look like this or you can set the width of the box or something makes the box like this?
http://i42.tinypic.com/r1ep09.jpg
I would want it to be like this
http://i39.tinypic.com/2qc4ad0.jpg
I have searched all wiki and forum and noone has this problem (if this is even a problem)
Here is the code
I've tried this
this
this
and it is the same. The box is stretched to the right side.
http://i42.tinypic.com/r1ep09.jpg
I would want it to be like this
http://i39.tinypic.com/2qc4ad0.jpg
I have searched all wiki and forum and noone has this problem (if this is even a problem)
Here is the code
Код:
ClothesTextDraw = TextDrawCreate(15.000000, 170.000000, "Use ~y~LMB ~w~and ~y~RMB ~n~~w~for clothes selection.~n~Press ~y~ENTER ~w~to buy clothes~n~or press ~y~LEFT SHIFT ~w~to~n~return to main menu."); TextDrawFont(ClothesTextDraw, 1); TextDrawLetterSize(ClothesTextDraw,0.499999,1.500000); TextDrawSetProportional(ClothesTextDraw, 1); TextDrawUseBox(ClothesTextDraw, 1); TextDrawBoxColor(ClothesTextDraw, 0x00000099);
Код:
ClothesTextDraw = TextDrawCreate(15.000000, 170.000000, "Use ~y~LMB ~w~and ~y~RMB ~n~~w~for clothes selection.~n~Press ~y~ENTER ~w~to buy clothes~n~or press ~y~LEFT SHIFT ~w~to~n~return to main menu."); TextDrawUseBox(ClothesTextDraw, 1); TextDrawBoxColor(ClothesTextDraw, 0x00000099);
Код:
ClothesTextDraw = TextDrawCreate(15.000000, 170.000000, "Use ~y~LMB ~w~and ~y~RMB ~n~~w~for clothes selection.~n~Press ~y~ENTER ~w~to buy clothes~n~or press ~y~LEFT SHIFT ~w~to~n~return to main menu.");
Код:
ClothesTextDraw = TextDrawCreate(15.000000, 170.000000, "Test.");
and it is the same. The box is stretched to the right side.