• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [SOLVED] compilation results in Pawno with Sublime so different ?
#3
(2021-05-11, 03:39 AM)Radical Wrote: 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"?

}



I've used the compile method before, sir. And the results are different. especially the results for including YSI

i used?

Code:
{



"cmd": ["pawncc.exe", "-i includes", "$file", "-;"],

"path": "E:/GAME/Server PutuSuhartawansamp03DL_svr_R1_win32/Server orang/NAMI2/pawno"

}
  Reply


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

Forum Jump: