21.06.2009, 17:09
Quote:
Originally Posted by Chivava
Hello, i know i can just search for the colour but it would take long time as i see the colours has been repeating to alot other stuffs but what is the line so i can change the colour from DBLUE to RED ?
|
You can change all dark blue colors to red by changing the hexa color number in the defines...
For example :
pawn Код:
#define COLOR_DBLUE 0x000051AA
so it'd be
pawn Код:
#define COLOR_DBLUE 0xF60000AA
Sorry if I didn't help you but I don't really know what's the problem