04.02.2013, 05:26 
	(
 Последний раз редактировалось Lorenc_; 05.02.2013 в 06:16.
)
	
	
		Might make a new thread regarding this. With your credits at the top.
Started using Sublime Text 2 as of today, and gosh. It is amazing.
For the first step, most of you may get confused so make a new folder in AppData\Roaming\Sublime Text 2\Packages called Pawn
Inside that folder, make a new file called (with any file name) under the extension *.sublime-build
Since most people use crashdetect.dll/.so they may want debug mode, this setting already has it.
MAKE SURE YOU REPLACE "C:/Users/User/Desktop/SA-MP FOLDER/pawno" with your PAWNO DIRECTORY!
After that, Tools > Build Systems > Pawn and it will enable itself. Change your syntax highlighting to C++ (<removed why that is because some dude neg repped me for it (I'm going to accuse ******, sorry if I'm wrong)>) and you're good to go.
Compiler Box Colouring (OPTIONAL)
At first, the colour box looks too bright, so consider changing it to a more darker background!
http://stackoverflow.com/questions/1...n-sublime-text
Inside of the setting Todd had provided, use mine, it uses a the twilight theme (not the gay movie lol) and goes with the dark theme.
Happy coding! And the bump was worth it! :P
	
	
	
	
Started using Sublime Text 2 as of today, and gosh. It is amazing.
For the first step, most of you may get confused so make a new folder in AppData\Roaming\Sublime Text 2\Packages called Pawn
Inside that folder, make a new file called (with any file name) under the extension *.sublime-build
Since most people use crashdetect.dll/.so they may want debug mode, this setting already has it.
Код:
{
	"cmd": ["pawncc.exe", "-d3 -r -i includes", "$file", "-;+"],
	"path": "C:/Users/User/Desktop/SA-MP FOLDER/pawno"
}
After that, Tools > Build Systems > Pawn and it will enable itself. Change your syntax highlighting to C++ (<removed why that is because some dude neg repped me for it (I'm going to accuse ******, sorry if I'm wrong)>) and you're good to go.
Compiler Box Colouring (OPTIONAL)
At first, the colour box looks too bright, so consider changing it to a more darker background!
http://stackoverflow.com/questions/1...n-sublime-text
Inside of the setting Todd had provided, use mine, it uses a the twilight theme (not the gay movie lol) and goes with the dark theme.
Код:
{
    // "color_scheme": "Packages/Theme - Default/Widgets.stTheme",
    "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme"
}


