12.04.2017, 10:17
Hello i need a small help
How to change the outline color from Black to white?
PHP код:
TextDrawSetOutline(Te, 2);
TextDrawSetOutline(Te, 2);
"TextDrawSetOutline Sets the thickness of a textdraw's text's outline. TextDrawBackgroundColor can be used to change the color."
https://sampwiki.blast.hk/wiki/TextDrawSetOutline https://sampwiki.blast.hk/wiki/TextDrawBackgroundColor If TextDrawSetOutline is used with size > 0, the outline color will match the color used in TextDrawBackgroundColor. Changing the value of color seems to alter the color used in TextDrawColor |
Te = TextDrawCreate(0.400007, 435.947021, "~w~ZX - ZoneX Build 4");
TextDrawLetterSize(Te, 0.303999, 0.875733);
TextDrawTextSize(Te, 753.000000, 0.000000);
TextDrawAlignment(Te, 1);
TextDrawColor(Te,6);
TextDrawSetShadow(Te, 0);
TextDrawSetOutline(Te, 1);
TextDrawBackgroundColor(Te, 0xFFFFFFFF);
TextDrawFont(Te, 1);
TextDrawSetProportional(Te, 1);
TextDrawSetShadow(Te, 0);