SA-MP Forums Archive
Error message - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error message (/showthread.php?tid=255479)



Error message - kvsolga - 15.05.2011

How can i fix this:

Код:
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1861) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1863) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1864) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1865) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1866) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1867) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1868) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1869) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1870) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1871) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1872) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1873) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1874) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1875) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1876) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1877) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1878) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1879) : error 075: input line too long (after substitutions)
C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1880) : error 075: input line too long (after substitutions)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


19 Errors.



Re: Error message - BizzyD - 15.05.2011

What is the code you got the errors on. But it seems like you have to many letters in a dialog msgbox or something.


Re: Error message - kvsolga - 15.05.2011

under no code its there isnt that much lines


Re: Error message - Jay. - 15.05.2011

Quote:
Originally Posted by kvsolga
Посмотреть сообщение
under no code its there isnt that much lines
Just show the code, it's better. and your get it fixed quicker.


Re: Error message - kvsolga - 15.05.2011

lol im telling you where the errors are the lines dont egsist


Re: Error message - kvsolga - 15.05.2011

dont worry i fixed it


Re: Error message - TheGarfield - 15.05.2011

post lines,

use strcat of text of dialog many long or use strins.


Re: Error message - Elka_Blazer - 15.05.2011

pawn Код:
new TotalString[700];
format(TotalString,sizeof(TotalString),"%s %s",string1,string2);
Just make 1 string and format with the two or more other strings