SA-MP Forums Archive
Help me please - 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)
+--- Thread: Help me please (/showthread.php?tid=396564)



Help me please - Morkano - 01.12.2012

Quote:

D:\Server\filterscripts\script.pwn(706) : error 075: input line too long (after substitutions)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

please help me


Re: Help me please - Konstantinos - 01.12.2012

Show the line.


Re: Help me please - Morkano - 01.12.2012

Quote:

return 1;

this is 706 line


Re: Help me please - Konstantinos - 01.12.2012

Show lines 704 to 708, it says that the line is too long, impossible for 'return 1;'.


Re: Help me please - Morkano - 01.12.2012

Quote:

SetPlayerFacingAngle(playerid,Gc[gc][3]);
}
return 1;
}

708 line is empty


Re: Help me please - Konstantinos - 01.12.2012

Are you sure that you didn't forget any " above and it takes the rest of code as a message? Nothing is wrong with the code you showed me, it doesn't even use a string.


Re: Help me please - Morkano - 01.12.2012

so what can i do