28.12.2012, 12:57
(
Последний раз редактировалось dr.lozer; 30.12.2012 в 17:11.
)
Hi, Today i found a way to make a 0x Colors!
Frist you need a photoshop or something else software to get the color formula!
Ok i use Photoshop now goto the color options in here:

Now Choose Color in "1" in the picture
and copy the color formula in "2" in the picture
Picture:

Now Define the formula in your .pwn
like this:
what is AA or 00 after Furmula ?
AA and 00 is a value of visibility of that color (not good in english :P )
Example:
===> 00:

=[0xFormula00]===[0xFormula11]====[0xFormula22]===[0xFormula33]====[0xFormula44]
if you use number after Formula then remember that you cant use the number more then 9
Example:
if you want more then 9 to use then use AA
===> AA:

=[0xFormulaAA]===[0xFormulaBB]
you cant use the AA more then F
Example:
ENJOY!
Sry 4 My Bad english
Frist you need a photoshop or something else software to get the color formula!
Ok i use Photoshop now goto the color options in here:

Now Choose Color in "1" in the picture
and copy the color formula in "2" in the picture
Picture:

Now Define the formula in your .pwn
like this:
Код:
#define My_Color 0xFormulaAA
AA and 00 is a value of visibility of that color (not good in english :P )
Example:
===> 00:





=[0xFormula00]===[0xFormula11]====[0xFormula22]===[0xFormula33]====[0xFormula44]
if you use number after Formula then remember that you cant use the number more then 9
Example:
pawn Код:
0xFormula1010 // BAD!
0xFormula99 // GOOD!
===> AA:


=[0xFormulaAA]===[0xFormulaBB]
you cant use the AA more then F
Example:
pawn Код:
0xFormulaGG // BAD!
oxFormulaFF // GOOD!
Sry 4 My Bad english
