22.06.2009, 11:04
Goto www.colorpicker.com
Pick the color shade you like, and look at the code in the box. First when you make the define, do this
The, take the code from the box, without the "#". So, it'll be six numbers. Copy and paste them ont the code we have already, so it could look like:
(( Just an example ))
Then, for the final step, add "FF" to the end of the define, and that'll be all. So it might end up like this:
Pick the color shade you like, and look at the code in the box. First when you make the define, do this
pawn Код:
#define COLOR_POLICE 0x
pawn Код:
#define COLOR_POLICE 0xEEEEEE
Then, for the final step, add "FF" to the end of the define, and that'll be all. So it might end up like this:
pawn Код:
#define COLOR_POLICE 0xEEEEEEFF