Could someone give me the code of this colour? - 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: Could someone give me the code of this colour? (
/showthread.php?tid=376323)
Could someone give me the code of this colour? -
davelord - 09.09.2012
Could someone give me the code of this colour?
Re: Could someone give me the code of this colour? -
jpeg - 09.09.2012
#BDC239
Re: Could someone give me the code of this colour? -
Kirollos - 09.09.2012
nvm, the post above answered
Re: Could someone give me the code of this colour? -
Passout - 09.09.2012
http://colorpickersamp.codeplex.com/
Re: Could someone give me the code of this colour? -
davelord - 09.09.2012
Thanks all of you.
Re: Could someone give me the code of this colour? -
Larceny - 09.09.2012
http://code.******.com/p/thecolorpicker/ (Check colors function)
Re: Could someone give me the code of this colour? -
[A]ndrei - 09.09.2012
why need all of that just goto
www.colorpicker.com
Re: Could someone give me the code of this colour? -
davelord - 10.09.2012
I'm sorry, but how to find out the SA:MP color code?
Re: Could someone give me the code of this colour? -
Deal-or-die - 10.09.2012
If you're using the online colour selector [A]ndrei mentioned, add 0x to the front then the colour code produced by the website then 'FF'. - 0x [colour code] FF (without the spaces)
An Example:
0xFF0000FF -
RED
Or for the colour you are looking for it is
0xBDC239FF -
This colour
Re: Could someone give me the code of this colour? -
davelord - 10.09.2012
Thanks!