• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [SOLVED] compilation results in Pawno with Sublime so different ?
#2
I'm sure you didn't write the pawn build system correctly. There is no difference in compilation with Pawno or Sublime.

Go to Tools ? Build System ? New Build System?

Code:
{
"cmd": ["pawncc.exe", "-i includes -d3 -o", "$file", "-;"],
"path": "C:/path/to/pawno"  
}
  Reply


Messages In This Thread
RE: Why are the compilation results in Pawno with Sublime so different ? - by Radical - 2021-05-11, 03:39 AM

Forum Jump: