<?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=Wengiel</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=Wengiel"/>
	<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/Special:Contributions/Wengiel"/>
	<updated>2026-05-07T14:01:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.6</generator>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Talk:How_to_load_plugins_without_restarting_the_server&amp;diff=10868</id>
		<title>Talk:How to load plugins without restarting the server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Talk:How_to_load_plugins_without_restarting_the_server&amp;diff=10868"/>
		<updated>2019-09-23T20:55:40Z</updated>

		<summary type="html">&lt;p&gt;Wengiel: /* Precise version */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Yeah...&lt;br /&gt;
&lt;br /&gt;
== Precise version ==&lt;br /&gt;
&lt;br /&gt;
I think we should bring the old version back. This was more precise. I'm gonna wait a week for an answer and then I'll bring the old one back.&lt;/div&gt;</summary>
		<author><name>Wengiel</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Talk:How_to_load_plugins_without_restarting_the_server&amp;diff=10867</id>
		<title>Talk:How to load plugins without restarting the server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Talk:How_to_load_plugins_without_restarting_the_server&amp;diff=10867"/>
		<updated>2019-09-23T20:55:25Z</updated>

		<summary type="html">&lt;p&gt;Wengiel: Replaced content with &amp;quot;Yeah...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Yeah...&lt;/div&gt;</summary>
		<author><name>Wengiel</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Talk:How_to_load_plugins_without_restarting_the_server&amp;diff=10866</id>
		<title>Talk:How to load plugins without restarting the server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Talk:How_to_load_plugins_without_restarting_the_server&amp;diff=10866"/>
		<updated>2019-09-23T20:54:47Z</updated>

		<summary type="html">&lt;p&gt;Wengiel: Created page with &amp;quot;I think we should bring the old version back. This was more precise. I'm gonna wait a week for an answer and then I'll bring the old one back.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I think we should bring the old version back. This was more precise. I'm gonna wait a week for an answer and then I'll bring the old one back.&lt;/div&gt;</summary>
		<author><name>Wengiel</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=How_to_load_plugins_without_restarting_the_server&amp;diff=10802</id>
		<title>How to load plugins without restarting the server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=How_to_load_plugins_without_restarting_the_server&amp;diff=10802"/>
		<updated>2019-09-01T01:33:21Z</updated>

		<summary type="html">&lt;p&gt;Wengiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;How to load plugins without restarting the server&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this tutorial You will learn how to load a new plugins without needing to restart the server.&amp;lt;br /&amp;gt;&lt;br /&gt;
At the very beginning of this tutorial I would like to mention that &amp;lt;b&amp;gt;this method was tested only in Counter-Strike: Global Offensive&amp;lt;/b&amp;gt;, therefore it might not work in other games (but it should because it is a part of SourceMod).&amp;lt;br /&amp;gt;&lt;br /&gt;
If You want to do this in any other game than CS:GO, but it doesn't work feel free to add my [https://steamcommunity.com/id/Wengiel17/ Steam account] to Your friends list for help.&amp;lt;br /&amp;gt;&lt;br /&gt;
Notice that in this tutorial we will assume that the plugin is already in the &amp;quot;plugins&amp;quot; directory on the server and that You know how to open in-game console. Also You will need server's RCON password.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
1. '''If You are connected to the server that the plugins is installed on You can skip this step'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
Type in console &amp;quot;rcon_address MyServer'sIPAddress&amp;quot;, where &amp;quot;MyServer'sIPAddress&amp;quot; is Your server's IP address.&amp;lt;br /&amp;gt;&lt;br /&gt;
This will establish the RCON connection with the server.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
2. Use command &amp;quot;rcon_password MyServer'sRCONPassword&amp;quot;, where &amp;quot;MyServer'sRCONPassword&amp;quot; is Your server's RCON password.&amp;lt;br /&amp;gt;&lt;br /&gt;
This will set the RCON's password so that You can execute the commands as a server.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
3. '''[OPTIONAL]''' Type in console &amp;quot;rcon sm plugins refresh&amp;quot;. This will refresh the list of plugins in the plugins directory on Your server.&amp;lt;br /&amp;gt;&lt;br /&gt;
However every time I was using this method it always worked without it, so You don't really need to do that.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
4.  Execute &amp;quot;rcon sm plugin load YourPlugin'sName&amp;quot; in console where &amp;quot;YourPlugin'sName&amp;quot; is the name of Your plugin. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bolder; color: red; display: inline-block;&amp;quot;&amp;gt;IMPORTANT&amp;lt;/div&amp;gt; If Your plugin's name has a dot in it You have to add &amp;quot;.smx&amp;quot; at the end of &amp;quot;YourPlugin'sName&amp;quot;!&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Examples:&amp;lt;/b&amp;gt;&lt;br /&gt;
        rcon sm plugins load myplugin&lt;br /&gt;
        Will work because the plugin's name doesn't have a dot in it&lt;br /&gt;
&lt;br /&gt;
        rcon sm plugins load my.plugin&lt;br /&gt;
        Won't work because the plugin's name has a dot in it&lt;br /&gt;
&lt;br /&gt;
        rcon sm plugins load my.plugin.smx&lt;br /&gt;
        Will work because even though there is a dot in the plugin's name there is &amp;quot;.smx&amp;quot; at the end of the plugin's name&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
And that's pretty much it! You've just loaded Your plugin without restarting a server.&amp;lt;br /&amp;gt;&lt;br /&gt;
If You would need to because of some reason unload Your plugins simply &amp;quot;load&amp;quot; in &amp;quot;rcon sm plugins load&amp;quot; to &amp;quot;unload&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
If You need a full list of SourceMod plugins commands just type &amp;quot;rcon sm plugins&amp;quot; in console.&lt;/div&gt;</summary>
		<author><name>Wengiel</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=How_to_load_plugins_without_restarting_the_server&amp;diff=10801</id>
		<title>How to load plugins without restarting the server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=How_to_load_plugins_without_restarting_the_server&amp;diff=10801"/>
		<updated>2019-09-01T01:29:11Z</updated>

		<summary type="html">&lt;p&gt;Wengiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;How to load plugins without restarting the server&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this tutorial You will learn how to load a new plugins without needing to restart the server.&amp;lt;br /&amp;gt;&lt;br /&gt;
At the very beginning of this tutorial I would like to mention that &amp;lt;b&amp;gt;this method was tested only in Counter-Strike: Global Offensive&amp;lt;/b&amp;gt;, therefore it might not work in other games (but it should because it is a part of SourceMod).&amp;lt;br /&amp;gt;&lt;br /&gt;
If You want to do this in any other game than CS:GO, but it doesn't work feel free to add my [https://steamcommunity.com/id/Wengiel17/ Steam account] to Your friends list for help.&amp;lt;br /&amp;gt;&lt;br /&gt;
Notice that in this tutorial we will assume that the plugin is already in the &amp;quot;plugins&amp;quot; directory on the server and that You know how to open in-game console. Also You will need server's RCON password.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
1. '''If You are connected to the server that the plugins is installed on You can skip this step'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
Type in console &amp;quot;rcon_address MyServer'sIPAddress&amp;quot;, where &amp;quot;MyServer'sIPAddress&amp;quot; is Your server's IP address.&amp;lt;br /&amp;gt;&lt;br /&gt;
This will establish the RCON connection with the server.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
2. Use command &amp;quot;rcon_password MyServer'sRCONPassword&amp;quot;, where &amp;quot;MyServer'sRCONPassword&amp;quot; is Your server's RCON password.&amp;lt;br /&amp;gt;&lt;br /&gt;
This will set the RCON's password so that You can execute the commands as a server.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
3. '''[OPTIONAL]''' Type in console &amp;quot;rcon sm plugins refresh&amp;quot;. This will refresh the list of plugins in the plugins directory on Your server.&amp;lt;br /&amp;gt;&lt;br /&gt;
However every time I was using this method it always worked without it, so You don't really need to do that.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
4.  Execute &amp;quot;rcon sm plugin load YourPlugin'sName&amp;quot; in console where &amp;quot;YourPlugin'sName&amp;quot; is the name of Your plugin. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bolder; color: red; display: inline-block;&amp;quot;&amp;gt;IMPORTANT&amp;lt;/div&amp;gt; If Your plugin's name has a dot in it You have to add &amp;quot;.smx&amp;quot; at the end of &amp;quot;YourPlugin'sName&amp;quot;!&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Examples:&amp;lt;/b&amp;gt;&lt;br /&gt;
        rcon sm plugins load myplugin&lt;br /&gt;
        Will work because the plugin's name doesn't have a dot in it&lt;br /&gt;
&lt;br /&gt;
        rcon sm plugins load my.plugin&lt;br /&gt;
        Won't work because the plugin's name has a dot in it&lt;br /&gt;
&lt;br /&gt;
        rcon sm plugins load my.plugin.smx&lt;br /&gt;
        Will work because even though there is a dot in the plugin's name there is &amp;quot;.smx&amp;quot; at the end of the plugin's name&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
And that's pretty much it! You've just loaded Your plugin without restarting a server.&amp;lt;br /&amp;gt;&lt;br /&gt;
If You would need to because of some reason unload Your plugins simply &amp;quot;load&amp;quot; in &amp;quot;rcon sm plugins load&amp;quot; to &amp;quot;unload&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
If You need a full list of SourceMod plugins commands just type &amp;quot;rcon sm plugins&amp;quot; in console.&lt;/div&gt;</summary>
		<author><name>Wengiel</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=How_to_load_plugins_without_restarting_the_server&amp;diff=10800</id>
		<title>How to load plugins without restarting the server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=How_to_load_plugins_without_restarting_the_server&amp;diff=10800"/>
		<updated>2019-09-01T01:28:21Z</updated>

		<summary type="html">&lt;p&gt;Wengiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;How to load plugins without restarting the server&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this tutorial You will learn how to load a new plugins without needing to restart the server.&amp;lt;br /&amp;gt;&lt;br /&gt;
