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

..........
Reply
#2

post the next line with text on it after that function.
Reply
#3

................
Reply
#4

........
Reply
#5

you getting that error because your string is too long break it up by putting them in a varible
Reply
#6

What string and to what variables?
Reply
#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
#8

I dont see anywhere that he is using a string tho.
Reply
#9

Can you just post which line the error is on?

@Kinetic

The error in the title is caused by a string being too long
Reply
#10

...........
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)