How do I use Pawncc? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: How do I use Pawncc? (
/showthread.php?tid=273194)
How do I use Pawncc? -
seanny - 31.07.2011
How do I use Pawncc?
Re: How do I use Pawncc? -
Vince - 31.07.2011
pawncc.exe is the Pawn compiler program. Unless you want to use it with Notepad++ or another program you shouldn't tamper with it.
Re: How do I use Pawncc? -
Mauzen - 31.07.2011
pawncc is just the compiler that gets called when you compile a script in pawno.
You can use it without pawno if you like, but you dont have to in the most cases. To do so open the console (execute task -> cmd) then type "cd <full path to your pawno folder>" (e.g. "cd c:/games/gta/samp/pawno") and then type pawncc to see how to use it this way.