<?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=Mariu22S</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=Mariu22S"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/wiki/Special:Contributions/Mariu22S"/>
	<updated>2026-04-17T09:37:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/KickPlayer&amp;diff=403</id>
		<title>Scripting/Squirrel/Functions/KickPlayer</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/KickPlayer&amp;diff=403"/>
		<updated>2014-07-25T15:26:42Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;KickPlayer( player )&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;kick&amp;quot; )&lt;br /&gt;
       {&lt;br /&gt;
		if ( player.Name == &amp;quot;Your Name&amp;quot; )&lt;br /&gt;
		{&lt;br /&gt;
			local plr = FindPlayer( text );&lt;br /&gt;
			if ( plr )&lt;br /&gt;
			{&lt;br /&gt;
&lt;br /&gt;
		    ClientMessageToAll( &amp;quot;Admin:[ &amp;quot; + player.Name + &amp;quot; ] Kick:[ &amp;quot; + plr.Name + &amp;quot; ] [ Kick From the server ]&amp;quot; , 500, 102, 103 );                                          &lt;br /&gt;
          KickPlayer( plr )&lt;br /&gt;
		    }&lt;br /&gt;
        }			&lt;br /&gt;
		    else MessagePlayer( &amp;quot;---&amp;gt; Type /kick &amp;lt; player name &amp;gt;.&amp;quot; , player);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/KickPlayer&amp;diff=402</id>
		<title>Scripting/Squirrel/Functions/KickPlayer</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/KickPlayer&amp;diff=402"/>
		<updated>2014-07-25T15:26:35Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;KickPlayer( player )&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;kick&amp;quot; )&lt;br /&gt;
       {&lt;br /&gt;
		if ( player.Name == &amp;quot;Your Name&amp;quot; )&lt;br /&gt;
		{&lt;br /&gt;
			local plr = FindPlayer( text );&lt;br /&gt;
			if ( plr )&lt;br /&gt;
			{&lt;br /&gt;
&lt;br /&gt;
		    ClientMessageToAll( &amp;quot;Admin:[ &amp;quot; + player.Name + &amp;quot; ] Kick:[ &amp;quot; + plr.Name + &amp;quot; ] [ Kick From the server ]&amp;quot; , 500, 102, 103 );                                          &lt;br /&gt;
   KickPlayer( plr )&lt;br /&gt;
		    }&lt;br /&gt;
        }			&lt;br /&gt;
		    else MessagePlayer( &amp;quot;---&amp;gt; Type /kick &amp;lt; player name &amp;gt;.&amp;quot; , player);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/KickPlayer&amp;diff=401</id>
		<title>Scripting/Squirrel/Functions/KickPlayer</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/KickPlayer&amp;diff=401"/>
		<updated>2014-07-25T15:26:17Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;KickPlayer( player )&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;kick&amp;quot; )&lt;br /&gt;
       {&lt;br /&gt;
		if ( player.Name == &amp;quot;Your Name&amp;quot; )&lt;br /&gt;
		{&lt;br /&gt;
			local plr = FindPlayer( text );&lt;br /&gt;
			if ( plr )&lt;br /&gt;
			{&lt;br /&gt;
&lt;br /&gt;
		    ClientMessageToAll( &amp;quot;Admin:[ &amp;quot; + player.Name + &amp;quot; ] Kick:[ &amp;quot; + plr.Name + &amp;quot; ] [ Kick From the server ]&amp;quot; , 500, 102, 103 );                  KickPlayer( plr )&lt;br /&gt;
		    }&lt;br /&gt;
        }			&lt;br /&gt;
		    else MessagePlayer( &amp;quot;---&amp;gt; Type /kick &amp;lt; player name &amp;gt;.&amp;quot; , player);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Name&amp;diff=397</id>
		<title>Scripting/Squirrel/Functions/Player.Name</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Name&amp;diff=397"/>
		<updated>2014-07-25T14:35:59Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Name&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;myname&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   MessagePlayer( &amp;quot;Your Nick is &amp;quot; + player.Name , player ); &lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Pos&amp;diff=396</id>
		<title>Scripting/Squirrel/Functions/Player.Pos</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Pos&amp;diff=396"/>
		<updated>2014-07-25T14:35:39Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Pos&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;mypos&amp;quot; )&lt;br /&gt;
{&lt;br /&gt;
MessagePlayer( &amp;quot; [#ffffff]Pos X &amp;quot; + player.Pos.x + &amp;quot;, Pos Y &amp;quot; + player.Pos.y + &amp;quot;, Pos Z &amp;quot; + player.Pos.z , player );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/PlaySound&amp;diff=395</id>
		<title>Scripting/Squirrel/Functions/PlaySound</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/PlaySound&amp;diff=395"/>
		<updated>2014-07-25T14:29:11Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This function will play a sound at a certain position.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;PlayGameSound( world, sound, pos )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function OnPlayerCommand( player,cmd , text )&lt;br /&gt;
     if ( cmd == &amp;quot;sound&amp;quot; )&lt;br /&gt;
     {&lt;br /&gt;
     PlaySound( player , 30 , player.Pos );&lt;br /&gt;
     }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;int&#039;&#039; &#039;&#039;&#039;world&#039;&#039;&#039; - The world ID&lt;br /&gt;
* &#039;&#039;int&#039;&#039; &#039;&#039;&#039;sound&#039;&#039;&#039; - The sound ID&lt;br /&gt;
* &#039;&#039;[[Scripting/Squirrel/Functions/Vector|Vector]]&#039;&#039; &#039;&#039;&#039;pos&#039;&#039;&#039; - The position of the sound to be played at&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
{{Scripting/Needs_Example}}&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Related Functions ==&lt;br /&gt;
&lt;br /&gt;
{{Scripting/Squirrel/Functions/Game_Functions}}&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/InPoly&amp;diff=394</id>
		<title>Scripting/Squirrel/Functions/InPoly</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/InPoly&amp;diff=394"/>
		<updated>2014-07-25T09:31:44Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt; InPoly( player.Pos.x, player.Pos.y, -898.2125, -325.3511, -898.2125, -355.5225, -967.0000, -355.5225, -967.0000, -325.3511 ) == true ) &amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
InPoly( player.Pos.x, player.Pos.y, -898.2125, -325.3511, -898.2125, -355.5225, -967.0000, -355.5225, -967.0000, -325.3511 ) == true )&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Ammo&amp;diff=393</id>
		<title>Scripting/Squirrel/Functions/Player.Ammo</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Ammo&amp;diff=393"/>
		<updated>2014-07-25T09:24:42Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Ammo&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
Player.Cash&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
	if ( cmd == &amp;quot;ammo&amp;quot; )&lt;br /&gt;
	{&lt;br /&gt;
	MessagePlayer( &amp;quot; Your Ammo &amp;quot; + player.Ammo , player );&lt;br /&gt;
	}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Ammo&amp;diff=392</id>
		<title>Scripting/Squirrel/Functions/Player.Ammo</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Ammo&amp;diff=392"/>
		<updated>2014-07-25T09:24:06Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Example == Player.Cash &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text ); 	if ( cmd == &amp;quot;ammo&amp;quot; ) 	{ 	MessagePlayer( &amp;quot; Your Ammo &amp;quot; + player.Ammo , player )...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Example ==&lt;br /&gt;
Player.Cash&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
	if ( cmd == &amp;quot;ammo&amp;quot; )&lt;br /&gt;
	{&lt;br /&gt;
	MessagePlayer( &amp;quot; Your Ammo &amp;quot; + player.Ammo , player );&lt;br /&gt;
	}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateVehicle&amp;diff=391</id>
		<title>Scripting/Squirrel/Functions/CreateVehicle</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateVehicle&amp;diff=391"/>
		<updated>2014-07-25T09:20:07Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;CreateVehicle( Model, World, Vector( pos.x,pos.y,pos.z) , angle, col1, col2 );&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function OnServerStart()&lt;br /&gt;
CreateVehicle( 171, 0, Vector( -848.975,-466.336,10.1645) , 360.255, 68, 39 );&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;int&#039;&#039; &#039;&#039;&#039;world&#039;&#039;&#039; - The world ID&lt;br /&gt;
* &#039;&#039;[[Scripting/Squirrel/Functions/Vector|Vector]]&#039;&#039; &#039;&#039;&#039;pos&#039;&#039;&#039; - The position of the explosion to be created&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Skin&amp;diff=390</id>
		<title>Scripting/Squirrel/Functions/Player.Skin</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Skin&amp;diff=390"/>
		<updated>2014-07-25T09:16:05Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Skin&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerSpawn( player )&lt;br /&gt;
{&lt;br /&gt;
     ClientMessage( &amp;quot;-- &amp;gt; You have selected skin &amp;quot; + GetSkinName( player.Skin ) + &amp;quot;.&amp;quot;, player, 255,249,57 );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Team&amp;diff=389</id>
		<title>Scripting/Squirrel/Functions/Player.Team</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Team&amp;diff=389"/>
		<updated>2014-07-25T09:15:26Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Example == &amp;lt;source lang=squirrel&amp;gt; function OnPlayerCommand( player , cmd , text ) 	if ( cmd == &amp;quot;class&amp;quot; ) 	{ 	MessagePlayer( &amp;quot; Your Team is &amp;quot; + player.Team , player ); 	} &amp;lt;/...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function OnPlayerCommand( player , cmd , text )&lt;br /&gt;
	if ( cmd == &amp;quot;class&amp;quot; )&lt;br /&gt;
	{&lt;br /&gt;
	MessagePlayer( &amp;quot; Your Team is &amp;quot; + player.Team , player );&lt;br /&gt;
	}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.World&amp;diff=388</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=388"/>
		<updated>2014-07-25T09:14:10Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.World&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.World&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Class&amp;diff=387</id>
		<title>Scripting/Squirrel/Functions/Player.Class</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Class&amp;diff=387"/>
		<updated>2014-07-25T09:13:20Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Class&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
player.Class&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
	if ( cmd == &amp;quot;class&amp;quot; )&lt;br /&gt;
	{&lt;br /&gt;
	MessagePlayer( &amp;quot; Your Class is &amp;quot; + player.Class , player );&lt;br /&gt;
	}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Health&amp;diff=386</id>
		<title>Scripting/Squirrel/Functions/Player.Health</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Health&amp;diff=386"/>
		<updated>2014-07-25T09:12:54Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Health&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
	if ( cmd == &amp;quot;heal&amp;quot; )&lt;br /&gt;
	{&lt;br /&gt;
		local health = player.Health;&lt;br /&gt;
		if ( health &amp;lt; 100 )&lt;br /&gt;
		{&lt;br /&gt;
			// calculate the cost based on their health&lt;br /&gt;
			local cost = ( ( 250 / 100 ) * ( 100 - health ) );&lt;br /&gt;
			if ( player.Cash &amp;gt;= cost )&lt;br /&gt;
			{&lt;br /&gt;
				player.Cash -= cost;&lt;br /&gt;
				stats[ player.ID ].Cash -= cost;&lt;br /&gt;
				player.Health = 100;&lt;br /&gt;
				Message( &amp;quot;[#DC26FF] Player [#ffffff][ &amp;quot; + player.Name + &amp;quot; ] [#DC26FF] buy heal [#ffffff](Cost: $&amp;quot; + cost + &amp;quot;)&amp;quot; );&lt;br /&gt;
			}&lt;br /&gt;
			else MessagePlayer( &amp;quot;[#ffffff]Your no money (Cost: $&amp;quot; + cost + &amp;quot;)&amp;quot;, player );&lt;br /&gt;
		}&lt;br /&gt;
		else MessagePlayer( &amp;quot;[#ffffff]You heve 100hp :)&amp;quot;, player );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Class&amp;diff=385</id>
		<title>Scripting/Squirrel/Functions/Player.Class</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Class&amp;diff=385"/>
		<updated>2014-07-25T09:12:19Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Example == player.Class &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text ); 	if ( cmd == &amp;quot;class&amp;quot; ) 	{ 	MessagePlayer( &amp;quot; Your Class is &amp;quot; + player.Class , p...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Example ==&lt;br /&gt;
player.Class&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
	if ( cmd == &amp;quot;class&amp;quot; )&lt;br /&gt;
	{&lt;br /&gt;
	MessagePlayer( &amp;quot; Your Class is &amp;quot; + player.Class , player );&lt;br /&gt;
	}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Frozen&amp;diff=384</id>
		<title>Scripting/Squirrel/Functions/Player.Frozen</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Frozen&amp;diff=384"/>
		<updated>2014-07-25T09:09:45Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt; player.IsFrozen = true; player.IsFrozen = false;&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
player.IsFrozen = true;&lt;br /&gt;
player.IsFrozen = false;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Ban&amp;diff=383</id>
		<title>Scripting/Squirrel/Functions/Player.Ban</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Ban&amp;diff=383"/>
		<updated>2014-07-25T09:07:57Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.Ban();&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Ban();&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Armour&amp;diff=382</id>
		<title>Scripting/Squirrel/Functions/Player.Armour</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Armour&amp;diff=382"/>
		<updated>2014-07-25T09:07:12Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Armour&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
The following example send a personal message saying &#039;&#039;&#039;Hey you, have fun here&#039;&#039;&#039;!:&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;armour&amp;quot; )&lt;br /&gt;
    {&lt;br /&gt;
    player.Armour = 200;&lt;br /&gt;
    MessagePlayer( &amp;quot; Done &amp;quot; , player );&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Armour&amp;diff=381</id>
		<title>Scripting/Squirrel/Functions/Player.Armour</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Armour&amp;diff=381"/>
		<updated>2014-07-25T09:05:58Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Armour&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=SetCinematicBorder&amp;diff=380</id>
		<title>SetCinematicBorder</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=SetCinematicBorder&amp;diff=380"/>
		<updated>2014-07-25T09:04:06Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;SetCinematicBorder( player, true ); SetCinematicBorder( player, false );&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;SetCinematicBorder( player, true );&lt;br /&gt;
SetCinematicBorder( player, false );&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Armour&amp;diff=379</id>
		<title>Scripting/Squirrel/Functions/Player.Armour</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Armour&amp;diff=379"/>
		<updated>2014-07-25T09:03:21Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;SetCinematicBorder( player, true );&lt;br /&gt;
SetCinematicBorder( player, false );&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=SetWhiteScanLines&amp;diff=378</id>
		<title>SetWhiteScanLines</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=SetWhiteScanLines&amp;diff=378"/>
		<updated>2014-07-25T09:02:34Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;SetWhiteScanLines( player, true ); SetWhiteScanLines( player, false );&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;SetWhiteScanLines( player, true );&lt;br /&gt;
SetWhiteScanLines( player, false );&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=SetGreenScanLines&amp;diff=377</id>
		<title>SetGreenScanLines</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=SetGreenScanLines&amp;diff=377"/>
		<updated>2014-07-25T09:01:52Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;SetGreenScanLines( player, true ); and SetGreenScanLines( player, false );&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;SetGreenScanLines( player, true ); and&lt;br /&gt;
SetGreenScanLines( player, false );&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Key&amp;diff=376</id>
		<title>Scripting/Squirrel/Functions/Player.Key</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Key&amp;diff=376"/>
		<updated>2014-07-25T08:54:40Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Key&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;key&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   MessagePlayer( &amp;quot;Your key is &amp;quot; + player.Key , player ); &lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Kick&amp;diff=375</id>
		<title>Scripting/Squirrel/Functions/Player.Kick</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Kick&amp;diff=375"/>
		<updated>2014-07-25T08:54:03Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.Kick();&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Kick();&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.State&amp;diff=374</id>
		<title>Scripting/Squirrel/Functions/Player.State</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.State&amp;diff=374"/>
		<updated>2014-07-25T08:50:42Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.State&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.State&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Skin&amp;diff=373</id>
		<title>Scripting/Squirrel/Functions/Player.Skin</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Skin&amp;diff=373"/>
		<updated>2014-07-25T08:50:07Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.Skin&amp;lt;/pre&amp;gt;  == Example == &amp;lt;source lang=squirrel&amp;gt; function OnPlayerCommand( player , cmd , text ) function onPlayerSpawn( player ) {      ClientMessag...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Skin&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function OnPlayerCommand( player , cmd , text )&lt;br /&gt;
function onPlayerSpawn( player )&lt;br /&gt;
{&lt;br /&gt;
     ClientMessage( &amp;quot;-- &amp;gt; You have selected skin &amp;quot; + GetSkinName( player.Skin ) + &amp;quot;.&amp;quot;, player, 255,249,57 );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.SetCameraPos&amp;diff=372</id>
		<title>Scripting/Squirrel/Functions/Player.SetCameraPos</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.SetCameraPos&amp;diff=372"/>
		<updated>2014-07-25T08:48:15Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.SetCameraPos( Vector( pos.x, pos.y, pos.z ), Vector( pos.x, pos.y, pos.z ) );&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.SetCameraPos( Vector( pos.x, pos.y, pos.z ), Vector( pos.x, pos.y, pos.z ) );&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.SetInterior&amp;diff=371</id>
		<title>Scripting/Squirrel/Functions/Player.SetInterior</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.SetInterior&amp;diff=371"/>
		<updated>2014-07-25T08:46:44Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.SetInterior( interior ID );&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.SetInterior( interior ID );&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreatePickup&amp;diff=370</id>
		<title>Scripting/Squirrel/Functions/CreatePickup</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreatePickup&amp;diff=370"/>
		<updated>2014-07-25T08:43:11Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;CreatePickup( Pikcup Model , Vector( pos.x,pos.y,pos.z ) );&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
function OnServerStart()&lt;br /&gt;
CreatePickup( 365 , Vector( -303.1241,-607.4526,13.8526 ) );&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateVehicle&amp;diff=369</id>
		<title>Scripting/Squirrel/Functions/CreateVehicle</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateVehicle&amp;diff=369"/>
		<updated>2014-07-25T08:40:24Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;CreateVehicle( Model, World, Vector( pos.x,pos.y,pos.z) , angle, col1, col2 );&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function OnServerStart()&lt;br /&gt;
CreateVehicle( 171, 0, Vector( -848.975,-466.336,10.1645) , 360.255, 68, 39 );&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.SetAnim&amp;diff=368</id>
		<title>Scripting/Squirrel/Functions/Player.SetAnim</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.SetAnim&amp;diff=368"/>
		<updated>2014-07-25T08:40:06Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.SetAnim&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;setanim&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   player.SetAnim( text.tofloat() );&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.ID&amp;diff=367</id>
		<title>Scripting/Squirrel/Functions/Player.ID</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.ID&amp;diff=367"/>
		<updated>2014-07-25T08:39:27Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.ID&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;myid&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   MessagePlayer( &amp;quot;Your ID is &amp;quot; + player.ID , player ); &lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.GreenScanlines&amp;diff=366</id>
		<title>Scripting/Squirrel/Functions/Player.GreenScanlines</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.GreenScanlines&amp;diff=366"/>
		<updated>2014-07-25T08:39:10Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;SetGreenScanLines( player, true );&lt;br /&gt;
SetGreenScanLines( player, false );&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;greenlineson&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   SetGreenScanLines( player, true );&lt;br /&gt;
   }&lt;br /&gt;
if ( cmd == &amp;quot;greenlinesoff&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   SetGreenScanLines( player, false);&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/KickPlayer&amp;diff=365</id>
		<title>Scripting/Squirrel/Functions/KickPlayer</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/KickPlayer&amp;diff=365"/>
		<updated>2014-07-25T08:38:35Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;KickPlayer( player )&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;kick&amp;quot; )&lt;br /&gt;
       {&lt;br /&gt;
		if ( player.Name == &amp;quot;Your Name&amp;quot; )&lt;br /&gt;
		{&lt;br /&gt;
			local plr = FindPlayer( text );&lt;br /&gt;
			if ( plr )&lt;br /&gt;
			{&lt;br /&gt;
			KickPlayer( plr )&lt;br /&gt;
		    ClientMessageToAll( &amp;quot;Admin:[ &amp;quot; + player.Name + &amp;quot; ] Kick:[ &amp;quot; + plr.Name + &amp;quot; ] [ Kick From the server ]&amp;quot; , 500, 102, 103 );&lt;br /&gt;
		    }&lt;br /&gt;
        }			&lt;br /&gt;
		    else MessagePlayer( &amp;quot;---&amp;gt; Type /kick &amp;lt; player name &amp;gt;.&amp;quot; , player);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.IsSpawned&amp;diff=364</id>
		<title>Scripting/Squirrel/Functions/Player.IsSpawned</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.IsSpawned&amp;diff=364"/>
		<updated>2014-07-25T08:36:02Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.IsSpawned&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text );      if ( cmd == &amp;quot;checkspawn&amp;quot; )     {           local plr = Fi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.IsSpawned&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text ); &lt;br /&gt;
    if ( cmd == &amp;quot;checkspawn&amp;quot; )&lt;br /&gt;
    {&lt;br /&gt;
          local plr = FindPlayer( text );&lt;br /&gt;
 &lt;br /&gt;
          if ( !plr ) PrivMessage( &amp;quot;Player: &#039;&amp;quot; + text + &amp;quot;&#039; not online&amp;quot;, player );&lt;br /&gt;
          else if ( plr.IsSpawned ) PrivMessage( plr.Name + &amp;quot; has already chosen skin.&amp;quot;, player );&lt;br /&gt;
          else PrivMessage( plr.Name + &amp;quot; He did not choose this skin.&amp;quot;, player );&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/NewTimer&amp;diff=363</id>
		<title>Scripting/Squirrel/Functions/NewTimer</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/NewTimer&amp;diff=363"/>
		<updated>2014-07-25T08:31:04Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 1000, 1, &amp;quot;TEST NEW TIMER&amp;quot;,28, 255, 11 );&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;count&amp;quot; )&lt;br /&gt;
	{&lt;br /&gt;
	 Message( &amp;quot;[#ffffff]&amp;lt;&amp;lt;&amp;lt;Odliczanie&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;quot; );&lt;br /&gt;
	 NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 1000, 1, &amp;quot;-&amp;gt; 3&amp;quot;,28, 255, 11 );&lt;br /&gt;
	 NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 2000, 1, &amp;quot;-&amp;gt; 2&amp;quot;,24, 255, 241 );&lt;br /&gt;
	 NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 3000, 1, &amp;quot;-&amp;gt; 1&amp;quot;,249, 57, 56 );&lt;br /&gt;
	 NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 4000, 1, &amp;quot;-----&amp;gt; START &amp;lt;------&amp;quot;,1000, 1500, 300 );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/NewTimer&amp;diff=362</id>
		<title>Scripting/Squirrel/Functions/NewTimer</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/NewTimer&amp;diff=362"/>
		<updated>2014-07-25T08:30:44Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 1000, 1, &amp;quot;TEST NEW TIMER&amp;quot;,28, 255, 11 );&amp;lt;/pre&amp;gt;  function onPlayerCommand( player, cmd, text ); if ( cmd == &amp;quot;count&amp;quot; ) 	{ 	 Me...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 1000, 1, &amp;quot;TEST NEW TIMER&amp;quot;,28, 255, 11 );&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;count&amp;quot; )&lt;br /&gt;
	{&lt;br /&gt;
	 Message( &amp;quot;[#ffffff]&amp;lt;&amp;lt;&amp;lt;Odliczanie&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;quot; );&lt;br /&gt;
	 NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 1000, 1, &amp;quot;-&amp;gt; 3&amp;quot;,28, 255, 11 );&lt;br /&gt;
	 NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 2000, 1, &amp;quot;-&amp;gt; 2&amp;quot;,24, 255, 241 );&lt;br /&gt;
	 NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 3000, 1, &amp;quot;-&amp;gt; 1&amp;quot;,249, 57, 56 );&lt;br /&gt;
	 NewTimer( &amp;quot;ClientMessageToAll&amp;quot;, 4000, 1, &amp;quot;-----&amp;gt; START &amp;lt;------&amp;quot;,1000, 1500, 300 );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.SetAnim&amp;diff=361</id>
		<title>Scripting/Squirrel/Functions/Player.SetAnim</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.SetAnim&amp;diff=361"/>
		<updated>2014-07-25T08:27:19Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.SetAnim&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text ); if ( cmd == &amp;quot;setanim&amp;quot; )    {    player.SetAnim( text.tofloat() )...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.SetAnim&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;setanim&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   player.SetAnim( text.tofloat() );&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Armour&amp;diff=360</id>
		<title>Scripting/Squirrel/Functions/Player.Armour</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Armour&amp;diff=360"/>
		<updated>2014-07-25T08:24:52Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.Armour&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text ); if ( cmd == &amp;quot;armour&amp;quot; )    {    player.Armour = 200;    MessagePla...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Armour&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;armour&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   player.Armour = 200;&lt;br /&gt;
   MessagePlayer( &amp;quot; Done &amp;quot; , player ); &lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.GreenScanlines&amp;diff=359</id>
		<title>Scripting/Squirrel/Functions/Player.GreenScanlines</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.GreenScanlines&amp;diff=359"/>
		<updated>2014-07-25T08:22:47Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;SetGreenScanLines( player, true ); SetGreenScanLines( player, false );&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text ); if ( cmd...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;SetGreenScanLines( player, true );&lt;br /&gt;
SetGreenScanLines( player, false );&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;greenlineson&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   SetGreenScanLines( player, true );&lt;br /&gt;
   }&lt;br /&gt;
if ( cmd == &amp;quot;greenlinesoff&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   SetGreenScanLines( player, false);&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Key&amp;diff=358</id>
		<title>Scripting/Squirrel/Functions/Player.Key</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Key&amp;diff=358"/>
		<updated>2014-07-25T08:20:57Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.Key&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text ); if ( cmd == &amp;quot;key&amp;quot; )    {    MessagePlayer( &amp;quot;Your key is &amp;quot; + player.K...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Key&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;key&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   MessagePlayer( &amp;quot;Your key is &amp;quot; + player.Key , player ); &lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.RestoreCamera&amp;diff=357</id>
		<title>Scripting/Squirrel/Functions/Player.RestoreCamera</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.RestoreCamera&amp;diff=357"/>
		<updated>2014-07-25T08:19:56Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt; player.RestoreCamera();&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
player.RestoreCamera();&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.ID&amp;diff=356</id>
		<title>Scripting/Squirrel/Functions/Player.ID</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.ID&amp;diff=356"/>
		<updated>2014-07-25T08:18:40Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.ID&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text ); if ( cmd == &amp;quot;myid&amp;quot; )    {    MessagePlayer( &amp;quot;Your ID is &amp;quot; + player.ID...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.ID&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;myid&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   MessagePlayer( &amp;quot;Your ID is &amp;quot; + player.ID , player ); &lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Name&amp;diff=355</id>
		<title>Scripting/Squirrel/Functions/Player.Name</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Name&amp;diff=355"/>
		<updated>2014-07-25T08:17:21Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.Name&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text ); if ( cmd == &amp;quot;myname&amp;quot; )    {    MessagePlayer( &amp;quot;Your Nick is &amp;quot; + pla...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Name&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;myname&amp;quot; )&lt;br /&gt;
   {&lt;br /&gt;
   MessagePlayer( &amp;quot;Your Nick is &amp;quot; + player.Name , player ); &lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateVehicle&amp;diff=354</id>
		<title>Scripting/Squirrel/Functions/CreateVehicle</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateVehicle&amp;diff=354"/>
		<updated>2014-07-25T08:15:05Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;CreateVehicle( Model, World, Vector( pos.x,pos.y,pos.z) , angle, col1, col2 );&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirrel&amp;gt; function OnServerStart() CreateVehicle( 171, 0,...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;CreateVehicle( Model, World, Vector( pos.x,pos.y,pos.z) , angle, col1, col2 );&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function OnServerStart()&lt;br /&gt;
CreateVehicle( 171, 0, Vector( -848.975,-466.336,10.1645) , 360.255, 68, 39 );&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/AddClass&amp;diff=353</id>
		<title>Scripting/Squirrel/Functions/AddClass</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/AddClass&amp;diff=353"/>
		<updated>2014-07-25T08:12:08Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;AddClass( class, RGB( 24, 255, 241 ) ,0, Vector( pos.x, pos.y, pos.z ), angle, weapon1, ammo1 ,weapon2, ammo2, weapon3, ammo3 );&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirre...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;AddClass( class, RGB( 24, 255, 241 ) ,0, Vector( pos.x, pos.y, pos.z ), angle, weapon1, ammo1 ,weapon2, ammo2, weapon3, ammo3 );&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onScriptLoad()&lt;br /&gt;
	AddClass( 1, RGB( 24, 255, 241 ) ,0, Vector( -378.79, -537.962, 17.2832 ), 140.020, 21, 999 ,1, 1, 25, 255 );&lt;br /&gt;
	AddClass( 2, RGB( 100,200,300 ) ,5, Vector( -378.79, -537.962, 17.2832 ), 140.020, 21, 999 ,1, 1, 25, 255 );&lt;br /&gt;
	AddClass( 3, RGB( 51, 51, 255 ) ,97, Vector( -378.79, -537.962, 17.2832 ), 140.020, 21, 999 ,1, 1, 25, 255 );&lt;br /&gt;
	AddClass( 4, RGB( 121, 91, 9 ) ,16, Vector( -378.79, -537.962, 17.2832 ), 140.020, 21, 999 ,1, 1, 25, 255 );&lt;br /&gt;
	AddClass( 5, RGB( 255, 51, 153 ) ,34, Vector( -378.79, -537.962, 17.2832 ), 140.020, 21, 999 ,1, 1, 25, 255 );&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Health&amp;diff=352</id>
		<title>Scripting/Squirrel/Functions/Player.Health</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Health&amp;diff=352"/>
		<updated>2014-07-25T08:06:51Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.Health&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text ); 	if ( cmd == &amp;quot;heal&amp;quot; ) 	{ 		local health = player.Health; 		if ( h...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Health&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
	if ( cmd == &amp;quot;heal&amp;quot; )&lt;br /&gt;
	{&lt;br /&gt;
		local health = player.Health;&lt;br /&gt;
		if ( health &amp;lt; 100 )&lt;br /&gt;
		{&lt;br /&gt;
			// calculate the cost based on their health&lt;br /&gt;
			local cost = ( ( 250 / 100 ) * ( 100 - health ) );&lt;br /&gt;
			if ( player.Cash &amp;gt;= cost )&lt;br /&gt;
			{&lt;br /&gt;
				player.Cash -= cost;&lt;br /&gt;
				stats[ player.ID ].Cash -= cost;&lt;br /&gt;
				player.Health = 100;&lt;br /&gt;
				Message( &amp;quot;[#DC26FF] Player [#ffffff][ &amp;quot; + player.Name + &amp;quot; ] [#DC26FF] buy heal [#ffffff](Cost: $&amp;quot; + cost + &amp;quot;)&amp;quot; );&lt;br /&gt;
			}&lt;br /&gt;
			else MessagePlayer( &amp;quot;[#ffffff]Your no money (Cost: $&amp;quot; + cost + &amp;quot;)&amp;quot;, player );&lt;br /&gt;
		}&lt;br /&gt;
		else MessagePlayer( &amp;quot;[#ffffff]You heve 100hp :)&amp;quot;, player );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Pos&amp;diff=351</id>
		<title>Scripting/Squirrel/Functions/Player.Pos</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Pos&amp;diff=351"/>
		<updated>2014-07-25T08:03:38Z</updated>

		<summary type="html">&lt;p&gt;Mariu22S: Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player.Pos&amp;lt;/pre&amp;gt;  &amp;lt;source lang=squirrel&amp;gt; function onPlayerCommand( player, cmd, text ); if ( cmd == &amp;quot;mypos&amp;quot; ) { MessagePlayer( &amp;quot; [#ffffff]Pos X &amp;quot; + player.P...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Pos&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
if ( cmd == &amp;quot;mypos&amp;quot; )&lt;br /&gt;
{&lt;br /&gt;
MessagePlayer( &amp;quot; [#ffffff]Pos X &amp;quot; + player.Pos.x + &amp;quot;, Pos Y &amp;quot; + player.Pos.y + &amp;quot;, Pos Z &amp;quot; + player.Pos.z , player );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] were used in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Mariu22S</name></author>
	</entry>
</feed>