CompileApp is a launcher that calls the pawncc
compiler in order to compile .pwn
files (filterscripts).
I used this application in a SA-MP project and for that reason I publish it in this repository to have it saved here.
- Install .NET 8.0 to be able to run the application.
- Download the pawncc compiler and then edit the PATH environment variable so that
cmd.exe
can take "pawncc" as a command. - Unzip the CompileApp.zip file to the SA-MP server directory.
- Then run
CompileApp.exe
and you are done. This should compile the server's filterscripts.