new string1[] = "string %s";
new string2[] = "Mod ^^.^^";
new output[ sizeof string1 + sizeof string2 ];
formatex( output, charsmax( output ), string1, string2 );
log_amx( "%s", output );
result = L 08/23/2013 - 19:51

5: [Untitled.amxx] string Mod ^.^
So, what is your problem ? Give me a concrete example which doesn't work.
__________________