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


Messages In This Thread
Textdraw Colouring - by Kyle - 05.08.2012, 20:07
Re: Textdraw Colouring - by Ranama - 05.08.2012, 20:13

Forum Jump:


Users browsing this thread: 1 Guest(s)