Textdraw Colouring - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw Colouring (
/showthread.php?tid=366259)
Textdraw Colouring -
Kyle - 05.08.2012
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.
Re: Textdraw Colouring -
Ranama - 05.08.2012
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