Strcat help
#2

Well basically, you have a string, and you add other parts to that string. Ex
new str[50];
format(str,sizeof(str),"Id is: %d",playerid)
strcat(str," and this piece is added later");

Output should be: Id is 32 and this piece is added later..
Reply


Messages In This Thread
Strcat help - by DarkStorm22 - 29.10.2012, 21:11
Re: Strcat help - by Dr.Einstein - 29.10.2012, 21:18
Re: Strcat help - by tyler12 - 29.10.2012, 21:53
Re: Strcat help - by DarkStorm22 - 29.10.2012, 22:07

Forum Jump:


Users browsing this thread: 1 Guest(s)