25.05.2013, 15:59 
	
	
	
		No, you should use format. However, it works with literal strings. For example:
	
	
	
	
pawn Код:
#define COL_GREEN "{00FF00}"
"some text and some " #COL_GREEN "green text"


