SA-MP Forums Archive
Is there any documentation of pawncc.exe? - 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: Is there any documentation of pawncc.exe? (/showthread.php?tid=660994)



Is there any documentation of pawncc.exe? - Ermanhaut - 18.11.2018

I really want to understand how the compiler "translates" the script i wrote to .amx file and how the arguments work.
I tried to find a tutorial or a thread about it, but i found nothing.


Re: Is there any documentation of pawncc.exe? - kristo - 18.11.2018

https://github.com/pawn-lang/compiler/wiki/Options

Some of the arguments aren't supported by the default compiler if you're using that (you shouldn't be, it hasn't been updated in nearly 10 years while the community compiler is being actively developed).


Re: Is there any documentation of pawncc.exe? - Ermanhaut - 18.11.2018

Quote:
Originally Posted by kvann
Посмотреть сообщение
https://github.com/pawn-lang/compiler/wiki/Options

Some of the arguments aren't supported by the default compiler if you're using that (you shouldn't be, it hasn't been updated in nearly 10 years while the community compiler is being actively developed).
I already use the pawn-lang compiler.
This is useful, do you know any other documentation like this?


Re: Is there any documentation of pawncc.exe? - Nero_3D - 18.11.2018




Re: Is there any documentation of pawncc.exe? - Ermanhaut - 18.11.2018

Thank you.