input line too long (after substitutions)
#4

The limit is 512 character, or around that

just use more formats

pawn Код:
new string[1024];
format(string, sizeof(string), "balbal", balbal);
format(string, sizeof(string), "%sbalbal", string, blabla);
for normal contracting use strcat
Reply


Messages In This Thread
input line too long (after substitutions) - by Antonio144 - 29.05.2011, 18:09
Re: input line too long (after substitutions) - by Michael@Belgium - 29.05.2011, 18:15
Re: input line too long (after substitutions) - by Ouch_Charlie - 29.05.2011, 18:15
AW: input line too long (after substitutions) - by Nero_3D - 29.05.2011, 18:16
Re: input line too long (after substitutions) - by Antonio144 - 29.05.2011, 18:34

Forum Jump:


Users browsing this thread: 2 Guest(s)