Sourcemod: sourcemod-1.10.0-git6499-windows
Avoid transitional syntax and any replacing features of the language in order to keep backward compatibility with goldsrc.
- Open root folder in VS Code.
- Put plugin source file into
/scriptingdirectory. - Open the plugin file and place cursor inside.
- Press
Ctrl + Shift + bto compile. - Check
/scriptingdirectory for complied .smx file.
Please note: If you use custom include files you should put them inside scripting/include directory before compilation.