SA-MP Forums Archive
Pawn compiler - 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: Pawn compiler (/showthread.php?tid=358106)



Pawn compiler - ikkentim - 09.07.2012

Hi,
I am trying to set up my Notepad++ to compile PAWN scripts.
I followed this tutorial:
https://sampforum.blast.hk/showthread.php?tid=174046
.
Weird thing is, I tried a couple of compiling flags, but it always gives me warnings

-;+ -(+ -\
-; -(
-;+

It gives me some "symbol is ner used" warnings(203), and "symbol is assigned a value that is never used" warnings(1433).
I looked at the compiled .AMX file, but it is only 99 bytes...

When I compile my code with Pawno, it is like 1200 Kbytes.

Does anyone know the issue?

Thanks in advance!