26.12.2012, 13:14
No, because it won't format the message like that.
pawn Код:
new
query[ 512 ],
query2[ 256 ] // Optional
;
format( query2, sizeof( query2 ), "text here with formats...", variable1, variable2.. );
strcat( query, query2 );
format( query2, sizeof( query2 ), "text2 here with formats...", variable3, variable4.. );
strcat( query, query2 );