Quote:
Originally Posted by Gavibro
More easy:
pawn Code:
stock hexToCol(hex) { new str[9]; format(str,9,"{%x}",hex); return str; } printf("%s",hexToCol(0xFF77EE)); #define Color:xxx 0xFF77EE printf("%s",hexToCol(Color:xxx));
___
Nice tut,good for newbie
|
Not really... And I'm not a newbie. That be clear.