How to edit player/job colours
#2

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
pawn Код:
#define COLOR_POLICE 0x
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:
pawn Код:
#define COLOR_POLICE 0xEEEEEE
(( 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:
pawn Код:
#define COLOR_POLICE 0xEEEEEEFF
Reply


Messages In This Thread
How to edit player/job colours - by Chivava - 22.06.2009, 10:43
Re: How to edit player/job colours - by Grim_ - 22.06.2009, 11:04
Re: How to edit player/job colours - by Chivava - 22.06.2009, 11:18
Re: How to edit player/job colours - by Grim_ - 22.06.2009, 11:33
Re: How to edit player/job colours - by Chivava - 22.06.2009, 11:36
Re: How to edit player/job colours - by Grim_ - 22.06.2009, 11:41
Re: How to edit player/job colours - by Chivava - 22.06.2009, 11:44

Forum Jump:


Users browsing this thread: 1 Guest(s)