29.10.2015, 00:37
You need to escape the quotation marks (\") if the text in the double quotes are actual text, as so (dark blue highlight):
If they are hexadecimal colors, go with:
If they are hexadecimal colors, go with:
pawn Код:
#define COL_WHITE "{FFFFFF}"
#define COL_YELLOW "{FFFF00}"
"Test "#COL_WHITE" %s "#COL_YELLOW"."