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


Messages In This Thread
TextDraw, only box - by Roko_foko - 27.06.2012, 14:56
Re: TextDraw, only box - by Vince - 27.06.2012, 14:57
Re: TextDraw, only box - by Roko_foko - 27.06.2012, 15:31

Forum Jump:


Users browsing this thread: 1 Guest(s)