Textdraw background color problem - 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 background color problem (
/showthread.php?tid=454149)
Textdraw background color problem -
Luca12 - 27.07.2013
I have try everything today to get nice white color but always it's not change I don't know what's the problem please help. I hope so that I will solve that problem with you guys
. Thanks
http://imageshack.us/content_round.p...qaU3OfL---this is the link to the picture
Re: Textdraw background color problem -
Luca12 - 28.07.2013
Please can you help me. Thanks
Re: Textdraw background color problem -
Aliassassin123456 - 28.07.2013
can you give me your code ?
Re: Textdraw background color problem -
Luca12 - 28.07.2013
this is that
pawn Код:
Textdraw428[playerid] = TextDrawCreate(112.000000, 191.000000, "Nick:");
TextDrawBackgroundColor(Textdraw428[playerid], 259);
TextDrawFont(Textdraw428[playerid], 1);
TextDrawLetterSize(Textdraw428[playerid], 0.370000, 1.500000);
TextDrawColor(Textdraw428[playerid], -1);
TextDrawSetOutline(Textdraw428[playerid], 0);
TextDrawSetProportional(Textdraw428[playerid], 1);
TextDrawSetShadow(Textdraw428[playerid], 1);
TextDrawSetSelectable(Textdraw428[playerid], 0);