27.06.2012, 14:56
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:
but it only covers one line.
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);