<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/MTA_Addons?action=history&amp;feed=atom</id>
	<title>MTA Addons - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/MTA_Addons?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=MTA_Addons&amp;action=history"/>
	<updated>2026-05-25T18:01:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=MTA_Addons&amp;diff=29044&amp;oldid=prev</id>
		<title>Winky-: Created page with &quot;{{Historical|This page only applies to MTA:VC GTA3:MTA and MTA:SA Race.}}  == MTA Protocol Handler == eAi created a program on December 16th 2003 which allows you to connect to a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=MTA_Addons&amp;diff=29044&amp;oldid=prev"/>
		<updated>2012-01-18T16:05:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Historical|This page only applies to MTA:VC GTA3:MTA and MTA:SA Race.}}  == MTA Protocol Handler == eAi created a program on December 16th 2003 which allows you to connect to a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Historical|This page only applies to MTA:VC GTA3:MTA and MTA:SA Race.}}&lt;br /&gt;
&lt;br /&gt;
== MTA Protocol Handler ==&lt;br /&gt;
eAi created a program on December 16th 2003 which allows you to connect to an MTA server with a simple URL syntax: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;mta://127.0.0.1:2003&lt;br /&gt;
mtavc://127.0.0.1:2003&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The orginal forum thread can be found [http://forum.mtasa.com/viewtopic.php?t=5662 here].&lt;br /&gt;
&lt;br /&gt;
As a addition to the orginal mtahandler.mrc that enables the protocols in mIRC, Aeron has updated the code to handle mtasa:// protocols. Make sure though you have the correct directory containing the relevant *.exe's): &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
// This is the code for the MTA Protocol Handler&lt;br /&gt;
// (c) eAi 2003&lt;br /&gt;
// eAi@planethalflife.com&lt;br /&gt;
// If you remove this, links beginning with mta:// and mtavc:// will no longer work.&lt;br /&gt;
// Thanks to JimmyK for this code&lt;br /&gt;
// Optimized and 'mtasa://' protocol handler by Aeron&lt;br /&gt;
&lt;br /&gt;
on ^*:hotlink:mtasa*//*:*: { !return } &lt;br /&gt;
on *:hotlink:mtasa*//*:*: { !run &amp;quot;C:\Program Files\MTA San Andreas\Multi Theft Auto.exe&amp;quot; $1 }&lt;br /&gt;
&lt;br /&gt;
on ^*:hotlink:mtavc*//*:*: { !return } &lt;br /&gt;
on *:hotlink:mtavc*//*:*: { !run &amp;quot;C:\Program Files\Multi Theft Auto\MTAPH&amp;quot; $1 }&lt;br /&gt;
&lt;br /&gt;
on ^*:hotlink:mta*//*:*: { !return } &lt;br /&gt;
on *:hotlink:mta*//*:*: { !run &amp;quot;C:\Program Files\Multi Theft Auto\MTAPH&amp;quot; $1 }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The URL syntax would be for the race mod: &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;mtasa://race@127.0.0.1:2003&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MTA:mA ==&lt;br /&gt;
MTA:mA is an mIRC based admin client that enables server owners to run mIRC scripts on their servers, amongst other things. &lt;br /&gt;
&lt;br /&gt;
More details available [[MTA:mA|here]].&lt;br /&gt;
&lt;br /&gt;
== MTA Stop Watch ==&lt;br /&gt;
This is an in-game stop watch for Vice City made by MeanpantheR. &lt;br /&gt;
&lt;br /&gt;
Keys:&lt;br /&gt;
F5 = Start Timer&lt;br /&gt;
&lt;br /&gt;
F6 = Stop Timer (Also shows you your time)&lt;br /&gt;
&lt;br /&gt;
F7 = Reset Time&lt;br /&gt;
&lt;br /&gt;
F8 = Show your Time&lt;br /&gt;
&lt;br /&gt;
The orginal forum thread can be found [http://forum.mtasa.com/viewtopic.php?t=12565 here].&lt;br /&gt;
&lt;br /&gt;
== MTASG ==&lt;br /&gt;
This is a script from Wartech that can display statistics about a server on a web page.&lt;br /&gt;
&lt;br /&gt;
The original forum thread can be found [http://forum.mtasa.com/viewtopic.php?t=4341 here].&lt;br /&gt;
&lt;br /&gt;
== MTA-AntiCheat ==&lt;br /&gt;
A client/server program that monitors a user's files for known cheats and hacks. If any are found, the MTA-AC program running on the server is informed and the player is kicked. This was never completed, as eAi was shortly afterwards recruited to the MTA team.&lt;br /&gt;
&lt;br /&gt;
The orginal forum thread can be found [http://forum.mtasa.com/viewtopic.php?t=5908 here].&lt;br /&gt;
&lt;br /&gt;
== MTA Sever Stat Fetcher ==&lt;br /&gt;
A server statistics program by 404 for use on web servers. &lt;br /&gt;
&lt;br /&gt;
The orginal forum thread can be found [http://forum.mtasa.com/viewtopic.php?t=10361 here].&lt;br /&gt;
&lt;br /&gt;
== phpMTAS ==&lt;br /&gt;
Another web-based statistics script. This time by dusty&lt;br /&gt;
&lt;br /&gt;
The orginal forum thread can be found [http://forum.mtasa.com/viewtopic.php?t=5244 here].&lt;br /&gt;
&lt;br /&gt;
== PHP server query tool ==&lt;br /&gt;
Andy_1984 published on July 6th 2005 an mIRC script which allow you to query MTA-servers with use of the All Seeing Eye-server. &lt;br /&gt;
&lt;br /&gt;
The orginal forum thread can be found [http://forum.mtasa.com/viewtopic.php?t=13121 here].&lt;/div&gt;</summary>
		<author><name>Winky-</name></author>
	</entry>
</feed>