Textdraw Box Color! - 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 Box Color! (
/showthread.php?tid=524823)
Textdraw Box Color! -
danish007 - 08.07.2014
Hello, Can Any One Give Me This Box Color?
same as this color please?
Re: Textdraw Box Color! -
Cena44 - 08.07.2014
At the end of your color code should be 2 numbers, example 0xFFFFFF(00) this represents the transperancy of your color, for example 00 is invisible, while FF is full colored.
So another example is as follow: Red is 0xFF0000(FF), which means it's fully visible, if you turn it to 0xFF0000(50), it will be transparent a bit. You have to remove () of course.
Re: Textdraw Box Color! -
danish007 - 08.07.2014
Quote:
Originally Posted by Cena44
At the end of your color code should be 2 numbers, example 0xFFFFFF(00) this represents the transperancy of your color, for example 00 is invisible, while FF is full colored.
So another example is as follow: Red is 0xFF0000(FF), which means it's fully visible, if you turn it to 0xFF0000(50), it will be transparent a bit. You have to remove () of course.
|
thankyou.
But I want that same which i posted... in pic? please can anyone give me that?
Re: Textdraw Box Color! -
Cena44 - 08.07.2014
Quote:
Originally Posted by danish007
thankyou.
But I want that same which i posted... in pic? please can anyone give me that?
|
0x00000050, try that.
Re: Textdraw Box Color! -
nmader - 08.07.2014
If that doesn't work you could try a filterscript that was released a while ago called TextDrawEditor. It lets you place, edit colors, everything within in-game so you don't have to constantly connect and disconnect and edit values.