Textdraw Colouring
#1

What causes the darkness on the textdraw white part?

Edit: I tried using ~h~ to lighten it.



I use this: "~w~Welcome ~p~KyleSmith ~n~~w~To KSCNRRPG."

Код:
 	txtAlertNotice[playerid] = CreatePlayerTextDraw(playerid, 314.000000, 192.000000, "_");
	PlayerTextDrawAlignment(playerid,txtAlertNotice[playerid], 2);
	PlayerTextDrawBackgroundColor(playerid, txtAlertNotice[playerid], 255);
	PlayerTextDrawFont(playerid, txtAlertNotice[playerid], 3);
	PlayerTextDrawLetterSize(playerid, txtAlertNotice[playerid], 0.829999, 2.399997);
	PlayerTextDrawColor(playerid, txtAlertNotice[playerid], 0xC07D0196);
	PlayerTextDrawSetOutline(playerid, txtAlertNotice[playerid], 1);
	PlayerTextDrawSetProportional(playerid, txtAlertNotice[playerid], 1);
Thank you.
Reply
#2

It might be a textdraw and he's just using a little more gray color then original white?
Edit: sorry thought you wanted to have the gray part
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)