/CompileApp-FS

CompileApp is a launcher that calls the pawncc compiler in order to compile .pwn files (filterscripts).

Primary LanguageC#

CompileApp

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.

Requirements

  • Install .NET Core 3.1 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.