<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alliedmods.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Saxywolf</id>
	<title>AlliedModders Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alliedmods.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Saxywolf"/>
	<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/Special:Contributions/Saxywolf"/>
	<updated>2026-06-06T15:39:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.6</generator>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Compiling_SourceMod_Plugins&amp;diff=5625</id>
		<title>Compiling SourceMod Plugins</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Compiling_SourceMod_Plugins&amp;diff=5625"/>
		<updated>2008-02-27T20:06:55Z</updated>

		<summary type="html">&lt;p&gt;Saxywolf: added &amp;quot;cmd&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ok, so you've read the [[Introduction to SourcePawn]] and [[Introduction to SourceMod Plugins]] and now you want to actually compile a plugin.&lt;br /&gt;
&lt;br /&gt;
You'll need the compiler which is included in the .../sourcemod/scripting/ folder of the [http://www.sourcemod.net/builds.php main distribution] (not the [http://www.sourcemod.net/sdk.php SDK]). Windows users will need [http://www.7-zip.org/ 7-zip] to extract the files.&lt;br /&gt;
&lt;br /&gt;
In Windows, open up a command prompt (Start-&amp;gt;Run or WindowsKey+R, then &amp;quot;cmd&amp;quot;):&lt;br /&gt;
 cd &amp;lt;sourcemod&amp;gt;\scripting&lt;br /&gt;
 spcomp myplugin.sp&lt;br /&gt;
[http://www.computerhope.com/cdhlp.htm cd command reference]&lt;br /&gt;
&lt;br /&gt;
In Linux use:&lt;br /&gt;
 ./spcomp myplugin.sp&lt;br /&gt;
&lt;br /&gt;
Now simply move the .smx (not .sp) file from .../sourcemod/scripting/ to the .../sourcemod/plugins/ folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://forums.alliedmods.net/showthread.php?t=52664 Reference Source]&lt;br /&gt;
&lt;br /&gt;
See Also: [http://forums.alliedmods.net/forumdisplay.php?f=107 Scripting Forum]&lt;/div&gt;</summary>
		<author><name>Saxywolf</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Compiling_SourceMod_Plugins&amp;diff=5624</id>
		<title>Compiling SourceMod Plugins</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Compiling_SourceMod_Plugins&amp;diff=5624"/>
		<updated>2008-02-27T18:13:21Z</updated>

		<summary type="html">&lt;p&gt;Saxywolf: initial writeup based on forum post&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ok, so you've read the [[Introduction to SourcePawn]] and [[Introduction to SourceMod Plugins]] and now you want to actually compile a plugin.&lt;br /&gt;
&lt;br /&gt;
You'll need the compiler which is included in the .../sourcemod/scripting/ folder of the [http://www.sourcemod.net/builds.php main distribution] (not the [http://www.sourcemod.net/sdk.php SDK]). Windows users will need [http://www.7-zip.org/ 7-zip] to extract the files.&lt;br /&gt;
&lt;br /&gt;
In Windows, open up a command prompt (Start-&amp;gt;Run or WindowsKey+R):&lt;br /&gt;
 cd &amp;lt;sourcemod&amp;gt;\scripting&lt;br /&gt;
 spcomp myplugin.sp&lt;br /&gt;
[http://www.computerhope.com/cdhlp.htm cd command reference]&lt;br /&gt;
&lt;br /&gt;
In Linux use:&lt;br /&gt;
 ./spcomp myplugin.sp&lt;br /&gt;
&lt;br /&gt;
Now simply move the .smx (not .sp) file from .../sourcemod/scripting/ to the .../sourcemod/plugins/ folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://forums.alliedmods.net/showthread.php?t=52664 Reference Source]&lt;br /&gt;
&lt;br /&gt;
See Also: [http://forums.alliedmods.net/forumdisplay.php?f=107 Scripting Forum]&lt;/div&gt;</summary>
		<author><name>Saxywolf</name></author>
		
	</entry>
</feed>