One more question about textdraw models..
#1

I have this:

pawn Код:
FuelCan = TextDrawCreate(566.666442, 398.496490, "");
    TextDrawLetterSize(FuelCan, 0.000000, 0.000000);
    TextDrawTextSize(FuelCan, 11.000001, 12.844438);
    TextDrawAlignment(FuelCan, 1);
    TextDrawColor(FuelCan, -1);
    TextDrawSetShadow(FuelCan, 0);
    TextDrawSetOutline(FuelCan, 0);
    TextDrawBackgroundColor(FuelCan, -2139062017);
    TextDrawFont(FuelCan, 5);
    TextDrawSetProportional(FuelCan, 0);
    TextDrawSetShadow(FuelCan, 0);
    TextDrawSetPreviewModel(FuelCan, 1650);
    TextDrawSetPreviewRot(FuelCan, 0.000000, 0.000000, 0.000000, 0.800000);
it has box, and box color in background how can I remove that so there wont be nothing in background?
Reply


Messages In This Thread
One more question about textdraw models.. - by Lajko1 - 05.07.2015, 07:43
Re: One more question about textdraw models.. - by Lynn - 05.07.2015, 07:53

Forum Jump:


Users browsing this thread: 1 Guest(s)