Input Line Too Long
#2

Why don't you use strcat. Its way more faster than format.

You need to use format only when you require to input numbers or floating values into a array/string.

So you can directly do something like this:
pawn Код:
strcat(str, GameStatusStr);
strcat(str, "\t");
strcat(str, JoinedPlayerStr[0]);
...
Reply


Messages In This Thread
Input Line Too Long - by Aerotactics - 05.10.2015, 11:01
Re: Input Line Too Long - by Gammix - 05.10.2015, 12:26
Re: Input Line Too Long - by Threshold - 05.10.2015, 12:31
Re: Input Line Too Long - by Aerotactics - 05.10.2015, 17:56
Re: Input Line Too Long - by Threshold - 06.10.2015, 03:34
Re: Input Line Too Long - by Pottus - 06.10.2015, 04:35

Forum Jump:


Users browsing this thread: 1 Guest(s)