03.02.2016, 12:54
hello i have a text draw problem !
Text Draw Color is : 0xFF8C0096
But when i make ~w~ in some commands in the screen the color is not too white but little dark !
i want it show white and not really dark ! How can i do that?
PHP код:
GT[playerid] = TextDrawCreate(321.000000, 129.000000, "");
TextDrawAlignment(GT[playerid], 2);
TextDrawBackgroundColor(GT[playerid], 255);
TextDrawFont(GT[playerid], 2);
TextDrawLetterSize(GT[playerid], 0.400000, 1.500000);
TextDrawColor(GT[playerid], 0xFF8C0096);
TextDrawSetOutline(GT[playerid], 1);
TextDrawSetProportional(GT[playerid], 1);
But when i make ~w~ in some commands in the screen the color is not too white but little dark !
i want it show white and not really dark ! How can i do that?