15.03.2013, 13:33
Example of usage:
pawn Код:
#define WHITE "{FFFFFF}"
#define BLACK "{000000}"
// somewhere
format( string, 128, "This is a text with "WHITE"color or "#BLACK"color!" );