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: color (
/showthread.php?tid=595447)
color -
GeneralAref - 03.12.2015
what is this color -474671702 ? and how to find some color for samp?
Re: color -
Vince - 03.12.2015
Re: color -
GeneralAref - 03.12.2015
what is name this software?
download link plz.
Re: color -
SilverStand - 03.12.2015
Here
http://www.getpaint.net/download.html
Re: color -
Lenon - 03.12.2015
Quote:
Originally Posted by GeneralAref
what is name this software?
download link plz.
|
Its calculator on your computer. Just in settings chose "Programmer" and you will get it same as on picture.
Re: color -
GeneralAref - 03.12.2015
i use color red code in samp but i see green.
Re: color -
Ahmad45123 - 03.12.2015
Here is hex code for red:
0xFF0000FF
And for picking a color, use this website:
http://www.colorpicker.com/
Once you choose a color, It will be as:
FF0000, Just add the alpha at the end and add the 0x to the start so its:
0xFF0000FF
Re: color -
GeneralAref - 03.12.2015
thanks