<?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=BrYaN+FuRy</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=BrYaN+FuRy"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/wiki/Special:Contributions/BrYaN_FuRy"/>
	<updated>2026-04-10T06:41:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.World&amp;diff=18256</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.World</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.World&amp;diff=18256"/>
		<updated>2015-07-28T05:28:36Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: Created page with &amp;quot;Checkpoint.Wor is very easy first u need. to give name to checkpoint  function onScriptLoad()  {  array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 25...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.Wor is very easy first u need. to give name to checkpoint&lt;br /&gt;
&lt;br /&gt;
function onScriptLoad()&lt;br /&gt;
 { &lt;br /&gt;
array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2); &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
now change its world&lt;br /&gt;
&lt;br /&gt;
function onPlayerCommand( player, cmd,text )&lt;br /&gt;
{&lt;br /&gt;
if ( cmd == &amp;quot;array&amp;quot; )&lt;br /&gt;
{&lt;br /&gt;
array.World = 100;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Color&amp;diff=18255</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.Color</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Color&amp;diff=18255"/>
		<updated>2015-07-28T05:25:02Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.Color is very easy if u create a checkpoint with array like this&lt;br /&gt;
&lt;br /&gt;
function onScriptLoad()&lt;br /&gt;
{&lt;br /&gt;
array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
then its easy to change color&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example&lt;br /&gt;
&lt;br /&gt;
== Headline text ==&lt;br /&gt;
&lt;br /&gt;
function onPlayerSpawn( player )&lt;br /&gt;
{&lt;br /&gt;
array.Color = 1;&lt;br /&gt;
player.Pos = Vector( 132.42, 674.34, 12.6543 );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Remove&amp;diff=18254</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.Remove</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Remove&amp;diff=18254"/>
		<updated>2015-07-28T05:24:31Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.remove is very easy first u need. to give name to checkpoint&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function onScriptLoad()&lt;br /&gt;
 { &lt;br /&gt;
array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
now delete on playerpart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function onPlayerPart( player ) &lt;br /&gt;
{ &lt;br /&gt;
array.Remove();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Radius&amp;diff=18253</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.Radius</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Radius&amp;diff=18253"/>
		<updated>2015-07-28T05:24:20Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.Radius is very easy first u need. to give name to checkpoint&lt;br /&gt;
&lt;br /&gt;
function onScriptLoad()&lt;br /&gt;
 { &lt;br /&gt;
array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
now give him another radius like&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function onPlayerJoin( player ) &lt;br /&gt;
{ &lt;br /&gt;
array.Radius = 2; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Remove&amp;diff=18252</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.Remove</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Remove&amp;diff=18252"/>
		<updated>2015-07-28T05:22:49Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.remove is very easy first u need. to give name to checkpoint&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function onScriptLoad()&lt;br /&gt;
 { &lt;br /&gt;
array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
now delete on playerpart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function onPlayerPart( player ) &lt;br /&gt;
{ &lt;br /&gt;
array.Remove();&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Remove&amp;diff=18251</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.Remove</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Remove&amp;diff=18251"/>
		<updated>2015-07-28T05:22:03Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.remove is very easy first u need. to give name to checkpoint&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[code]&lt;br /&gt;
function onScriptLoad()&lt;br /&gt;
 { &lt;br /&gt;
array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2);&lt;br /&gt;
 }[/code]&lt;br /&gt;
&lt;br /&gt;
now delete on playerpart&lt;br /&gt;
&lt;br /&gt;
[code]&lt;br /&gt;
function onPlayerPart( player ) &lt;br /&gt;
{ &lt;br /&gt;
array.Remove();&lt;br /&gt;
 }&lt;br /&gt;
[/code]&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Remove&amp;diff=18250</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.Remove</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Remove&amp;diff=18250"/>
		<updated>2015-07-28T05:20:43Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: Created page with &amp;quot;Checkpoint.remove is very easy first u need. to give name to checkpoint  function onScriptLoad() { array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 2...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.remove is very easy first u need. to give name to checkpoint&lt;br /&gt;
&lt;br /&gt;
function onScriptLoad() { array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2); }&lt;br /&gt;
now delete on playerpart&lt;br /&gt;
function onPlayerPart( player ) &lt;br /&gt;
{ &lt;br /&gt;
array.Remove();&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Radius&amp;diff=18249</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.Radius</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Radius&amp;diff=18249"/>
		<updated>2015-07-28T05:19:38Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: Created page with &amp;quot;Checkpoint.Radius is very easy first u need. to give name to checkpoint  function onScriptLoad() { array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 2...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.Radius is very easy first u need. to give name to checkpoint&lt;br /&gt;
&lt;br /&gt;
function onScriptLoad() { array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2); }&lt;br /&gt;
now give him another radius like&lt;br /&gt;
function onPlayerJoin( player ) { array.Radius = 2; }&lt;br /&gt;
&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Pos&amp;diff=18248</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.Pos</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Pos&amp;diff=18248"/>
		<updated>2015-07-28T05:18:14Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: Created page with &amp;quot;Checkpoint.Pos is very easy first u need. to give name to checkpoint   function onScriptLoad() { array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.Pos is very easy first u need. to give name to checkpoint&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function onScriptLoad() { array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2); }&lt;br /&gt;
&lt;br /&gt;
now give him another pos like&lt;br /&gt;
&lt;br /&gt;
function onPlayerJoin( player )&lt;br /&gt;
{&lt;br /&gt;
array.Pos = Vector( 564.75, 454.98, 15.65 );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.ID&amp;diff=18247</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.ID</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.ID&amp;diff=18247"/>
		<updated>2015-07-28T05:15:38Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: Created page with &amp;quot;ID is simple if you add some CheckPoints onScriptLoad()  Like  CreateCheckpoint(null, 0, Vector( 876.45, 432.54, 12.34 ), RGB( 255, 0, 255 ), 2); CreateCheckpoint(null, 0, Vec...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ID is simple if you add some CheckPoints onScriptLoad()&lt;br /&gt;
&lt;br /&gt;
Like&lt;br /&gt;
&lt;br /&gt;
CreateCheckpoint(null, 0, Vector( 876.45, 432.54, 12.34 ), RGB( 255, 0, 255 ), 2);&lt;br /&gt;
CreateCheckpoint(null, 0, Vector( 765.43, 324.65, 14.54 ), RGB( 243, 67, 189 ), 2);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In This now with ascending First Checkpoint is id 1 and second is id 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Color&amp;diff=18246</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.Color</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Color&amp;diff=18246"/>
		<updated>2015-07-28T05:11:21Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.Color is very easy if u create a checkpoint with array like this&lt;br /&gt;
&lt;br /&gt;
function onScriptLoad()&lt;br /&gt;
{&lt;br /&gt;
array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
then its easy to change color&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example&lt;br /&gt;
&lt;br /&gt;
function onPlayerSpawn( player )&lt;br /&gt;
{&lt;br /&gt;
array.Color = 1;&lt;br /&gt;
player.Pos = Vector( 132.42, 674.34, 12.6543 );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateCheckpoint&amp;diff=18245</id>
		<title>Scripting/Squirrel/Functions/CreateCheckpoint</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateCheckpoint&amp;diff=18245"/>
		<updated>2015-07-28T05:11:06Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CreateCheckpoint is the code for Create A CheckPoint it is Used in Racing&lt;br /&gt;
&lt;br /&gt;
Following Code is used for creating a checkoint&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CreateCheckpoint(player, world, pos, ARGB, radius);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Player | null player - The player to stream this checkpoint to. If player is null it will be shown to everyone&lt;br /&gt;
int world - The world id&lt;br /&gt;
Vector pos - The checkpoint position&lt;br /&gt;
cRGB rgb - The checkpoint color&lt;br /&gt;
int radius - The diameter of the checkoint&lt;br /&gt;
Example&lt;br /&gt;
&lt;br /&gt;
The following example will create a checkpoint&lt;br /&gt;
&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
{&lt;br /&gt;
 if ( cmd == &amp;quot;createcheckpoint&amp;quot; )&lt;br /&gt;
 {&lt;br /&gt;
  CreateCheckpoint( null, 0, player.Pos, RGB(255, 0, 255), 2);&lt;br /&gt;
 }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regards VCMP Team&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Color&amp;diff=18244</id>
		<title>Scripting/Squirrel/Functions/Checkpoint.Color</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Checkpoint.Color&amp;diff=18244"/>
		<updated>2015-07-28T05:10:07Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: Created page with &amp;quot;Checkpoint.Color is very easy if u create a checkpoint with array like this  function onScriptLoad() { array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RG...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Checkpoint.Color is very easy if u create a checkpoint with array like this&lt;br /&gt;
&lt;br /&gt;
function onScriptLoad()&lt;br /&gt;
{&lt;br /&gt;
array &amp;lt;- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
then its easy to change color&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example&lt;br /&gt;
&lt;br /&gt;
function onPlayerSpawn( player )&lt;br /&gt;
{&lt;br /&gt;
array.Color = 1;&lt;br /&gt;
player.Pos = Vector( 132.42, 674.34, 12.6543 );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By Bryan Fury&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateCheckpoint&amp;diff=18243</id>
		<title>Scripting/Squirrel/Functions/CreateCheckpoint</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateCheckpoint&amp;diff=18243"/>
		<updated>2015-07-28T05:05:11Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CreateCheckpoint is the code for Create A CheckPoint it is Used in Racing&lt;br /&gt;
&lt;br /&gt;
Following Code is used for creating a checkoint&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CreateCheckpoint(player, world, pos, ARGB, radius);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Player | null player - The player to stream this checkpoint to. If player is null it will be shown to everyone&lt;br /&gt;
int world - The world id&lt;br /&gt;
Vector pos - The checkpoint position&lt;br /&gt;
cRGB rgb - The checkpoint color&lt;br /&gt;
int radius - The diameter of the checkoint&lt;br /&gt;
Example&lt;br /&gt;
&lt;br /&gt;
The following example will create a checkpoint&lt;br /&gt;
&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
{&lt;br /&gt;
 if ( cmd == &amp;quot;createcheckpoint&amp;quot; )&lt;br /&gt;
 {&lt;br /&gt;
  CreateCheckpoint( null, 0, player.Pos, RGB(255, 0, 255), 2);&lt;br /&gt;
 }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By Bryan_Fury&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateCheckpoint&amp;diff=18242</id>
		<title>Scripting/Squirrel/Functions/CreateCheckpoint</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateCheckpoint&amp;diff=18242"/>
		<updated>2015-07-28T05:00:56Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CreateCheckpoint is the code for Create A CheckPoint it is Used in Racing&lt;br /&gt;
&lt;br /&gt;
Following Code is used for creating a checkoint&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CreateCheckpoint(player, world, pos, ARGB, radius);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Player | null player - The player to stream this checkpoint to. If player is null it will be shown to everyone&lt;br /&gt;
int world - The world id&lt;br /&gt;
Vector pos - The checkpoint position&lt;br /&gt;
cRGB rgb - The checkpoint color&lt;br /&gt;
int radius - The diameter of the checkoint&lt;br /&gt;
Example&lt;br /&gt;
&lt;br /&gt;
The following example will create a checkpoint&lt;br /&gt;
&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
{&lt;br /&gt;
 if ( cmd == &amp;quot;createcheckpoint&amp;quot; )&lt;br /&gt;
 {&lt;br /&gt;
  CreateCheckpoint( null, 0, player.Pos, RGB(255, 0, 255), 2);&lt;br /&gt;
 }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By Bryan_Fury&lt;br /&gt;
&lt;br /&gt;
System By Bryan_Fury&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateCheckpoint&amp;diff=18241</id>
		<title>Scripting/Squirrel/Functions/CreateCheckpoint</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/CreateCheckpoint&amp;diff=18241"/>
		<updated>2015-07-28T04:56:04Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: Created page with &amp;quot;CreateCheckpoint is the code for Create A CheckPoint it is Used in Racing  Following Code is used for creating a checkoint   CreateCheckpoint(player, world, pos, ARGB, radius)...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CreateCheckpoint is the code for Create A CheckPoint it is Used in Racing&lt;br /&gt;
&lt;br /&gt;
Following Code is used for creating a checkoint&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CreateCheckpoint(player, world, pos, ARGB, radius);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Player | null player - The player to stream this sphere to. If player is null it will be shown to everyone&lt;br /&gt;
int world - The world id&lt;br /&gt;
Vector pos - The sphere position&lt;br /&gt;
cRGB rgb - The sphere color&lt;br /&gt;
int radius - The diameter of the sphere&lt;br /&gt;
Example&lt;br /&gt;
&lt;br /&gt;
The following example will create a sphere&lt;br /&gt;
&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
{&lt;br /&gt;
 if ( cmd == &amp;quot;sph&amp;quot; )&lt;br /&gt;
 {&lt;br /&gt;
  CreateSphere( player, player.World, player.Pos, RGB(255, 0, 255), 2);&lt;br /&gt;
 }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
System By Bryan_Fury&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/BanIP&amp;diff=18240</id>
		<title>Scripting/Squirrel/Functions/BanIP</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/BanIP&amp;diff=18240"/>
		<updated>2015-07-28T04:50:55Z</updated>

		<summary type="html">&lt;p&gt;BrYaN FuRy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This function will ban an IP from the server.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;BanIP( string ip )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;string&#039;&#039; &#039;&#039;&#039;ip&#039;&#039;&#039; - This is the IP address to be banned&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text )&lt;br /&gt;
{&lt;br /&gt;
    if ( cmd == &amp;quot;banip&amp;quot; )&lt;br /&gt;
    {&lt;br /&gt;
        MessagePlayer( &amp;quot;You have banned IP: &amp;quot; + text, player );&lt;br /&gt;
        BanIP( text );&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
Call [[Scripting/Squirrel/Events/Player/onPlayerCommand|onPlayerCommand]] and [[Scripting/Squirrel/Functions/MessagePlayer|MessagePlayer]] function were used in this example. More info about them in the corresponding pages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Related Functions ==&lt;br /&gt;
&lt;br /&gt;
{{Scripting/Squirrel/Functions/Administrative_Functions}}&lt;/div&gt;</summary>
		<author><name>BrYaN FuRy</name></author>
	</entry>
</feed>