2021-05-11, 04:58 AM
(This post was last modified: 2021-05-11, 04:59 AM by PutuSuhartawan.)
(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"
}