04.04.2015, 14:06
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:
Here is what it looks like:
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);