TextDraw, only box
#1

Hi,
I want to make a Textdraw that doesn't have text inside, only box.
I want that it covers everything under and right from coordinates: x=0,y=230
I did it like this:
Код:
 	gTD[3]=TextDrawCreate(0,230,"_");
	TextDrawUseBox(gTD[3],1);
 	TextDrawBoxColor(gTD[3],COLOR_BLACK);
 	TextDrawTextSize(gTD[3],640,250);
but it only covers one line.
Reply
#2

Use TextDrawLetterSize to make it higher.
Reply
#3

Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)