23.10.2011, 16:01
pawn Код:
format(str, sizeof(str), "* %s %s", str, !strlen(params));
I think what you're looking for is more along the lines of passing the string directly in there, for example:
pawn Код:
format(str, sizeof(str), "* %s %s", str, params);