strcat()
#2

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?
Reply


Messages In This Thread
strcat() - by admantis - 17.03.2011, 23:57
Re: strcat() - by pawn_ - 18.03.2011, 00:01
Re: strcat() - by Calgon - 18.03.2011, 00:03
Re: strcat() - by admantis - 18.03.2011, 00:05

Forum Jump:


Users browsing this thread: 1 Guest(s)