20.08.2015, 12:25
Quote:
Colors are not strings. They are often represented in the hexadecimal number system but they are still numbers. The 0x prefix is there so that the Pawn compiler knows to treat it as a hexadecimal number instead of a variable.
|
Код HTML:
new colors[] = { 0xFFFFFFFF, 0xFF0000FF, 0xFFFF00FF }; // etc