25.11.2010, 16:57 
	
	
	
		You coud put them all onto one line, or do something like
	
	
	
	
pawn Код:
format(string, sizeof(string), "Some Stuff");
format(string, sizeof(string, "%s Some Other Stuff", string);


