Recommend Spider before the web compiler
← Older revision
Revision as of 16:27, 25 November 2023
Line 1:
Line 1:
Okay, so you've read the [[Introduction to SourcePawn]] and [[Introduction to SourceMod Plugins]] and now you want to actually compile a plugin.
Okay, so you've read the [[Introduction to SourcePawn]] and [[Introduction to SourceMod Plugins]] and now you want to actually compile a plugin.
−
The simplest way to compile a plugin that doesn't rely on any custom include files is using
the
[http://www.sourcemod.net/compiler.php web compiler].
+
The simplest way to compile a plugin that doesn't rely on any custom include files is using
[https://spider.limetech.io/ Spider] or
[http://www.sourcemod.net/compiler.php
the
web compiler].
Alternatively, you can use the executable compiler distributed with SourceMod. You can use this simply if you like compiling locally rather than using the web compiler. You have to use the local compiler if your plugin relies on custom include files. The compiler is included in the sourcemod/scripting/ folder of the [http://www.sourcemod.net/downloads.php SourceMod distribution].
Alternatively, you can use the executable compiler distributed with SourceMod. You can use this simply if you like compiling locally rather than using the web compiler. You have to use the local compiler if your plugin relies on custom include files. The compiler is included in the sourcemod/scripting/ folder of the [http://www.sourcemod.net/downloads.php SourceMod distribution].