SA-MP Forums Archive
how to transparent this box? Now its is BLACK - 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: how to transparent this box? Now its is BLACK (/showthread.php?tid=556282)



how to transparent this box? Now its is BLACK - paulbobin - 10.01.2015

how to transparent this box? Now its is BLACK

Textdraw1 = TextDrawCreate(641.000000, 101.000000, " ");
TextDrawUseBox(Textdraw1,1);
TextDrawBoxColor(Textdraw1,0x00000033);
TextDrawAlignment(Textdraw1,0);
TextDrawBackgroundColor(Textdraw1,0x000000ff);
TextDrawFont(Textdraw1,3);
TextDrawLetterSize(Textdraw1,-0.000000,8.700001);
TextDrawColor(Textdraw1,0xffffffff);
TextDrawLetterSize(Textdraw1, 7.099995, 26.200000);
TextDrawSetOutline(Textdraw1, 1);
TextDrawSetProportional(Textdraw1, 0);
TextDrawUseBox(Textdraw1, 1);
TextDrawBoxColor(Textdraw1, 255);
TextDrawTextSize(Textdraw1, 480.000000, 0.000000);


Re: how to transparent this box? Now its is BLACK - ATGOggy - 10.01.2015

Try to remove the box


Re: how to transparent this box? Now its is BLACK - paulbobin - 10.01.2015

Works Using SA-MP Colour Picker Tool v1.10

Thanx