11.03.2010, 06:34
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
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);