Text Draw - 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: Text Draw (
/showthread.php?tid=600073)
Text Draw -
TuFF12 - 03.02.2016
hello i have a text draw problem !
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);
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?
Re: Text Draw -
ikey07 - 03.02.2016
And why you cannot use 0xFFFFFFFF as textdraw color ?
anyhow, use ~h~ to brighten it up.