05.07.2015, 07:43
I have this:
it has box, and box color in background how can I remove that so there wont be nothing in background?
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);