[Tutorial] [TUT] How to create your own colors!
#1

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:

Код:
#define My_Color 0xFormulaAA
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:
pawn Код:
0xFormula1010 // BAD!
0xFormula99 // GOOD!
if you want more then 9 to use then use AA
===> AA:

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

Sry 4 My Bad english
Reply
#2

Nice Tutorial !
Reply
#3

Quote:
Originally Posted by zohartrejx
Посмотреть сообщение
Nice Tutorial !
Thanks
Reply
#4

Nice tutorial for newbies. But you don't have to open up Photoshop to get the colors, just ****** something like color codes and it will come up.

Nice work though
Reply
#5

Ty

But i say use photoshop coz we can choose different type of colors

Heavy
Light xD
Reply
#6

Well, have programs on this forum that can pick the color than easy, but, it's also are a good way.
Reply
#7

yeah
Reply
#8

Also explain what that AA end of the color code means.
It's the color transparency. Click on the link https://sampwiki.blast.hk/wiki/Colors_List
and scroll down to Alpha values (transparency) and see what it means.
Reply
#9

Quote:
Originally Posted by MouseBreaker
Посмотреть сообщение
Also explain what that AA end of the color code means.
It's the color transparency. Click on the link https://sampwiki.blast.hk/wiki/Colors_List
and scroll down to Alpha values (transparency) and see what it means.
Done and Thanks
Reply
#10

Cool Good
Reply
#11

Delete, did not read properly xD.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)