Server Crash
#6

Quote:
Originally Posted by Misiur
Посмотреть сообщение
Hm, I don't remember if -d3 made that always visible. I use -v2 as well just to be certain. Are you using custom PAWN.sublime-build? Mine looks like this
Код:
{
	"cmd": ["${project_path:${folder}}\\pawno\\pawncc.exe", "${project_base_name}.pwn", "-;+", "-v2", "-d3", "-\\)+"],
	"working_dir": "${project_path:${folder}}\\gamemodes",
	"file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$",
	"variants": [
		{
			"cmd": ["${project_path:${folder}}\\pawno\\pawncc.exe", "${project_base_name}.pwn", "-;+", "-v2", "-d3", "-\\)+"],
			"working_dir": "${project_path:${folder}}\\filterscripts",
			"name": "Filterscript"
		},
		{
			"cmd": ["${project_path:${folder}}\\pawno\\pawncc.exe", "${file_name}", "-;+", "-v2", "-d3", "-\\)+"],
			"working_dir": "${file_path}",
			"name": "Current file"
		},
		{
			"cmd": ["${project_path:${folder}}\\pawno\\pawncc.exe", "${file_name}", "-l", "-;+", "-v2", "-d3", "-\\)+"],
			"working_dir": "${file_path}",
			"name": "Current file preprocessed"
		},
		{
			"cmd": ["${project_path:${folder}}\\pawno\\pawncc.exe", "${file_name}", "-a", "-;+", "-v2", "-d3", "-\\)+"],
			"working_dir": "${file_path}",
			"name": "Current file pcode"
		}
	]
}
This way I can push ctrl+b in any file and the gamemodes/sublime_project_name.pwn is compiled by default
hmm I have just that:
Код:
{
	"cmd": ["pawncc.exe", "-i includes", "$file", "-;+"],
	"path": "D:/Gamemode/gamemode/pawno"
}
Tutorial source: https://sampforum.blast.hk/showthread.php?tid=626423
Reply


Messages In This Thread
Server Crash - by None1337 - 26.09.2017, 16:01
Re: Server Crash - by None1337 - 26.09.2017, 17:44
Re: Server Crash - by Misiur - 26.09.2017, 17:52
Re: Server Crash - by None1337 - 26.09.2017, 18:07
Re: Server Crash - by Misiur - 26.09.2017, 18:14
Re: Server Crash - by None1337 - 26.09.2017, 18:42
Re: Server Crash - by Misiur - 26.09.2017, 18:57
Re: Server Crash - by None1337 - 29.09.2017, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)