30.09.2010, 15:30
Like Nero_3D said, compiler will convert the hex itself... You can simly use hex colors (0xRGBA) or if you want to print the color, then use something like this.
Код:
new output[64]; format(output, sizeof(output), "dark red color code: %i", (0xF00000AA));