01.02.2011, 19:09
hi,
id like to know how to make the text of this textdraw invisible.
Just want the box to be visible.
pls. help..
regards..
id like to know how to make the text of this textdraw invisible.
Just want the box to be visible.
pls. help..
regards..
pawn Код:
wasted = TextDrawCreate(2.000000, 0.000000, "~r~WASTED");
TextDrawBackgroundColor(wasted, 255);
TextDrawFont(wasted, 2);
TextDrawLetterSize(wasted, 3.709998, 49.699966);
TextDrawColor(wasted, -16776961);//what do i have to change here???
TextDrawSetOutline(wasted, 1);
TextDrawSetProportional(wasted, 1);
TextDrawUseBox(wasted, 1);
TextDrawBoxColor(wasted, -10197916);
TextDrawTextSize(wasted, 648.000000, 11.000000);