Get It Done Right
#8

I thought using the same array for the params & the string, would overwrite each other.
So when you did "format(string, sizeof(string)" it would not store the params in the array, becuase it's already filling the array with new information.

pawn Код:
format(string, sizeof(string), "%s typed: %s", name, string);
And I thought this would send the newly formated string, inside the string.

I guess I still have a lot to learn.
Reply


Messages In This Thread
Get It Done Right - by Daren_Jacobson - 31.05.2009, 16:13
Re: Get It Done Right - by Weirdosport - 31.05.2009, 17:32
Re: Get It Done Right - by Daren_Jacobson - 31.05.2009, 17:39
Re: Get It Done Right - by Weirdosport - 31.05.2009, 17:42
Re: Get It Done Right - by Daren_Jacobson - 31.05.2009, 17:49
Re: Get It Done Right - by yom - 31.05.2009, 18:08
Re: Get It Done Right - by Weirdosport - 31.05.2009, 18:33
Re: Get It Done Right - by Djiango - 31.05.2009, 18:41
Re: Get It Done Right - by Weirdosport - 31.05.2009, 19:02
Re: Get It Done Right - by Daren_Jacobson - 31.05.2009, 19:20

Forum Jump:


Users browsing this thread: 1 Guest(s)