<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.vc-mp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ultimatejugo</id>
	<title>Vice City Multiplayer - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.vc-mp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ultimatejugo"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/wiki/Special:Contributions/Ultimatejugo"/>
	<updated>2026-05-23T17:45:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Redirect&amp;diff=18781</id>
		<title>Scripting/Squirrel/Functions/Player.Redirect</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Redirect&amp;diff=18781"/>
		<updated>2016-02-13T12:16:30Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;player.Redirect(ip, port, nickname, serverpass, userpass);&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Redirect(ip, port, nickname, serverpass, userpass);&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.IsOnFire&amp;diff=18780</id>
		<title>Scripting/Squirrel/Functions/Player.IsOnFire</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.IsOnFire&amp;diff=18780"/>
		<updated>2016-02-13T12:14:17Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;player.IsOnFire;&amp;lt;/pre&amp;gt;  == Example == &amp;lt;pre&amp;gt;if ( cmd == &amp;quot;playeronfire&amp;quot; ) { local plr = FindPlayer( text ); MessagePlayer(plr.IsOnFire+&amp;quot;&amp;quot;,player); }&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.IsOnFire;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;if ( cmd == &amp;quot;playeronfire&amp;quot; )&lt;br /&gt;
{&lt;br /&gt;
local plr = FindPlayer( text );&lt;br /&gt;
MessagePlayer(plr.IsOnFire+&amp;quot;&amp;quot;,player);&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateSprite&amp;diff=18779</id>
		<title>Scripting/Squirrel/Functions/CreateSprite</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateSprite&amp;diff=18779"/>
		<updated>2016-02-13T12:07:37Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;CreateSprite(&amp;quot;Filename.png&amp;quot;, x, y, rX, rY, rotation, alpha);&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;CreateSprite(&amp;quot;Filename.png&amp;quot;, x, y, rX, rY, rotation, alpha);&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.GetOccupant&amp;diff=18778</id>
		<title>Scripting/Squirrel/Functions/Vehicle.GetOccupant</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.GetOccupant&amp;diff=18778"/>
		<updated>2016-02-13T11:59:59Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;vehicle.GetOccupant( slotID );&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;vehicle.GetOccupant( slotID );&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.Health&amp;diff=18777</id>
		<title>Scripting/Squirrel/Functions/Vehicle.Health</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.Health&amp;diff=18777"/>
		<updated>2016-02-13T11:58:05Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;Vehicle.Health();&amp;lt;/pre&amp;gt;   == Example == &amp;lt;pre&amp;gt;if (cmd == &amp;quot;carhp&amp;quot;) { local veh = player.Vehicle; MessagePlayer(&amp;quot;Your cars health is &amp;quot; + veh.Health + &amp;quot;&amp;quot;, playe...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;Vehicle.Health();&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;if (cmd == &amp;quot;carhp&amp;quot;)&lt;br /&gt;
{&lt;br /&gt;
local veh = player.Vehicle;&lt;br /&gt;
MessagePlayer(&amp;quot;Your cars health is &amp;quot; + veh.Health + &amp;quot;&amp;quot;, player);&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.SetWeapon&amp;diff=18776</id>
		<title>Scripting/Squirrel/Functions/Player.SetWeapon</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.SetWeapon&amp;diff=18776"/>
		<updated>2016-02-13T11:53:40Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;player.SetWeapon( weaponID, Ammo );&amp;lt;/pre&amp;gt;   == Example == &amp;lt;pre&amp;gt;if (cmd == &amp;quot;gimmeaweapon&amp;quot;) { player.SetWeapon( 24, 999 ); MessagePlayer(&amp;quot;you recieved a free...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.SetWeapon( weaponID, Ammo );&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;if (cmd == &amp;quot;gimmeaweapon&amp;quot;)&lt;br /&gt;
{&lt;br /&gt;
player.SetWeapon( 24, 999 );&lt;br /&gt;
MessagePlayer(&amp;quot;you recieved a free m4!&amp;quot;, player);&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.IsCrouching&amp;diff=18775</id>
		<title>Scripting/Squirrel/Functions/Player.IsCrouching</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.IsCrouching&amp;diff=18775"/>
		<updated>2016-02-13T11:41:48Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;player.IsCrouching = true; player.IsCrouching = false;&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.IsCrouching = true;&lt;br /&gt;
player.IsCrouching = false;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/HideMapObject&amp;diff=18774</id>
		<title>Scripting/Squirrel/Functions/HideMapObject</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/HideMapObject&amp;diff=18774"/>
		<updated>2016-02-13T11:25:01Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;HideMapObject( ObjectID, X, Y, Z );&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;HideMapObject( ObjectID, X, Y, Z );&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.Immunity&amp;diff=18773</id>
		<title>Scripting/Squirrel/Functions/Vehicle.Immunity</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.Immunity&amp;diff=18773"/>
		<updated>2016-02-13T08:25:57Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;Vehicle.Immunity = (randum number);&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;Vehicle.Immunity = (randum number);&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.Colour2&amp;diff=18772</id>
		<title>Scripting/Squirrel/Functions/Vehicle.Colour2</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.Colour2&amp;diff=18772"/>
		<updated>2016-02-13T08:23:17Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;Vehicle.Colour2 = (colourID);&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;Vehicle.Colour2 = (colourID);&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.Colour1&amp;diff=18771</id>
		<title>Scripting/Squirrel/Functions/Vehicle.Colour1</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.Colour1&amp;diff=18771"/>
		<updated>2016-02-13T08:22:10Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;Vehicle.Colour1 = (colourID);&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.Colour1&amp;diff=18770</id>
		<title>Scripting/Squirrel/Functions/Vehicle.Colour1</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.Colour1&amp;diff=18770"/>
		<updated>2016-02-13T08:21:47Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre&amp;gt;Vehicle.Coulour1 = (colourID);&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;Vehicle.Coulour1 = (colourID);&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.IsGhost&amp;diff=18769</id>
		<title>Scripting/Squirrel/Functions/Vehicle.IsGhost</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.IsGhost&amp;diff=18769"/>
		<updated>2016-02-13T08:20:01Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;Vehicle.IsGhost = true;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;Vehicle.IsGhost = false;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.IsGhost&amp;diff=18768</id>
		<title>Scripting/Squirrel/Functions/Vehicle.IsGhost</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.IsGhost&amp;diff=18768"/>
		<updated>2016-02-13T08:19:29Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot; == Syntax == &amp;lt;pre.Vehicle.IsGhost = true;&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;Vehicle.IsGhost = false;&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre.Vehicle.IsGhost = true;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;Vehicle.IsGhost = false;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.World&amp;diff=18755</id>
		<title>Scripting/Squirrel/Functions/Player.World</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.World&amp;diff=18755"/>
		<updated>2016-02-12T15:52:04Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.World;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.World is a function which be used to determine to what world is the player belonging to.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text )&lt;br /&gt;
{&lt;br /&gt;
if (cmd == &amp;quot;world&amp;quot;)&lt;br /&gt;
{&lt;br /&gt;
MessagePlayer( &amp;quot;** Your world is &amp;quot; + player.World, player );&lt;br /&gt;
}&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.World&amp;diff=18754</id>
		<title>Scripting/Squirrel/Functions/Player.World</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.World&amp;diff=18754"/>
		<updated>2016-02-12T15:50:47Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.World;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.World is a function which be used to determine to what world is the player belonging to.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
if (cmd == &amp;quot;world&amp;quot;)&lt;br /&gt;
{&lt;br /&gt;
MessagePlayer( &amp;quot;** Your world is &amp;quot; + player.World, player );&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.World&amp;diff=18753</id>
		<title>Scripting/Squirrel/Functions/Player.World</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.World&amp;diff=18753"/>
		<updated>2016-02-12T15:48:54Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.World;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.World is a function which be used to determine to what world is the player belonging to.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
if (cmd == &amp;quot;world&amp;quot;)&lt;br /&gt;
{&lt;br /&gt;
MessagePlayer( &amp;quot;** Your world is &amp;quot; + player.World, player );&amp;lt;/pre&amp;gt;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.PutInVehicleSlot&amp;diff=18752</id>
		<title>Scripting/Squirrel/Functions/Player.PutInVehicleSlot</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.PutInVehicleSlot&amp;diff=18752"/>
		<updated>2016-02-12T15:41:45Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;player.PutInVehicleSlot( ID, slotID );&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.PutInVehicleSlot&amp;diff=18751</id>
		<title>Scripting/Squirrel/Functions/Player.PutInVehicleSlot</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.PutInVehicleSlot&amp;diff=18751"/>
		<updated>2016-02-12T15:40:31Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
player.PutInVehicleSlot( ID, slotID );&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.PutInVehicleSlot&amp;diff=18750</id>
		<title>Scripting/Squirrel/Functions/Player.PutInVehicleSlot</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.PutInVehicleSlot&amp;diff=18750"/>
		<updated>2016-02-12T15:39:51Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== player.PutInVehicleSlot( ID, slotID ); ==&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.PutInVehicleSlot&amp;diff=18749</id>
		<title>Scripting/Squirrel/Functions/Player.PutInVehicleSlot</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.PutInVehicleSlot&amp;diff=18749"/>
		<updated>2016-02-12T15:38:10Z</updated>

		<summary type="html">&lt;p&gt;Ultimatejugo: Created page with &amp;quot;player.PutInVehicleSlot( ID, slotID );&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;player.PutInVehicleSlot( ID, slotID );&lt;/div&gt;</summary>
		<author><name>Ultimatejugo</name></author>
	</entry>
</feed>