18.03.2011, 00:01
I don't know if it will work, but you gotta format the string first (pretty sure).
pawn Code:
new s[16];
format(s, sizeof(s), "Message\n");
strcat(string, s, sizeof(string)); // how do I insert a string here?