Sublime Text 2 Users
#5

Quote:
Originally Posted by QuaTTrO
Посмотреть сообщение
Here is the problem
Код:
{
	"cmd": ["pawncc.exe", "-d3 -r -i includes", "$file", "-;+"],
	"path": "C:\\Users\\Computer Name\\Desktop\\Script Name\\pawno"
}
d3 flag - Displays extra information about the script
If you remove -d3 part extra information will be not displayed. Like in PAWNO Editor
I do have -d3 using Pawno Editor and heap size doesn't show.

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"
}
Reply


Messages In This Thread
Sublime Text 2 Users - by Patrick - 19.10.2013, 14:04
Re: Sublime Text 2 Users - by saiberfun - 19.10.2013, 14:13
Re: Sublime Text 2 Users - by Patrick - 19.10.2013, 15:20
Re: Sublime Text 2 Users - by QuaTTrO - 19.10.2013, 17:37
Re: Sublime Text 2 Users - by Patrick - 19.10.2013, 18:30

Forum Jump:


Users browsing this thread: 1 Guest(s)