19.05.2012, 16:14
Go here: http://www.colorpicker.com/ choose your desired color and then add 0x to the front of it and FF to the end of it, so here's an example:
I have the red code: FF0000
I add 0x to make it: 0xFF0000
I add FF to make it: 0xFF0000FF
So the code would be:
I have the red code: FF0000
I add 0x to make it: 0xFF0000
I add FF to make it: 0xFF0000FF
So the code would be:
pawn Code:
#define COLOR_EXAMPLE 0xFF0000FF