19.10.2013, 18:30
Quote:
Here is the problem
Код:
{ "cmd": ["pawncc.exe", "-d3 -r -i includes", "$file", "-;+"], "path": "C:\\Users\\Computer Name\\Desktop\\Script Name\\pawno" } If you remove -d3 part extra information will be not displayed. Like in PAWNO Editor |
Edit
This code fixed the problem
Код:
{ "cmd": ["pawncc.exe", "-w -v -d3 -r -i 203 includes", "$file", "-;+"], "path": "C:\\Users\\Computer Name\\Desktop\\Script Folder Name\\pawno" }