14.02.2010, 21:33
easy 
then %i will show what you have in var1
and %s will show what you have in text1-3

pawn Код:
format(string, sizeof(string), "%i %s %s %s", var1, text1, text2,text3");
and %s will show what you have in text1-3