22.12.2012, 14:17
why my textadraw box (background color) is like line: http://i.imgur.com/A9nLP.jpg
Код:
Textdraw0 = TextDrawCreate(353.000000, 386.000000, "Box");// Do not touch this text here....(its the definition of the Box) TextDrawAlignment(Textdraw0, 2); TextDrawBackgroundColor(Textdraw0, 75); TextDrawFont(Textdraw0, 1); TextDrawLetterSize(Textdraw0, 0.000000, 1.200000); TextDrawColor(Textdraw0, -1); TextDrawSetOutline(Textdraw0, 0); TextDrawSetProportional(Textdraw0, 1); TextDrawSetShadow(Textdraw0, 1); TextDrawUseBox(Textdraw0, 1); TextDrawBoxColor(Textdraw0, 75); TextDrawTextSize(Textdraw0, 545.000000, -310.000000);