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
#2

Код:
txtTypeBottomLeft = TextDrawCreate(30.0, 430.0," ");

TextDrawAlignment(txtTypeBottomLeft, 0);
or
TextDrawAlignment(txtTypeBottomLeft, 1);
Reply
#3

Thats fantastic, Thanks alot! By the way how do i bring it a bit more to the left.
Reply
#4

txtTypeBottomLeft = TextDrawCreate(30.0, 430.0," "); // to the left 20, to the right 40
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)