<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.vc-mp.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FSquirrel%2FFunctions%2FPlayer.Slot</id>
	<title>Scripting/Squirrel/Functions/Player.Slot - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.vc-mp.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FSquirrel%2FFunctions%2FPlayer.Slot"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Slot&amp;action=history"/>
	<updated>2026-04-10T03:13:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Slot&amp;diff=20164&amp;oldid=prev</id>
		<title>Sseebbyy: Created page with &quot;== Syntax == &lt;pre&gt;int player.Slot&lt;/pre&gt;  == Description == Sets or Returns player&#039;s weapon slot.   == Example == This sets player&#039;s weapon to fist/punch ( or brass knuckles )...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Slot&amp;diff=20164&amp;oldid=prev"/>
		<updated>2018-12-12T13:51:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Syntax == &amp;lt;pre&amp;gt;int player.Slot&amp;lt;/pre&amp;gt;  == Description == Sets or Returns player&amp;#039;s weapon slot.   == Example == This sets player&amp;#039;s weapon to fist/punch ( or brass knuckles )...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;int player.Slot&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Sets or Returns player&amp;#039;s weapon slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This sets player&amp;#039;s weapon to fist/punch ( or brass knuckles )&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;function onPlayerCommand( player, cmd, text )&lt;br /&gt;
{&lt;br /&gt;
     if ( cmd == &amp;quot;hideweps&amp;quot; )&lt;br /&gt;
     {&lt;br /&gt;
          player.Slot = 0;&lt;br /&gt;
          MessagePlayer( &amp;quot;You&amp;#039;ve set your weapon slot to fist/brass&amp;quot;, player );&lt;br /&gt;
     }&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Functions ==&lt;br /&gt;
&lt;br /&gt;
{{Scripting/Squirrel/Functions/Player Functions}}&lt;br /&gt;
[[Category:Scripting/Squirrel/Functions/Player_Functions]]&lt;/div&gt;</summary>
		<author><name>Sseebbyy</name></author>
	</entry>
</feed>