15.05.2016, 12:20 
	
	
	
		In OnDialogResponse callback, check if dialogid is equal to 666 and if response is 1 and do it like the way you did:
	
	
	
	
pawn Код:
new string[134]; // max input (128) + "text:" (5) + NULL
format(string, sizeof(string), "text:%s ", inputtext));