At the very beginning of this tutorial I would like to mention that &amp;lt;b&amp;gt;this method was tested only in Counter-Strike: Global Offensive&amp;lt;/b&amp;gt;, therefore it might not work in other games (but it should because it is a part of SourceMod).&amp;lt;br /&amp;gt;&lt;br /&gt;
If You want to do this in any other game than CS:GO, but it doesn't work feel free to add my [https://steamcommunity.com/id/Wengiel17/ Steam account] to Your friends list for help.&amp;lt;br /&amp;gt;&lt;br /&gt;
Notice that in this tutorial we will assume that the plugin is already in the &amp;quot;plugins&amp;quot; directory on the server and that You know how to open in-game console. Also You will need server's RCON password.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
1. '''If You are connected to the server that the plugins is installed on You can skip this step'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
Type in console &amp;quot;rcon_address MyServer'sIPAddress&amp;quot;, where &amp;quot;MyServer'sIPAddress&amp;quot; is Your server's IP address.&amp;lt;br /&amp;gt;&lt;br /&gt;
This will establish the RCON connection with the server.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
2. Use command &amp;quot;rcon_password MyServer'sRCONPassword&amp;quot;, where &amp;quot;MyServer'sRCONPassword&amp;quot; is Your server's RCON password.&amp;lt;br /&amp;gt;&lt;br /&gt;
This will set the RCON's password so that You can execute the commands as a server.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
3. '''[OPTIONAL]''' Type in console &amp;quot;rcon sm plugins refresh&amp;quot;. This will refresh the list of plugins in the plugins directory on Your server.&amp;lt;br /&amp;gt;&lt;br /&gt;
However every time I was using this method it always worked without it, so You don't really need to do that.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
4.  Execute &amp;quot;rcon sm plugin load YourPlugin'sName&amp;quot; in console where &amp;quot;YourPlugin'sName&amp;quot; is the name of Your plugin. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bolder; color: red;&amp;quot;&amp;gt;IMPORTANT&amp;lt;/div&amp;gt; If Your plugin's name has a dot in it You have to add &amp;quot;.smx&amp;quot; at the end of &amp;quot;YourPlugin'sName&amp;quot;!&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Examples:&amp;lt;/b&amp;gt;&lt;br /&gt;
        rcon sm plugins load myplugin&lt;br /&gt;
        Will work because the plugin's name doesn't have a dot in it&lt;br /&gt;
&lt;br /&gt;
        rcon sm plugins load my.plugin&lt;br /&gt;
        Won't work because the plugin's name has a dot in it&lt;br /&gt;
&lt;br /&gt;
        rcon sm plugins load my.plugin.smx&lt;br /&gt;
        Will work because even though there is a dot in the plugin's name there is &amp;quot;.smx&amp;quot; at the end of the plugin's name&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
And that's pretty much it! You've just loaded Your plugin without restarting a server.&amp;lt;br /&amp;gt;&lt;br /&gt;
If You would need to because of some reason unload Your plugins simply &amp;quot;load&amp;quot; in &amp;quot;rcon sm plugins load&amp;quot; to &amp;quot;unload&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
If You need a full list of SourceMod plugins commands just type &amp;quot;rcon sm plugins&amp;quot; in console.&lt;/div&gt;</summary>
		<author><name>Wengiel</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=How_to_load_plugins_without_restarting_the_server&amp;diff=10799</id>
		<title>How to load plugins without restarting the server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=How_to_load_plugins_without_restarting_the_server&amp;diff=10799"/>
		<updated>2019-09-01T01:23:46Z</updated>

		<summary type="html">&lt;p&gt;Wengiel: Created page with &amp;quot; &amp;lt;h2&amp;gt;How to load plugins without restarting the server&amp;lt;/h2&amp;gt;  In this tutorial You will learn how to load a new plugins without needing to restart the server.&amp;lt;br /&amp;gt; At the very...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;How to load plugins without restarting the server&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this tutorial You will learn how to load a new plugins without needing to restart the server.&amp;lt;br /&amp;gt;&lt;br /&gt;
At the very beginning of this tutorial I would like to mention that &amp;lt;b&amp;gt;this method was tested only in Counter-Strike: Global Offensive&amp;lt;/b&amp;gt;, therefore it might not work in other games (but it should because it is a part of SourceMod).&amp;lt;br /&amp;gt;&lt;br /&gt;
If You want to do this in any other game than CS:GO, but it doesn't work feel free to add my [https://steamcommunity.com/id/Wengiel17/ Steam account] to Your friends list for help.&amp;lt;br /&amp;gt;&lt;br /&gt;
Notice that in this tutorial we will assume that the plugin is already in the &amp;quot;plugins&amp;quot; directory on the server and that You know how to open in-game console. Also You will need server's RCON password.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
1. '''If You are connected to the server that the plugins is installed on You can skip this step'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
Type in console &amp;quot;rcon_address MyServer'sIPAddress&amp;quot;, where &amp;quot;MyServer'sIPAddress&amp;quot; is Your server's IP address.&amp;lt;br /&amp;gt;&lt;br /&gt;
This will establish the RCON connection with the server.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
2. Use command &amp;quot;rcon_password MyServer'sRCONPassword&amp;quot;, where &amp;quot;MyServer'sRCONPassword&amp;quot; is Your server's RCON password.&amp;lt;br /&amp;gt;&lt;br /&gt;
This will set the RCON's password so that You can execute the commands as a server.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
3. '''[OPTIONAL]''' Type in console &amp;quot;rcon sm plugins refresh&amp;quot;. This will refresh the list of plugins in the plugins directory on Your server.&amp;lt;br /&amp;gt;&lt;br /&gt;
However every time I was using this method it always worked without it, so You don't really need to do that.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
4.  Execute &amp;quot;rcon sm plugin load YourPlugin'sName&amp;quot; in console where &amp;quot;YourPlugin'sName&amp;quot; is the name of Your plugin. &amp;lt;br /&amp;gt;&lt;br /&gt;
'''IMPORTANT''' If Your plugin's name has a dot in it You have to add &amp;quot;.smx&amp;quot; at the end of &amp;quot;YourPlugin'sName&amp;quot;!&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Examples:&amp;lt;/b&amp;gt;&lt;br /&gt;
        rcon sm plugins load myplugin&lt;br /&gt;
        Will work because the plugin's name doesn't have a dot in it&lt;br /&gt;
