SA-MP Forums Archive
Pawno in visual studio 2013 - 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: Pawno in visual studio 2013 (/showthread.php?tid=591308)



Pawno in visual studio 2013 - Dusan01 - 10.10.2015

Hi guys, is possible to use VS13 for pawno compiling and how to setup him for pawno compiling?


Re: Pawno in visual studio 2013 - BroZeus - 10.10.2015

And why exactly do you want that? But anyways it's not possible as for now.
You can use notepad++ instead if you want for auto completion or different syntax highlighting, useful info on how to do it with notepad++ is available here : https://sampforum.blast.hk/showthread.php?tid=174046


Re: Pawno in visual studio 2013 - Dusan01 - 10.10.2015

ahh, ok, i wanted to do that cuz code optimization(to look prettier)
Probably that is included in notepd++, so thanks!


Re: Pawno in visual studio 2013 - iZN - 10.10.2015

Make your own "Makefile Project". Specify the pawn compiler in the build/rebuild commands. Or rather edit the makefile by yourself. Still not sure if that would even work. Stick to Pawno, or rather use something like Notepad++ or Sublime Text.