12.08.2016, 17:54
Код:
#define COLOR_GREEN 0x33AA33AA #define COLOR_RED 0xAA3333AA new mainString[100]; new string1[10]; new string2[10]; format(mainString,128,"%s red %s blue",COLOR_GREEN,COLOR_RED, string1, string2); //Want string1 in green color and string 2 in red color