Textdraw Overhangs?
#1

As you can see my textdraw over hangs, Well starts so you cannot see it. All i want is it to start in the same place what ever the string size and go accross to the right. Help please




Edit: This is the code

pawn Код:
txtTypeBottomLeft = TextDrawCreate(150.0, 430.0," ");
       TextDrawLetterSize(txtTypeBottomLeft, 0.5 ,1.3);

    TextDrawAlignment(txtTypeBottomLeft, 2);
    TextDrawFont(txtTypeBottomLeft, 1);
    TextDrawSetOutline(txtTypeBottomLeft, 0);
    TextDrawSetProportional(txtTypeBottomLeft, 1);
    TextDrawSetShadow(txtTypeBottomLeft, 1);
    TextDrawColor(txtTypeBottomLeft,0xBCBCBC96);
Reply


Messages In This Thread
Textdraw Overhangs? - by Kyle - 11.03.2010, 06:34
Re: Textdraw Overhangs? - by pen_theGun - 11.03.2010, 06:38
Re: Textdraw Overhangs? - by Kyle - 11.03.2010, 06:42
Re: Textdraw Overhangs? - by pen_theGun - 11.03.2010, 06:56

Forum Jump:


Users browsing this thread: 1 Guest(s)