SA-MP Forums Archive
Pawno giving error on "ignored" code. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: Pawno giving error on "ignored" code. (/showthread.php?tid=590913)



Pawno giving error on "ignored" code. - Aerotactics - 05.10.2015




Re: Pawno giving error on "ignored" code. - [FSaF]Jarno - 05.10.2015

The PAWN editor is limited to a certain amount of characters per line (I guess it was something like 512). Just add a return.


Re: Pawno giving error on "ignored" code. - J0sh... - 05.10.2015

Quote:
Originally Posted by [FSaF]Jarno
Посмотреть сообщение
The PAWN editor is limited to a certain amount of characters per line (I guess it was something like 512). Just add a return.
Pawno isn't but the Pawn compiler (pawncc.exe) is.

OT: Just make a new line halfway through the long line.


Re: Pawno giving error on "ignored" code. - ExTaZZ69 - 10.10.2015

Use strcat().
https://sampwiki.blast.hk/wiki/Strcat


Re: Pawno giving error on "ignored" code. - JaydenJason - 12.10.2015

Or you may use Zeex' pawn compiler patches that allows lines to be up to 4000 characters!
https://sampforum.blast.hk/showthread.php?pid=2768123#pid2768123