error 075: input line too long (after substitutions)
#7

Example:

pawn Код:
new totalstring[60];
new str[30] = "Part1-Of-The-Very-Long-String";
new str1[30] = "Part2-Of-The-Very-Long-String";

format(totalstring, sizeof(totalstring), "%s%s, str, str1);

printf(totalstring);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 9 Guest(s)