&lt;br /&gt;
        rcon sm plugins load my.plugin&lt;br /&gt;
        Won't work because the plugin's name has a dot in it&lt;br /&gt;
&lt;br /&gt;
        rcon sm plugins load my.plugin.smx&lt;br /&gt;
        Will work because even though there is a dot in the plugin's name there is &amp;quot;.smx&amp;quot; at the end of the plugin's name&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
And that's pretty much it! You've just loaded Your plugin without restarting a server.&amp;lt;br /&amp;gt;&lt;br /&gt;
If You would need to because of some reason unload Your plugins simply &amp;quot;load&amp;quot; in &amp;quot;rcon sm plugins load&amp;quot; to &amp;quot;unload&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
If You need a full list of SourceMod plugins commands just type &amp;quot;rcon sm plugins&amp;quot; in console.&lt;/div&gt;</summary>
		<author><name>Wengiel</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Counter-Strike:_Global_Offensive_Weapons&amp;diff=10798</id>
		<title>Counter-Strike: Global Offensive Weapons</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Counter-Strike:_Global_Offensive_Weapons&amp;diff=10798"/>
		<updated>2019-08-31T19:48:25Z</updated>

		<summary type="html">&lt;p&gt;Wengiel: Improved header&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Weapon_Names(Source)]] &amp;gt; [[Counter-Strike: Global Offensive Weapons]]&lt;br /&gt;
&lt;br /&gt;
Here you can see all the weapon's name returned in event's return values&lt;br /&gt;
(just add &amp;quot;weapon_&amp;quot; before if weapon's name comes from functions and not from events).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Category&lt;br /&gt;
! Name&lt;br /&gt;
! Code&lt;br /&gt;
! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Gear&lt;br /&gt;
| C4 Explosive&lt;br /&gt;
| c4&lt;br /&gt;
| Can be picked up only by terrorists unless the ''mp_anyone_can_pickup_c4'' command value is set to '1' (default: &amp;quot;0&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
| Gear&lt;br /&gt;
| Knife&lt;br /&gt;
| knife&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Gear&lt;br /&gt;
| Zeus&lt;br /&gt;
| taser&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Decoy Grenade&lt;br /&gt;
| decoy&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Flashbang&lt;br /&gt;
| flashbang&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Medi-Shot&lt;br /&gt;
| healthshot&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| High Explosive Grenage&lt;br /&gt;
| hegrenade&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Incendiary Grenade&lt;br /&gt;
| incgrenade&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Molotov&lt;br /&gt;
| molotov&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Smoke Grenade&lt;br /&gt;
| smokegrenade&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Tactical Awareness Grenade&lt;br /&gt;
| tagrenade&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| M249&lt;br /&gt;
| m249&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| MAG-7&lt;br /&gt;
| mag7&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| Negev&lt;br /&gt;
| negev&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| Nova&lt;br /&gt;
| nova&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| Sawed-off&lt;br /&gt;
| sawedoff&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| XM1014&lt;br /&gt;
| xm1014&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| CZ75-Auto&lt;br /&gt;
| cz75a&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| Desert Eagle&lt;br /&gt;
| deagle&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| Dual Berettas&lt;br /&gt;
| elite&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| Five-SeveN&lt;br /&gt;
| fiveseven&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| Glock-18&lt;br /&gt;
| glock&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| P2000&lt;br /&gt;
| hkp2000&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| P250&lt;br /&gt;
| p250&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| R8 Revolver&lt;br /&gt;
| revolver&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| Tec-9&lt;br /&gt;
| tec9&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| USP-S&lt;br /&gt;
| usp_silencer&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| AK-47&lt;br /&gt;
| ak47&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| AUG&lt;br /&gt;
| aug&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| AWP&lt;br /&gt;
| awp&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| FAMAS&lt;br /&gt;
| famas&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| G3SG1&lt;br /&gt;
| g3sg1&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| Galil AR&lt;br /&gt;
| galilar&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| M4A4&lt;br /&gt;
| m4a1&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| M4A1-S&lt;br /&gt;
| m4a1_silencer&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| SCAR-20&lt;br /&gt;
| scar20&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| SG 553&lt;br /&gt;
| sg556&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| ssg 08&lt;br /&gt;
| ssg08&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| PP-Bizon&lt;br /&gt;
| bizon&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| MAC-10&lt;br /&gt;
| mac10&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| MP5-SD&lt;br /&gt;
| mp5sd&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| MP7&lt;br /&gt;
| mp7&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| MP9&lt;br /&gt;
| mp9&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| P90&lt;br /&gt;
| p90&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| UMP-45&lt;br /&gt;
| ump45&lt;br /&gt;
| &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wengiel</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Counter-Strike:_Global_Offensive_Weapons&amp;diff=10797</id>
		<title>Counter-Strike: Global Offensive Weapons</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Counter-Strike:_Global_Offensive_Weapons&amp;diff=10797"/>
		<updated>2019-08-31T19:42:36Z</updated>

		<summary type="html">&lt;p&gt;Wengiel: Added new weapons, created a table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Weapon_Names(Source)]] &amp;gt; [[Counter-Strike: Global Offensive Weapons]]&lt;br /&gt;
