<?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=Mashreq</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=Mashreq"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/wiki/Special:Contributions/Mashreq"/>
	<updated>2026-05-04T19:10:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.World&amp;diff=18263</id>
		<title>Scripting/Squirrel/Functions/Vehicle.World</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Vehicle.World&amp;diff=18263"/>
		<updated>2015-07-28T07:02:24Z</updated>

		<summary type="html">&lt;p&gt;Mashreq: Created page with &amp;quot;== Syntax == local veh = player.Vehicle;  MessagePlayer( &amp;quot;** Your vehicle world is &amp;quot; + veh.World, player );  == Description == vehicle.World is used to determine or find out t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
local veh = player.Vehicle;&lt;br /&gt;
&lt;br /&gt;
MessagePlayer( &amp;quot;** Your vehicle world is &amp;quot; + veh.World, player );&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
vehicle.World is used to determine or find out to which world does the player&#039;s vehicle belong to.&lt;/div&gt;</summary>
		<author><name>Mashreq</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/ConnectSQL&amp;diff=18262</id>
		<title>Scripting/Squirrel/Functions/ConnectSQL</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/ConnectSQL&amp;diff=18262"/>
		<updated>2015-07-28T06:59:46Z</updated>

		<summary type="html">&lt;p&gt;Mashreq: Created page with &amp;quot;== Usage == To use SQL you need to first download the sqlite plugin from [https://bitbucket.org/stormeus/0.4-sqlite/downloads[here]]. Once you have downloaded it place the plu...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Usage ==&lt;br /&gt;
To use SQL you need to first download the sqlite plugin from [https://bitbucket.org/stormeus/0.4-sqlite/downloads[here]]. Once you have downloaded it place the plugin in your plugins folder and load the plugin in your server.cfg by adding a line in plugins that is for 32 bit users it is &#039;&#039;&#039;sqlite04rel32&#039;&#039;&#039; and for 64 bit users it is &#039;&#039;&#039;sqlite04rel64&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
To connect a database you need to use something like&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;db &amp;lt;- ConnectSQL( &amp;quot;Database.db&amp;quot; );&#039;&#039;&#039; on your &#039;&#039;&#039;onScriptLoad&#039;&#039;&#039; event&lt;br /&gt;
&lt;br /&gt;
== Adding tables to your database ==&lt;br /&gt;
You can add a table to your database by using the following function that is&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;QuerySQL( db, &amp;quot;CREATE TABLE IF NOT EXISTS YOUR_TABLE_NAME( COLUMN1 TEXT, COLUMN2 TEXT )&amp;quot; );&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Argument for your column can be used according to what you are storing/inserting to it. If you wished to insert/store a number you can change the TEXT to NUMERIC. If its a text you can use TEXT.&lt;/div&gt;</summary>
		<author><name>Mashreq</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=GetTime&amp;diff=18261</id>
		<title>GetTime</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=GetTime&amp;diff=18261"/>
		<updated>2015-07-28T06:44:37Z</updated>

		<summary type="html">&lt;p&gt;Mashreq: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
MessagePlayer( &amp;quot;** Your server&#039;s time now is &amp;quot; + GetTime, player );&lt;br /&gt;
&lt;br /&gt;
== Description == &lt;br /&gt;
GetTime is to used to find out what is the current time of your server.&lt;/div&gt;</summary>
		<author><name>Mashreq</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=GetTime&amp;diff=18260</id>
		<title>GetTime</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=GetTime&amp;diff=18260"/>
		<updated>2015-07-28T06:42:58Z</updated>

		<summary type="html">&lt;p&gt;Mashreq: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GetTime is to used to find out what is the current time of your server.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax:&#039;&#039;&#039;&lt;br /&gt;
MessagePlayer( &amp;quot;** Your server&#039;s time now is &amp;quot; + GetTime, player );&lt;/div&gt;</summary>
		<author><name>Mashreq</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=GetTime&amp;diff=18259</id>
		<title>GetTime</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=GetTime&amp;diff=18259"/>
		<updated>2015-07-28T06:42:32Z</updated>

		<summary type="html">&lt;p&gt;Mashreq: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GetTime is to used to find out what is the current time of your server.&lt;br /&gt;
&#039;&#039;&#039;Syntax:&#039;&#039;&#039;&lt;br /&gt;
MessagePlayer( &amp;quot;** Your server&#039;s time now is &amp;quot; + GetTime, player );&lt;/div&gt;</summary>
		<author><name>Mashreq</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=GetTime&amp;diff=18258</id>
		<title>GetTime</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=GetTime&amp;diff=18258"/>
		<updated>2015-07-28T06:40:55Z</updated>

		<summary type="html">&lt;p&gt;Mashreq: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Scripting/Deprecated}}&lt;br /&gt;
{{Scripting/Needs_Text}test}&lt;br /&gt;
{{Scripting/Needs_Example}}&lt;/div&gt;</summary>
		<author><name>Mashreq</name></author>
	</entry>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.World&amp;diff=18257</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=18257"/>
		<updated>2015-07-28T06:40:09Z</updated>

		<summary type="html">&lt;p&gt;Mashreq: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Scripting/Needs_Text}}&lt;br /&gt;
&lt;br /&gt;
player.World is a function which be used to determine to what world is the player belonging to. To checkout your old you can use the following:&lt;br /&gt;
&lt;br /&gt;
MessagePlayer( &amp;quot;** Your world is &amp;quot; + player.World, player );&lt;/div&gt;</summary>
		<author><name>Mashreq</name></author>
	</entry>
</feed>