TextDraw opacity?
#1

Sorry for the bad quality photo, but the textdraw is quite small as it is a speedometer. Anyways, why is the shadow showing through the text? Here is the code for the textdraw:

pawn Код:
kilometers[i] = TextDrawCreate(578.000000, 139.000000, " ");
TextDrawBackgroundColor(kilometers[i], 255);
TextDrawFont(kilometers[i], 3);
TextDrawLetterSize(kilometers[i], 0.470000, 1.400000);
TextDrawColor(kilometers[i], -1);
TextDrawSetOutline(kilometers[i], 0);
TextDrawSetProportional(kilometers[i], 1);
TextDrawSetShadow(kilometers[i], 2);
Here is what it looks like:
Reply
#2

TextDrawColor(kilometers[i], 0xFFFFFFFF);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)