&lt;br /&gt;
	==Counter-Strike: Global Offensive Weapons:==&lt;br /&gt;
&lt;br /&gt;
Here you can see all the weapon's name returned in event's return values&lt;br /&gt;
(just add &amp;quot;weapon_&amp;quot; before if weapon's name comes from functions and not from events).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Category&lt;br /&gt;
! Name&lt;br /&gt;
! Code&lt;br /&gt;
! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Gear&lt;br /&gt;
| C4 Explosive&lt;br /&gt;
| c4&lt;br /&gt;
| Can be picked up only by terrorists unless the ''mp_anyone_can_pickup_c4'' command value is set to '1' (default: &amp;quot;0&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
| Gear&lt;br /&gt;
| Knife&lt;br /&gt;
| knife&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Gear&lt;br /&gt;
| Zeus&lt;br /&gt;
| taser&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Decoy Grenade&lt;br /&gt;
| decoy&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Flashbang&lt;br /&gt;
| flashbang&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Medi-Shot&lt;br /&gt;
| healthshot&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| High Explosive Grenage&lt;br /&gt;
| hegrenade&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Incendiary Grenade&lt;br /&gt;
| incgrenade&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Molotov&lt;br /&gt;
| molotov&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Smoke Grenade&lt;br /&gt;
| smokegrenade&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Grenade&lt;br /&gt;
| Tactical Awareness Grenade&lt;br /&gt;
| tagrenade&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| M249&lt;br /&gt;
| m249&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| MAG-7&lt;br /&gt;
| mag7&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| Negev&lt;br /&gt;
| negev&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| Nova&lt;br /&gt;
| nova&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| Sawed-off&lt;br /&gt;
| sawedoff&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Heavy&lt;br /&gt;
| XM1014&lt;br /&gt;
| xm1014&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| CZ75-Auto&lt;br /&gt;
| cz75a&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| Desert Eagle&lt;br /&gt;
| deagle&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| Dual Berettas&lt;br /&gt;
| elite&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| Five-SeveN&lt;br /&gt;
| fiveseven&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| Glock-18&lt;br /&gt;
| glock&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| P2000&lt;br /&gt;
| hkp2000&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| P250&lt;br /&gt;
| p250&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| R8 Revolver&lt;br /&gt;
| revolver&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| Tec-9&lt;br /&gt;
| tec9&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Pistol&lt;br /&gt;
| USP-S&lt;br /&gt;
| usp_silencer&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| AK-47&lt;br /&gt;
| ak47&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| AUG&lt;br /&gt;
| aug&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| AWP&lt;br /&gt;
| awp&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| FAMAS&lt;br /&gt;
| famas&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| G3SG1&lt;br /&gt;
| g3sg1&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| Galil AR&lt;br /&gt;
| galilar&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| M4A4&lt;br /&gt;
| m4a1&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| M4A1-S&lt;br /&gt;
| m4a1_silencer&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| SCAR-20&lt;br /&gt;
| scar20&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| SG 553&lt;br /&gt;
| sg556&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| Rifle&lt;br /&gt;
| ssg 08&lt;br /&gt;
| ssg08&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| PP-Bizon&lt;br /&gt;
| bizon&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| MAC-10&lt;br /&gt;
| mac10&lt;br /&gt;
| Can be bought only by terrorists&lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| MP5-SD&lt;br /&gt;
| mp5sd&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| MP7&lt;br /&gt;
| mp7&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| MP9&lt;br /&gt;
| mp9&lt;br /&gt;
| Can be bought only by counter-terrorists&lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| P90&lt;br /&gt;
| p90&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SMG&lt;br /&gt;
| UMP-45&lt;br /&gt;
| ump45&lt;br /&gt;
| &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wengiel</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Admin_Commands_(SourceMod)&amp;diff=10796</id>
		<title>Admin Commands (SourceMod)</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Admin_Commands_(SourceMod)&amp;diff=10796"/>
		<updated>2019-08-31T17:57:19Z</updated>

		<summary type="html">&lt;p&gt;Wengiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page lists all of the major admin commands in SourceMod.  &lt;br /&gt;
&lt;br /&gt;
'''Chat Triggers''': Remember that commands do not have to be entered through the console; they can be entered via chat triggers.  For example, saying &amp;quot;!ban bail&amp;quot; in chat will execute the same command as &amp;quot;sm_ban&amp;quot; and forward the output to chat.  You can also use &amp;quot;/&amp;quot; instead of &amp;quot;!&amp;quot; to suppress your command from being shown to users.&lt;br /&gt;
&lt;br /&gt;
=How to Target=&lt;br /&gt;
&lt;br /&gt;
'''General targets''':&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;name - Exact name match, or partial name match (if the partial string is unique).&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;#userid - If userid is numeric, the player will be targeted by their userid (found via the &amp;quot;users&amp;quot; command).&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;#steamid - Matches by Steam ID.  If you use colons (:), you must enclose in quotes.  Otherwise, you can use an underscore (_) instead.  Examples: &amp;lt;tt&amp;gt;&amp;quot;#STEAM_0:1:4433&amp;quot;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;#STEAM_0_1_4433&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;#&amp;amp;lt;name&amp;amp;gt; - Exact name match after the # sign.&lt;br /&gt;
 &amp;lt;li&amp;gt;@all - All players (available on most commands).&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@bots - All bots (available on most commands).&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@alive - All alive players (available on most commands that accept alive players).&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@dead - All dead players (available on most commands that accept dead players).&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@humans - All non-bot players (available on most commands).&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@aim - Current player the admin is directly aiming at.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@me - Target self.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@!me - Target everyone but yourself.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that name matches occur last, &amp;quot;magic targets&amp;quot; (such as # and @) are processed first.  This means that &amp;quot;@all&amp;quot; will target @all players, even if there is a player named &amp;quot;@all&amp;quot;.  You should target &amp;quot;#@all&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
'''Counter-Strike only''':&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@ct or @cts - All Counter-Terrorists&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@t or @ts - All Terrorists&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Team Fortress 2 Only''':&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@red - All RED team members&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;@blue - All BLU team members&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Commands=&lt;br /&gt;
These are basic commands found in plugins that have been deemed safe for [[War_Mode_(SourceMod)|War Mode]]; they provide simple functionality for administering your server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Command&lt;br /&gt;
! Plugin&lt;br /&gt;
! Access&lt;br /&gt;
! Format&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| sm_addban&lt;br /&gt;
| basebans&lt;br /&gt;
| rcon&lt;br /&gt;
| &amp;lt;time&amp;gt; &amp;lt;steamid&amp;gt; [reason]&lt;br /&gt;
| Adds a Steam ID to Source's ban list.&lt;br /&gt;
|-&lt;br /&gt;
| sm_admin&lt;br /&gt;
| adminmenu&lt;br /&gt;
| admin&lt;br /&gt;
|&lt;br /&gt;
| Displays the [[Admin_Menu_(SourceMod_Scripting)|admin menu]].&lt;br /&gt;
|-&lt;br /&gt;
| sm_ban&lt;br /&gt;
| basebans&lt;br /&gt;
| ban&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;&amp;lt;#userid|name&amp;gt; &amp;lt;minutes|0&amp;gt; &amp;lt;/nowiki&amp;gt;[reason]&lt;br /&gt;
| Bans a client.&lt;br /&gt;
|-&lt;br /&gt;
| sm_banip&lt;br /&gt;
| basebans&lt;br /&gt;
| ban&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;&amp;lt;ip|#userid|name&amp;gt; &amp;lt;time&amp;gt;&amp;lt;/nowiki&amp;gt; [reason]&lt;br /&gt;
| Adds an IP address to Source's ban list.  Only someone with &amp;lt;tt&amp;gt;rcon&amp;lt;/tt&amp;gt; access can ban an arbitrary IP.&lt;br /&gt;
|-&lt;br /&gt;
| sm_cancelvote&lt;br /&gt;
| basecommands&lt;br /&gt;
| vote&lt;br /&gt;
|&lt;br /&gt;
| Cancels any vote in progress.&lt;br /&gt;
|-&lt;br /&gt;
| sm_cvar&lt;br /&gt;
| basecommands&lt;br /&gt;
| cvar&lt;br /&gt;
| &amp;lt;cvar&amp;gt; [value]&lt;br /&gt;
| Retrieves or changes a cvar value.  Protected cvars can only be accessed with password access, and sv_cheats can only be accessed with cheat access. To add a cvar to the protected list (which by default contains all cvars flagged PROTECTED, rcon_password, sm_show_activity, and sm_immunity_mode), use sm_cvar protect &amp;lt;name&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| sm_execcfg&lt;br /&gt;
| basecommands&lt;br /&gt;
| config&lt;br /&gt;
| &amp;lt;filename&amp;gt;&lt;br /&gt;
| Executes a config file (path not needed, but extension is).&lt;br /&gt;
|-&lt;br /&gt;
| sm_help&lt;br /&gt;
| adminhelp&lt;br /&gt;
| admin&lt;br /&gt;
| [page|search]&lt;br /&gt;
| Lists all admin commands.  Output is paginated and a page number can be specified.  Alternately, a search term can be specified to search for a specific command.&lt;br /&gt;
|-&lt;br /&gt;
| sm_kick&lt;br /&gt;
| basecommands&lt;br /&gt;
| kick&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;&amp;lt;#userid|name&amp;gt;&amp;lt;/nowiki&amp;gt; [reason]&lt;br /&gt;
| Kicks a player.&lt;br /&gt;
|-&lt;br /&gt;
| sm_map&lt;br /&gt;
| basecommands&lt;br /&gt;
| map&lt;br /&gt;
| &amp;lt;map&amp;gt;&lt;br /&gt;
| Changes the current map.&lt;br /&gt;
|-&lt;br /&gt;
| sm_rcon&lt;br /&gt;
| basecommands&lt;br /&gt;
| rcon&lt;br /&gt;
| &amp;lt;argstring&amp;gt;&lt;br /&gt;
| Executes the argument string via rcon.  You will only see RCON output on SourceMod 1.4 or above.&lt;br /&gt;
|-&lt;br /&gt;
| sm_reloadadmins&lt;br /&gt;
| basecommands&lt;br /&gt;
| config&lt;br /&gt;
|&lt;br /&gt;
| Refreshes the Admin cache from all sources.&lt;br /&gt;
|-&lt;br /&gt;
| sm_unban&lt;br /&gt;
| basebans&lt;br /&gt;
| unban&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;&amp;lt;steamid|ip&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| Unbans a Steam ID or an IP.&lt;br /&gt;
|-&lt;br /&gt;
| sm_who&lt;br /&gt;
| basecommands&lt;br /&gt;
| admin&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;[#userid|name]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| Lists all users and their access rights, or a specific user's access rights.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Extended Commands=&lt;br /&gt;
These commands provide extended functionality that may not be present on all games, either due to game or engine differences.  In general, they work on the most popular mods.  If you have a mod which is new, or not supported yet due to lower popularity, file a [http://bugs.alliedmods.net/index.php?project=5&amp;amp;do=index feature request].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Plugin&lt;br /&gt;
! Access&lt;br /&gt;
! Format&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| sm_beacon&lt;br /&gt;
| funcommands&lt;br /&gt;
| slay&lt;br /&gt;
| &amp;amp;lt;target&amp;gt;&lt;br /&gt;
| Adds a ring around each target, making them easily visible.&lt;br /&gt;
|-&lt;br /&gt;
| sm_burn&lt;br /&gt;
| funcommands&lt;br /&gt;
| slay&lt;br /&gt;
| &amp;amp;lt;target&amp;gt; [time]&lt;br /&gt;
| Sets the target(s) on fire for the specified amount of time.  This may or may not work fully on certain games (for example, TF2 is missing the fire sprite, but clients will bleed/lose health).  If specified, burning effect will stop after the [time] seconds.&lt;br /&gt;
|-&lt;br /&gt;
| sm_chat&lt;br /&gt;
| basechat&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;message&amp;gt;&lt;br /&gt;
| Sends a say-chat message to all admins.&lt;br /&gt;
|-&lt;br /&gt;
| sm_csay&lt;br /&gt;
| basechat&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;message&amp;gt;&lt;br /&gt;
| Sends a centered message to all players.&lt;br /&gt;
|-&lt;br /&gt;
| sm_gag&lt;br /&gt;
| basecomm&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;target&amp;gt;&lt;br /&gt;
| Prevents the target(s) from using messagemode/say chat.&lt;br /&gt;
|-&lt;br /&gt;
| sm_hsay&lt;br /&gt;
| basechat&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;message&amp;gt;&lt;br /&gt;
| Sends a message to all players via a center-bottom hint box.&lt;br /&gt;
|-&lt;br /&gt;
| sm_msay&lt;br /&gt;
| basechat&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;message&amp;gt;&lt;br /&gt;
| Sends a message as a menu panel (only meaningful on games that support radio menus).&lt;br /&gt;
|-&lt;br /&gt;
| sm_mute&lt;br /&gt;
| basecomm&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;target&amp;gt;&lt;br /&gt;
| Prevents the target(s) from using voice chat.&lt;br /&gt;
|-&lt;br /&gt;
| sm_play&lt;br /&gt;
| sounds&lt;br /&gt;
| admin&lt;br /&gt;
| &amp;amp;lt;target&amp;gt; &amp;amp;lt;file&amp;gt;&lt;br /&gt;
| Plays a sound file on the server to each target.&lt;br /&gt;
|-&lt;br /&gt;
| sm_psay&lt;br /&gt;
| basechat&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;target&amp;gt; &amp;lt;message&amp;gt;&lt;br /&gt;
| Sends a private chat message to a single target.&lt;br /&gt;
|-&lt;br /&gt;
| sm_rename&lt;br /&gt;
| playercommands&lt;br /&gt;
| slay&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;&amp;lt;#userid|name&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| Changes the name of a player.&lt;br /&gt;
|-&lt;br /&gt;
| sm_resetcvar&lt;br /&gt;
| basecommands&lt;br /&gt;
| cvar&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;&amp;lt;cvar&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| Resets CVAR value back to default.&lt;br /&gt;
|-&lt;br /&gt;
| sm_say&lt;br /&gt;
| basechat&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;message&amp;gt;&lt;br /&gt;
| Sends a say-chat message to all players.&lt;br /&gt;
|-&lt;br /&gt;
| sm_silence&lt;br /&gt;
| basecomm&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;target&amp;gt;&lt;br /&gt;
| Performs both a gag and mute on the target(s).&lt;br /&gt;
|-&lt;br /&gt;
| sm_slap&lt;br /&gt;
| playercommands&lt;br /&gt;
| slay&lt;br /&gt;
| &amp;amp;lt;target&amp;gt; [damage]&lt;br /&gt;
| &amp;quot;Slaps&amp;quot; a player, emitting a noise and throwing them in a random direction.  If specified, the damage amount will be subtracted from each target's health.&lt;br /&gt;
|-&lt;br /&gt;
| sm_slay&lt;br /&gt;
| playercommands&lt;br /&gt;
| slay&lt;br /&gt;
| &amp;amp;lt;target&amp;gt; &lt;br /&gt;
| Kills a player.&lt;br /&gt;
|-&lt;br /&gt;
| sm_tsay&lt;br /&gt;
| basechat&lt;br /&gt;
| chat&lt;br /&gt;
| [color] &amp;amp;lt;message&amp;gt;&lt;br /&gt;
| Sends a top-left message to all players.  If no color is specified, the text will be white.  Colors available are: white, red, green, blue, yellow, purple, cyan, orange, pink, olive, lime, violet, lightblue.  The names are not case sensitive.&lt;br /&gt;
|-&lt;br /&gt;
| sm_ungag&lt;br /&gt;
| basecomm&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;target&amp;gt;&lt;br /&gt;
| Allows the target(s) to use messagemode/say chat again.&lt;br /&gt;
|-&lt;br /&gt;
| sm_unmute&lt;br /&gt;
| basecomm&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;target&amp;gt;&lt;br /&gt;
| Allows the target(s) to use voice chat again.&lt;br /&gt;
|-&lt;br /&gt;
| sm_unsilence&lt;br /&gt;
| basecomm&lt;br /&gt;
| chat&lt;br /&gt;
| &amp;amp;lt;target&amp;gt;&lt;br /&gt;
| Perfoms both an ungag and unmute on the target(s).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Vote Commands=&lt;br /&gt;
These commands are listed separately as they are all related to voting.  None of them are available in war mode by default.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Plugin&lt;br /&gt;
! Access&lt;br /&gt;
! Format&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| sm_vote&lt;br /&gt;
| basevotes&lt;br /&gt;
| vote&lt;br /&gt;
| &amp;amp;lt;question&amp;gt; [answer1] [answer2] [answer3] ...&lt;br /&gt;
| Starts an arbitrary vote with the given arguments as answers. If no answer parameters are supplied, the answer options will be Yes and No localized into each client's language.&lt;br /&gt;
|-&lt;br /&gt;
| sm_votealltalk&lt;br /&gt;
| funvotes&lt;br /&gt;
| vote&lt;br /&gt;
| &lt;br /&gt;
| Starts a vote to change the value of sv_alltalk.&lt;br /&gt;
|-&lt;br /&gt;
| sm_voteban&lt;br /&gt;
| basevotes&lt;br /&gt;
| vote, ban&lt;br /&gt;
| &amp;amp;lt;target&amp;gt; [reason]&lt;br /&gt;
| Starts a vote to ban a single player for thirty minutes.&lt;br /&gt;
|-&lt;br /&gt;
| sm_voteburn&lt;br /&gt;
| funvotes&lt;br /&gt;
| vote, slay&lt;br /&gt;
| &amp;amp;lt;target&amp;gt;&lt;br /&gt;
| Starts a vote to burn a single player.&lt;br /&gt;
|-&lt;br /&gt;
| sm_voteff&lt;br /&gt;
| funvotes&lt;br /&gt;
| vote&lt;br /&gt;
| &lt;br /&gt;
| Starts a vote to change the value of mp_friendlyfire.&lt;br /&gt;
|-&lt;br /&gt;
| sm_votegravity&lt;br /&gt;
| funvotes&lt;br /&gt;
| vote&lt;br /&gt;
| &amp;amp;lt;amount&amp;gt; [amount2] [amount3] ...&lt;br /&gt;
| Initiates a vote to change the value of sv_gravity.&lt;br /&gt;
|-&lt;br /&gt;
| sm_votekick&lt;br /&gt;
| basevotes&lt;br /&gt;
| vote, kick&lt;br /&gt;
| &amp;amp;lt;target&amp;gt; [reason]&lt;br /&gt;
| Starts a vote to kick a single player.&lt;br /&gt;
|-&lt;br /&gt;
| sm_votemap&lt;br /&gt;
| basevotes&lt;br /&gt;
| vote, map&lt;br /&gt;
| &amp;amp;lt;map&amp;gt; [map2] [map3] ...&lt;br /&gt;
| Starts a vote to change the map.&lt;br /&gt;
|-&lt;br /&gt;
| sm_voteslay&lt;br /&gt;
| funvotes&lt;br /&gt;
| vote, slay&lt;br /&gt;
| &amp;amp;lt;target&amp;gt;&lt;br /&gt;
| Starts a vote to slay a single player.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:SourceMod Documentation]]&lt;/div&gt;</summary>
		<author><name>Wengiel</name></author>
		
	</entry>
</feed>