<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AlienX</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AlienX"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/AlienX"/>
	<updated>2026-05-31T15:15:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=SpawnVehicle&amp;diff=14698</id>
		<title>SpawnVehicle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=SpawnVehicle&amp;diff=14698"/>
		<updated>2008-01-11T14:28:28Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server function}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
Spawns a vehicle at any given position and rotation&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool spawnVehicle ( vehicle theVehicle, float x, float y, float z, float rx, float ry, float rz )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''theVehicle:''' The vehicle you wish to spawn&lt;br /&gt;
*'''x:''' The x position you wish to spawn the vehicle at&lt;br /&gt;
*'''y:''' The x position you wish to spawn the vehicle at&lt;br /&gt;
*'''z:''' The x position you wish to spawn the vehicle at&lt;br /&gt;
*'''rx:''' The x rotation you wish to spawn the vehicle at&lt;br /&gt;
*'''ry:''' The y rotation you wish to spawn the vehicle at&lt;br /&gt;
*'''rz:''' The z rotation you wish to spawn the vehicle at&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if the vehicle spawned successfully, ''false'' if the passed argument does not exist or is not a vehicle.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;There is currently no example - Do you have one? if so submit it!&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&amp;lt;!-- Change FunctionArea to the area that this function is in on the main function list page, e.g. Server, Player, Vehicle etc --&amp;gt;&lt;br /&gt;
{{Vehicle functions}}&lt;br /&gt;
[[Category:Incomplete]]&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=SpawnVehicle&amp;diff=14697</id>
		<title>SpawnVehicle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=SpawnVehicle&amp;diff=14697"/>
		<updated>2008-01-11T14:28:11Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server function}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
Spawns a vehicle at any given position and rotation&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool spawnVehicle ( vehicle theVehicle, float x, float y, float z, float rx, float ry, float rz )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''theVehicle:''' The vehicle you wish to spawn&lt;br /&gt;
*'''x:''' The x position you wish to spawn the vehicle at&lt;br /&gt;
*'''y:''' The x position you wish to spawn the vehicle at&lt;br /&gt;
*'''z:''' The x position you wish to spawn the vehicle at&lt;br /&gt;
*'''rx:''' The x rotation you wish to spawn the vehicle at&lt;br /&gt;
*'''ry:''' The y rotation you wish to spawn the vehicle at&lt;br /&gt;
*'''rz:''' The z rotation you wish to spawn the vehicle at&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if the vehicle spawned successfully, ''false'' if the passed argument does not exist or is not a vehicle.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
There is currently no example - Do you have one? if so submit it!&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&amp;lt;!-- Change FunctionArea to the area that this function is in on the main function list page, e.g. Server, Player, Vehicle etc --&amp;gt;&lt;br /&gt;
{{Vehicle functions}}&lt;br /&gt;
[[Category:Incomplete]]&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=OnClientExplosion&amp;diff=14613</id>
		<title>OnClientExplosion</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=OnClientExplosion&amp;diff=14613"/>
		<updated>2008-01-07T16:45:30Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client event}} &lt;br /&gt;
This event is triggered every time an explosion is created on the current clients scene (inside the streamer)&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
float x, float y, float z, int type&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*'''x:''' the X Coordinate of where the explosion was created&lt;br /&gt;
*'''y:''' the Y Coordinate of where the explosion was created&lt;br /&gt;
*'''z:''' the z Coordinate of where the explosion was created&lt;br /&gt;
*'''type:''' the type of explosion created, Values are:&lt;br /&gt;
{{Explosions}}&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
The [[event system#Event source|source]] of this event is the explosions creator element (object/vehicle)&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
There is no example, if you wish to add one feel free.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Event_functions}}&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=OnClientExplosion&amp;diff=14612</id>
		<title>OnClientExplosion</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=OnClientExplosion&amp;diff=14612"/>
		<updated>2008-01-07T16:43:31Z</updated>

		<summary type="html">&lt;p&gt;AlienX: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client event}} &lt;br /&gt;
This event is triggered every time an explosion is created on the current clients scene (inside the streamer)&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
float x, float y, float z, int type&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*'''x:''' the X Coordinate of where the explosion was created&lt;br /&gt;
*'''y:''' the Y Coordinate of where the explosion was created&lt;br /&gt;
*'''z:''' the z Coordinate of where the explosion was created&lt;br /&gt;
*'''type:''' the type of explosion created, Values are:&lt;br /&gt;
{{Explosions}}&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
The [[event system#Event source|source]] of this event is the explosions creator element (object/vehicle)&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
[[Category:Needs Example]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Event_functions}}&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=OnClientExplosion&amp;diff=14611</id>
		<title>OnClientExplosion</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=OnClientExplosion&amp;diff=14611"/>
		<updated>2008-01-07T16:41:27Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client event}} &lt;br /&gt;
This event is triggered every time an explosion is created on the current clients scene (inside the streamer)&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
''None''&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
The [[event system#Event source|source]] of this event is the explosions creator element (object/vehicle)&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
[[Category:Needs Example]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Event_functions}}&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=OnClientExplosion&amp;diff=14610</id>
		<title>OnClientExplosion</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=OnClientExplosion&amp;diff=14610"/>
		<updated>2008-01-07T16:40:59Z</updated>

		<summary type="html">&lt;p&gt;AlienX: New page: __NOTOC__ {{Client event}}  This event is triggered every time an explosion is created on the current clients scene (inside the streamer)  ==Parameters== ''None''  ==Source== The [[event s...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client event}} &lt;br /&gt;
This event is triggered every time an explosion is created on the current clients scene (inside the streamer)&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
''None''&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
The [[event system#Event source|source]] of this event is the client's [[root element]].&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
[[Category:Needs Example]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Event_functions}}&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Client_Scripting_Events&amp;diff=14609</id>
		<title>Client Scripting Events</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Client_Scripting_Events&amp;diff=14609"/>
		<updated>2008-01-07T16:39:44Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Other events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pageclass class=&amp;quot;client&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt;&lt;br /&gt;
This is a list of available '''client-side''' scripting events.&lt;br /&gt;
&lt;br /&gt;
==Colshape events==&lt;br /&gt;
*[[onClientColShapeHit]]&lt;br /&gt;
*[[onClientColShapeLeave]]&lt;br /&gt;
&lt;br /&gt;
==Element events==&lt;br /&gt;
*[[onClientElementColShapeHit]]&lt;br /&gt;
*[[onClientElementColShapeLeave]]&lt;br /&gt;
*[[onClientElementDataChange]]&lt;br /&gt;
*[[onClientElementStreamIn]]&lt;br /&gt;
*[[onClientElementStreamOut]]&lt;br /&gt;
&lt;br /&gt;
==GUI events==&lt;br /&gt;
*[[onClientGUIClick]]&lt;br /&gt;
*[[onClientGUIDoubleClick]]&lt;br /&gt;
*[[onClientGUIChanged]]&lt;br /&gt;
*[[onClientGUIAccepted]]&lt;br /&gt;
*[[onClientGUIScroll]]&lt;br /&gt;
*[[onClientClick]]&lt;br /&gt;
*[[onClientDoubleClick]]&lt;br /&gt;
*[[onClientMouseEnter]]&lt;br /&gt;
*[[onClientMouseLeave]]&lt;br /&gt;
*[[onClientMouseMove]]&lt;br /&gt;
*[[onClientMouseWheel]]&lt;br /&gt;
*[[onClientCursorMove]]&lt;br /&gt;
*[[onClientGUIMove]]&lt;br /&gt;
*[[onClientGUISize]]&lt;br /&gt;
&lt;br /&gt;
==Player events==&lt;br /&gt;
*[[onClientPlayerJoin]]&lt;br /&gt;
*[[onClientPlayerQuit]]&lt;br /&gt;
*[[onClientPlayerWeaponFire]]&lt;br /&gt;
*[[onClientPlayerWeaponSwitch]]&lt;br /&gt;
*[[onClientPlayerTarget]]&lt;br /&gt;
*[[onClientPlayerDamage]]&lt;br /&gt;
*[[onClientPlayerSpawn]]&lt;br /&gt;
*[[onClientPlayerWasted]]&lt;br /&gt;
*[[onClientPlayerVehicleEnter]]&lt;br /&gt;
*[[onClientPlayerVehicleExit]]&lt;br /&gt;
*[[onClientPlayerChangeNick]]&lt;br /&gt;
*[[onClientPlayerTask]]&lt;br /&gt;
*[[onClientPlayerStuntStart]]&lt;br /&gt;
*[[onClientPlayerStuntFinish]]&lt;br /&gt;
&lt;br /&gt;
==Resource events==&lt;br /&gt;
*[[onClientResourceStart]]&lt;br /&gt;
*[[onClientResourceStop]]&lt;br /&gt;
&lt;br /&gt;
==Vehicle events==&lt;br /&gt;
*[[onClientVehicleRespawn]]&lt;br /&gt;
*[[onClientVehicleEnter]]&lt;br /&gt;
*[[onClientVehicleExit]]&lt;br /&gt;
*[[onClientVehicleStartEnter]]&lt;br /&gt;
*[[onClientVehicleStartExit]]&lt;br /&gt;
*[[onClientTrailerAttach]]&lt;br /&gt;
*[[onClientTrailerDetach]]&lt;br /&gt;
&lt;br /&gt;
==Other events==&lt;br /&gt;
*[[onClientConsole]]&lt;br /&gt;
*[[onClientRender]]&lt;br /&gt;
*[[onClientExplosion]] (DPv2)&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Client_Scripting_Events&amp;diff=14608</id>
		<title>Client Scripting Events</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Client_Scripting_Events&amp;diff=14608"/>
		<updated>2008-01-07T16:39:18Z</updated>

		<summary type="html">&lt;p&gt;AlienX: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pageclass class=&amp;quot;client&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt;&lt;br /&gt;
This is a list of available '''client-side''' scripting events.&lt;br /&gt;
&lt;br /&gt;
==Colshape events==&lt;br /&gt;
*[[onClientColShapeHit]]&lt;br /&gt;
*[[onClientColShapeLeave]]&lt;br /&gt;
&lt;br /&gt;
==Element events==&lt;br /&gt;
*[[onClientElementColShapeHit]]&lt;br /&gt;
*[[onClientElementColShapeLeave]]&lt;br /&gt;
*[[onClientElementDataChange]]&lt;br /&gt;
*[[onClientElementStreamIn]]&lt;br /&gt;
*[[onClientElementStreamOut]]&lt;br /&gt;
&lt;br /&gt;
==GUI events==&lt;br /&gt;
*[[onClientGUIClick]]&lt;br /&gt;
*[[onClientGUIDoubleClick]]&lt;br /&gt;
*[[onClientGUIChanged]]&lt;br /&gt;
*[[onClientGUIAccepted]]&lt;br /&gt;
*[[onClientGUIScroll]]&lt;br /&gt;
*[[onClientClick]]&lt;br /&gt;
*[[onClientDoubleClick]]&lt;br /&gt;
*[[onClientMouseEnter]]&lt;br /&gt;
*[[onClientMouseLeave]]&lt;br /&gt;
*[[onClientMouseMove]]&lt;br /&gt;
*[[onClientMouseWheel]]&lt;br /&gt;
*[[onClientCursorMove]]&lt;br /&gt;
*[[onClientGUIMove]]&lt;br /&gt;
*[[onClientGUISize]]&lt;br /&gt;
&lt;br /&gt;
==Player events==&lt;br /&gt;
*[[onClientPlayerJoin]]&lt;br /&gt;
*[[onClientPlayerQuit]]&lt;br /&gt;
*[[onClientPlayerWeaponFire]]&lt;br /&gt;
*[[onClientPlayerWeaponSwitch]]&lt;br /&gt;
*[[onClientPlayerTarget]]&lt;br /&gt;
*[[onClientPlayerDamage]]&lt;br /&gt;
*[[onClientPlayerSpawn]]&lt;br /&gt;
*[[onClientPlayerWasted]]&lt;br /&gt;
*[[onClientPlayerVehicleEnter]]&lt;br /&gt;
*[[onClientPlayerVehicleExit]]&lt;br /&gt;
*[[onClientPlayerChangeNick]]&lt;br /&gt;
*[[onClientPlayerTask]]&lt;br /&gt;
*[[onClientPlayerStuntStart]]&lt;br /&gt;
*[[onClientPlayerStuntFinish]]&lt;br /&gt;
&lt;br /&gt;
==Resource events==&lt;br /&gt;
*[[onClientResourceStart]]&lt;br /&gt;
*[[onClientResourceStop]]&lt;br /&gt;
&lt;br /&gt;
==Vehicle events==&lt;br /&gt;
*[[onClientVehicleRespawn]]&lt;br /&gt;
*[[onClientVehicleEnter]]&lt;br /&gt;
*[[onClientVehicleExit]]&lt;br /&gt;
*[[onClientVehicleStartEnter]]&lt;br /&gt;
*[[onClientVehicleStartExit]]&lt;br /&gt;
*[[onClientTrailerAttach]]&lt;br /&gt;
*[[onClientTrailerDetach]]&lt;br /&gt;
&lt;br /&gt;
==Other events==&lt;br /&gt;
*[[onClientConsole]]&lt;br /&gt;
*[[onClientRender]]&lt;br /&gt;
*[[onClientExplosion]]&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14571</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14571"/>
		<updated>2008-01-06T15:36:56Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:SA DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Installation of the MTA:SA DM server on Windows is easy as pie.&lt;br /&gt;
*Go to the [http://mtasa.com/dp.html download page] and scroll down to the &amp;quot;Dedicated servers&amp;quot; section&lt;br /&gt;
*Click the Windows download link.&lt;br /&gt;
*Once the installer is downloaded, open it.&lt;br /&gt;
*Select a folder where you want to install the server.&lt;br /&gt;
*Click Install.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;/mods/deathmatch directory in a text editor, for example Windows Notepad.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
===Adding admins===&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done! You can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note 2''': There are also ways to add accounts and edit rights for the server while it's running. &amp;quot;addaccount &amp;lt;user&amp;gt; &amp;lt;password&amp;gt;&amp;quot; is an internal command to add accounts, through the web interface you can manage ACL rights while it's running. (This option may be a better option for you if the first does not work)&lt;br /&gt;
&lt;br /&gt;
=== Configuring an external web server ===&lt;br /&gt;
For performance or consistency reasons, you could choose to make use of an external web server already set up and running, instead of the built-in web server. The external web server needs to be accessible for the public, so any client will be able to download the necessary client-side files in order to join and play on your server.&lt;br /&gt;
&lt;br /&gt;
To enable downloading off an external web server, you should configure the ''httpdownload'' and ''httpdownloadurl'' tags in your server configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&amp;lt;httpdownload&amp;gt;1&amp;lt;/httpdownload&amp;gt;	&lt;br /&gt;
&amp;lt;httpdownloadurl&amp;gt;http://www.myserver.tld/directory/here&amp;lt;/httpdownloadurl&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since all the default resources provided with the dedicated server are zipped, and are normally automatically extracted by the built-in web server, you now have to provide a way for the clients to download the unextracted files to their computers. The unextracted files are always available in the '''&amp;lt;SERVER&amp;gt;/mods/deathmatch/resourcecache''' directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Launch the dedicated server once and exit again. This will extract the zip files into the '''&amp;lt;SERVER&amp;gt;/mods/deathmatch/resourcecache''' directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go into the directory above and copy the resources to your external web server's public directory, this can be done in several ways:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If you don't care about your '''server-side files being publically available''': create a symbolic link (Linux), a junction (Windows) or just plain copy the contents of the '''resourcecache''' directory to your public web server directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If you don't want your server files to be publically available through your web server: go into the '''resourcecache''' directory and manually copy the folders over to your public web server directory, removing any server-side files (they are '''not''' necessary for the client-side downloading) you do not want to be hosting on your web server.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
A quick way of securing your server-side files is currently not available. We will investigate into developing a tool that automatically copies only the necessary client-side files for all resources on your server.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note''': Please try to avoid any special characters (e.g. ~, !) in your download URLs.&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note 2''': Please do not use a trailing slash in your download URL (e.g. ''hxxp://www.myserver.tld/directory'' rather than ''hxxp://www.myserver.tld/directory/'')&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it. The MTA:SA DM server supports both these methods.&lt;br /&gt;
&lt;br /&gt;
# Move or copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder.&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resources can easily be removed from your server if you no longer want them.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP file or the folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can start resources by typing the command &amp;quot;start resourcename&amp;quot; in the server console, or stop ones with &amp;quot;stop resourcename&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
It's also possible to execute these and other admin commands from the ingame console (which you can bring up with the ` key or F8); for this to work, you first need to log in with the command &amp;quot;login username password&amp;quot;. Additionally, you can press the p key to bring up the admin panel: this is a graphical interface which allows you to easily kick or ban misbehaving players, among others.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in a console.&lt;br /&gt;
&lt;br /&gt;
==Starting a map/gamemode==&lt;br /&gt;
See the commands section of the documentation for [[Resource:Map manager|mapmanager]] for more information.&lt;br /&gt;
&lt;br /&gt;
==Remotely administrating your server==&lt;br /&gt;
This article assumes you have setup a working account with 'Admin' user rights, and have these resources started:&lt;br /&gt;
# ResourceBrowser&lt;br /&gt;
# ResourceManager&lt;br /&gt;
# WebAdmin&lt;br /&gt;
# WebMap&lt;br /&gt;
&lt;br /&gt;
You're able to access these great remote admin tools by visiting &amp;lt;nowiki&amp;gt;http://&amp;lt;yourserverip&amp;gt;:&amp;lt;httpport&amp;gt;/resourcebrowser&amp;lt;/nowiki&amp;gt; in your Firefox. &lt;br /&gt;
'''NOTE: Internet Explorer will NOT work, it will not display the resource browser, other browsers (Opera namely) will have mixed results'''. If you want it to work in Internet Explorer, feel free to recode the resource :)&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while ingame as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window. This may cause a second of lag if you have many resources.&lt;br /&gt;
# In the above instructions, &amp;lt;SERVER&amp;gt; is the path to your server's main directory. In most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;br /&gt;
&lt;br /&gt;
====Need further help?====&lt;br /&gt;
Why not pop over to our [http://forum.mtasa.com/ Forums] or join us on [irc://irc.multitheftauto.com/mta IRC] (irc.multitheftauto.com #mta - [http://www.mirc.com MIRC])&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Client_Manual&amp;diff=14407</id>
		<title>Client Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Client_Manual&amp;diff=14407"/>
		<updated>2008-01-03T15:48:43Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Error codes and their meanings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Multi Theft Auto: San Andreas is the latest in a series of fan-created multiplayer modifications for the Grand Theft Auto games (PC versions only). For the GTA3 and Vice City versions that run on the old core, visit [http://www.multitheftauto.com/ http://www.multitheftauto.com]. This mod is not endorsed by Rockstar Games or Take 2 Interactive.&lt;br /&gt;
&lt;br /&gt;
Please note that MTA:SA is a beta, which means it could crash or cause unexpected results.&lt;br /&gt;
&lt;br /&gt;
==Before you start==&lt;br /&gt;
&lt;br /&gt;
Before you install Multi Theft Auto: San Andreas, first make sure that there are no modifications to GTA:SA installed. These will conflict with MTA. If you would like to keep your single player mods, you can create two installations by reinstalling San Andreas to a second folder on your hard drive.&lt;br /&gt;
&lt;br /&gt;
Also make sure that you are running '''Windows XP''', '''Windows 2000''', '''Windows Vista''' or '''Windows Server 2003''' and that your machine is capable of running the game in single player. Note that if you are running single player on the absolute minimum requirements, you will experience slowdowns in MTA as it takes up extra processing power.&lt;br /&gt;
&lt;br /&gt;
'''Note: MTA:SA will only work on GTA:SA v1.0.''' If you bought the game recently, it is likely that you have a later version.&lt;br /&gt;
&lt;br /&gt;
Make sure you head over to the [[Known_Issues_-_FAQ|Known Issues]] page if you have issues, or join us on IRC @ irc://irc.multitheftauto.com/mta&lt;br /&gt;
&lt;br /&gt;
===System requirements===&lt;br /&gt;
The minimum system requirements for Multi Theft Auto: San Andreas are slightly higher than the original minimum requirements for Grand Theft Auto: San Andreas.&lt;br /&gt;
* Intel Pentium 4 or AMD Athlon XP&lt;br /&gt;
* 512MB DDR RAM&lt;br /&gt;
* Clean installation of Grand Theft Auto: San Andreas, version 1.0 or 1.1 (American or European)&lt;br /&gt;
* 3.7GB of free hard disk space (3.6GB for a minimum Grand Theft Auto installation)&lt;br /&gt;
* NVidia GeForce 4 series or ATI Radeon 8xxx series (64MB RAM and DirectX 9.0 compatible)&lt;br /&gt;
* DirectX 9.0 compatible sound card&lt;br /&gt;
* Keyboard and mouse&lt;br /&gt;
* Broadband internet access (for smooth online play)&lt;br /&gt;
&lt;br /&gt;
For extra features, a pixel shader 2.0 compatible videocard (NVidia GeForce FX series or higher, ATI Radeon 9xxx series or higher) is recommended.&lt;br /&gt;
&lt;br /&gt;
For extra loading performance, more RAM is recommended.&lt;br /&gt;
&lt;br /&gt;
==Installing the game==&lt;br /&gt;
&lt;br /&gt;
'''This section will need to be updated when we get an installer'''&lt;br /&gt;
&lt;br /&gt;
# If you haven’t already, go to http://www.mtabeta.com register and download the MTA:SA client.&lt;br /&gt;
# Run the installer. You will be given an introductory dialog, then presented with the End User License Agreement (EULA). You must agree to this in order to continue installation.&lt;br /&gt;
# You will be presented with three (3) options where your able to create an account, use one your allready have, or dont use an account - In this case select option Two (2)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''Option One Selected'''&amp;lt;br&amp;gt;&lt;br /&gt;
Proceed to create a new account at MTABeta.com, once complete enter your login details into the installer&amp;lt;br&amp;gt;&lt;br /&gt;
'''Option Two Selected'''&amp;lt;br&amp;gt;&lt;br /&gt;
Proceed to entering your account details into the installer&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# You will then be asked which components to install.&lt;br /&gt;
#* '''Client''' interfaces with the game and is a required component.&lt;br /&gt;
#* '''MTA Server''' enables you to host your own home-brew server&lt;br /&gt;
#* '''MTA Server &amp;gt; Editor''' is used to create new maps, this is an optional component&lt;br /&gt;
# You are then asked for a folder in which to install the mod. You must set this to the same folder that San Andreas is installed in. The default location is: '''C:\Program Files\Rockstar Games\GTA San Andreas\'''. Click the '''Install''' button to commence installation.&lt;br /&gt;
# When it finishes installing, you will be given the option to start MTA: San Andreas straight away. Choose your option and then press '''Finish'''.&lt;br /&gt;
# You will be able to launch MTA:DM from your Start Menu if you wish to play.&lt;br /&gt;
&lt;br /&gt;
==Running the game==&lt;br /&gt;
# Start Multi Theft Auto by clicking the icon located in your Start Menu under '''MTA:San Andreas'''.&lt;br /&gt;
# GTA: San Andreas will start and once it is loaded, you will be presented with the MTA:SA main menu. Here you will find several options:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_QuickConnect.jpg]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Quick connect''' – this allows you to connect to a server that you already know the IP address or URL and port of. This is useful if you know precisely which server you want to join so that you don’t need to scroll through the whole server list.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_ServerBrowser.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Browse servers''' – this allows you to receive a list of available servers to play on. &amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:Settings.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Settings '''– this allows you to change your in-game nickname, customize controls and adjust display settings.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_About.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''About '''– this gives you a list of contributors to the project.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Map editor '''– this allows you to create your own maps, complete with checkpoints, ramps, pickups and other objects. These can then be uploaded onto a server so that you can play them with other people.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Quit '''– this returns you back to your Windows desktop.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The easiest way to play the game is to click '''Browse Servers''' on the menu. A new window will appear:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:manual_image006a.jpg]]&amp;lt;/center&amp;gt; '''Will need to be updated'''&lt;br /&gt;
&lt;br /&gt;
If servers have not appeared already, press the '''Refresh''' button and MTA will scan for servers, displaying them as a list.&lt;br /&gt;
&lt;br /&gt;
* Under the '''Name''' tab, each server's name is displayed.&lt;br /&gt;
* Under the '''Players''' tab, the number of players and the maximum capacity of the server is displayed, in the format of [Used Slots] / [Maximum Slots].&lt;br /&gt;
* The '''Ping''' tab displays the ping, or latency, between your machine and the server. Ping is a measure of the time it takes for &amp;quot;packets&amp;quot; of data to be received back from the server after sending them, so a higher ping means that you will experience more lag on that particular server. Generally, servers closest to your location should have the lowest pings.&lt;br /&gt;
* The '''Host''' is the IP address of the server. You can use this address in future to connect to the same server via the Quick Connect option on the main menu.&lt;br /&gt;
&lt;br /&gt;
Each tab can be clicked to arrange the respective column in ascending or descending order.&lt;br /&gt;
&lt;br /&gt;
For optimal performance and gameplay, look for the best balance between players and ping.&lt;br /&gt;
&lt;br /&gt;
Once you have picked a server, select it and click the '''Connect''' button in the top right-hand corner of the dialog. If all goes well, you should connect to the server and automatically join the game.&lt;br /&gt;
&lt;br /&gt;
==How to Play==&lt;br /&gt;
&lt;br /&gt;
MTA:SA offers a comprehensive scripting system that allows map creators to customize many elements of the game in order to create their own innovative game modes. The game incorporates as many single player elements as possible but some aspects are different.&lt;br /&gt;
&lt;br /&gt;
There are no pedestrians and no AI traffic on the road. The only other people on the map are your opponents, or allies if it is a team game. You can talk with them using the chatbox located in the left-hand corner of the screen by pressing '''T'''. To chat only to your team members, press '''Y'''.&lt;br /&gt;
&lt;br /&gt;
MTA's map editor allows map creators to add various GTA objects to their maps including roads, exploding barrels, ramps, buildings, hills and more. Not only this, but the objects can be scripted to move, change model and disappear. This offers a great deal of fun and variation to the gameplay. &lt;br /&gt;
&lt;br /&gt;
Holding Tab will display the scoreboard. By default, only names and pings are displayed, but scripts can add extra columns that are specific to the particular gamemode being played. For example, a deathmatch game mode would definitely have a column listing total kills, but the map creator may choose to add extra columns for the number of deaths you have and how long you have been playing for, in order to put your score into perspective.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
&lt;br /&gt;
===In-Game Keys===&lt;br /&gt;
&lt;br /&gt;
* F8 (or Tidle Key) - Console&lt;br /&gt;
* F9 - Ingame help&lt;br /&gt;
* F12 - Take a screenshot&lt;br /&gt;
* T - Chat&lt;br /&gt;
* Y - Team Chat&lt;br /&gt;
* TAB - Player List (if [[Scoreboard]] resource is running on the server)&lt;br /&gt;
&lt;br /&gt;
==Console Commands==&lt;br /&gt;
&lt;br /&gt;
'''bind defaults''' Binds control defaults in the settings menu&lt;br /&gt;
&lt;br /&gt;
Press '''~ (tilde)''' or '''F8''' to access the console, then type a command followed by any neccessary parameters (if applicable) then press Enter.&lt;br /&gt;
&lt;br /&gt;
;'''maps''' :This displays a list of all maps available on the server. &lt;br /&gt;
&lt;br /&gt;
;'''nick [nickname]''' :This changes your nickname whilst in-game to whatever you specify in the parameters.&lt;br /&gt;
&lt;br /&gt;
;'''msg [nickname] [message]''' or '''pm [nickname] [message]''' :This sends a private message to the person you specify in the [nickname] parameter. Only the person you specify can see the message. Both '''msg''' and '''pm''' perform the same function.&lt;br /&gt;
&lt;br /&gt;
;'''quit''' or '''exit''' :This disconnects you from the server and returns you to the Windows desktop. Performs the same function as the Quit button on the main menu.&lt;br /&gt;
&lt;br /&gt;
;'''ver''' :This displays the version number and copyright information for the software.&lt;br /&gt;
&lt;br /&gt;
;'''time''' :This displays the current time.&lt;br /&gt;
&lt;br /&gt;
;'''disconnect''' :This disconnects you from the server and returns you to the main menu.&lt;br /&gt;
&lt;br /&gt;
;'''say [text]''' :This enables you to continue talking to people in the chat box whilst the console is open.&lt;br /&gt;
&lt;br /&gt;
;'''ignore [nickname]''' :This will not display any text typed by the player you wish to ignore. To stop ignoring a player, type '''ignore [nickname]''' again.&lt;br /&gt;
&lt;br /&gt;
'''Tip:''' You can use these commands in the chatbox by putting a / (forward slash) in front of them.&lt;br /&gt;
&lt;br /&gt;
A list of console commands can be seen by typing '''help''' into the console and pressing Enter. The current map may also have extra commands which can be accessed by typing '''commands''' into the console.&lt;br /&gt;
&lt;br /&gt;
==Error codes and their meanings==&lt;br /&gt;
'''Download errors'''&amp;lt;br&amp;gt;&lt;br /&gt;
0: UNKNOWN_ERROR&amp;lt;br&amp;gt;&lt;br /&gt;
1: INVALID_FILE_DESCRIPTORS&amp;lt;br&amp;gt;&lt;br /&gt;
2: INVALID_MAX_FILE_DESCRIPTOR&amp;lt;br&amp;gt;&lt;br /&gt;
3: INVALID_SELECT_RETURN&amp;lt;br&amp;gt;&lt;br /&gt;
4: INVALID_INITIAL_MULTI_PERFORM&amp;lt;br&amp;gt;&lt;br /&gt;
5: INVALID_MULTI_PERFORM_CODE&amp;lt;br&amp;gt;&lt;br /&gt;
6: INVALID_MULTI_PERFORM_CODE_NEW_DOWNLOADS&amp;lt;br&amp;gt;&lt;br /&gt;
7: UNEXPECTED_CURL_MESSAGE&amp;lt;br&amp;gt;&lt;br /&gt;
8: UNABLE_TO_CONNECT&amp;lt;br&amp;gt;&lt;br /&gt;
9: UNABLE_TO_DOWNLOAD_FILE&amp;lt;br&amp;gt;&lt;br /&gt;
10: FAILED_TO_INITIALIZE_DOWNLOAD&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Fatal errors'''&amp;lt;br&amp;gt;&lt;br /&gt;
1: no local player model on ingame event&amp;lt;br&amp;gt;&lt;br /&gt;
2: no local player on ingame event&amp;lt;br&amp;gt;&lt;br /&gt;
3: server downloads disabled&amp;lt;br&amp;gt;&lt;br /&gt;
4: no local player model on player-list packet&amp;lt;br&amp;gt;&lt;br /&gt;
5: no local player on player-list packet&amp;lt;br&amp;gt;&lt;br /&gt;
6: invalid custom data length on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
7: invalid bitstream data on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
8: system entity on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
9: failed to create object on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
10: failed to create pickup on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
11: failed to create vehicle on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
12: invalid team-name length on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
13: invalid lua-event name length in lua-event packet&amp;lt;br&amp;gt;&lt;br /&gt;
14: invalid resource name length in resource-start packet&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Client_Manual&amp;diff=14406</id>
		<title>Client Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Client_Manual&amp;diff=14406"/>
		<updated>2008-01-03T15:48:35Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Error codes and their meanings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Multi Theft Auto: San Andreas is the latest in a series of fan-created multiplayer modifications for the Grand Theft Auto games (PC versions only). For the GTA3 and Vice City versions that run on the old core, visit [http://www.multitheftauto.com/ http://www.multitheftauto.com]. This mod is not endorsed by Rockstar Games or Take 2 Interactive.&lt;br /&gt;
&lt;br /&gt;
Please note that MTA:SA is a beta, which means it could crash or cause unexpected results.&lt;br /&gt;
&lt;br /&gt;
==Before you start==&lt;br /&gt;
&lt;br /&gt;
Before you install Multi Theft Auto: San Andreas, first make sure that there are no modifications to GTA:SA installed. These will conflict with MTA. If you would like to keep your single player mods, you can create two installations by reinstalling San Andreas to a second folder on your hard drive.&lt;br /&gt;
&lt;br /&gt;
Also make sure that you are running '''Windows XP''', '''Windows 2000''', '''Windows Vista''' or '''Windows Server 2003''' and that your machine is capable of running the game in single player. Note that if you are running single player on the absolute minimum requirements, you will experience slowdowns in MTA as it takes up extra processing power.&lt;br /&gt;
&lt;br /&gt;
'''Note: MTA:SA will only work on GTA:SA v1.0.''' If you bought the game recently, it is likely that you have a later version.&lt;br /&gt;
&lt;br /&gt;
Make sure you head over to the [[Known_Issues_-_FAQ|Known Issues]] page if you have issues, or join us on IRC @ irc://irc.multitheftauto.com/mta&lt;br /&gt;
&lt;br /&gt;
===System requirements===&lt;br /&gt;
The minimum system requirements for Multi Theft Auto: San Andreas are slightly higher than the original minimum requirements for Grand Theft Auto: San Andreas.&lt;br /&gt;
* Intel Pentium 4 or AMD Athlon XP&lt;br /&gt;
* 512MB DDR RAM&lt;br /&gt;
* Clean installation of Grand Theft Auto: San Andreas, version 1.0 or 1.1 (American or European)&lt;br /&gt;
* 3.7GB of free hard disk space (3.6GB for a minimum Grand Theft Auto installation)&lt;br /&gt;
* NVidia GeForce 4 series or ATI Radeon 8xxx series (64MB RAM and DirectX 9.0 compatible)&lt;br /&gt;
* DirectX 9.0 compatible sound card&lt;br /&gt;
* Keyboard and mouse&lt;br /&gt;
* Broadband internet access (for smooth online play)&lt;br /&gt;
&lt;br /&gt;
For extra features, a pixel shader 2.0 compatible videocard (NVidia GeForce FX series or higher, ATI Radeon 9xxx series or higher) is recommended.&lt;br /&gt;
&lt;br /&gt;
For extra loading performance, more RAM is recommended.&lt;br /&gt;
&lt;br /&gt;
==Installing the game==&lt;br /&gt;
&lt;br /&gt;
'''This section will need to be updated when we get an installer'''&lt;br /&gt;
&lt;br /&gt;
# If you haven’t already, go to http://www.mtabeta.com register and download the MTA:SA client.&lt;br /&gt;
# Run the installer. You will be given an introductory dialog, then presented with the End User License Agreement (EULA). You must agree to this in order to continue installation.&lt;br /&gt;
# You will be presented with three (3) options where your able to create an account, use one your allready have, or dont use an account - In this case select option Two (2)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''Option One Selected'''&amp;lt;br&amp;gt;&lt;br /&gt;
Proceed to create a new account at MTABeta.com, once complete enter your login details into the installer&amp;lt;br&amp;gt;&lt;br /&gt;
'''Option Two Selected'''&amp;lt;br&amp;gt;&lt;br /&gt;
Proceed to entering your account details into the installer&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# You will then be asked which components to install.&lt;br /&gt;
#* '''Client''' interfaces with the game and is a required component.&lt;br /&gt;
#* '''MTA Server''' enables you to host your own home-brew server&lt;br /&gt;
#* '''MTA Server &amp;gt; Editor''' is used to create new maps, this is an optional component&lt;br /&gt;
# You are then asked for a folder in which to install the mod. You must set this to the same folder that San Andreas is installed in. The default location is: '''C:\Program Files\Rockstar Games\GTA San Andreas\'''. Click the '''Install''' button to commence installation.&lt;br /&gt;
# When it finishes installing, you will be given the option to start MTA: San Andreas straight away. Choose your option and then press '''Finish'''.&lt;br /&gt;
# You will be able to launch MTA:DM from your Start Menu if you wish to play.&lt;br /&gt;
&lt;br /&gt;
==Running the game==&lt;br /&gt;
# Start Multi Theft Auto by clicking the icon located in your Start Menu under '''MTA:San Andreas'''.&lt;br /&gt;
# GTA: San Andreas will start and once it is loaded, you will be presented with the MTA:SA main menu. Here you will find several options:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_QuickConnect.jpg]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Quick connect''' – this allows you to connect to a server that you already know the IP address or URL and port of. This is useful if you know precisely which server you want to join so that you don’t need to scroll through the whole server list.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_ServerBrowser.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Browse servers''' – this allows you to receive a list of available servers to play on. &amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:Settings.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Settings '''– this allows you to change your in-game nickname, customize controls and adjust display settings.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_About.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''About '''– this gives you a list of contributors to the project.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Map editor '''– this allows you to create your own maps, complete with checkpoints, ramps, pickups and other objects. These can then be uploaded onto a server so that you can play them with other people.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Quit '''– this returns you back to your Windows desktop.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The easiest way to play the game is to click '''Browse Servers''' on the menu. A new window will appear:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:manual_image006a.jpg]]&amp;lt;/center&amp;gt; '''Will need to be updated'''&lt;br /&gt;
&lt;br /&gt;
If servers have not appeared already, press the '''Refresh''' button and MTA will scan for servers, displaying them as a list.&lt;br /&gt;
&lt;br /&gt;
* Under the '''Name''' tab, each server's name is displayed.&lt;br /&gt;
* Under the '''Players''' tab, the number of players and the maximum capacity of the server is displayed, in the format of [Used Slots] / [Maximum Slots].&lt;br /&gt;
* The '''Ping''' tab displays the ping, or latency, between your machine and the server. Ping is a measure of the time it takes for &amp;quot;packets&amp;quot; of data to be received back from the server after sending them, so a higher ping means that you will experience more lag on that particular server. Generally, servers closest to your location should have the lowest pings.&lt;br /&gt;
* The '''Host''' is the IP address of the server. You can use this address in future to connect to the same server via the Quick Connect option on the main menu.&lt;br /&gt;
&lt;br /&gt;
Each tab can be clicked to arrange the respective column in ascending or descending order.&lt;br /&gt;
&lt;br /&gt;
For optimal performance and gameplay, look for the best balance between players and ping.&lt;br /&gt;
&lt;br /&gt;
Once you have picked a server, select it and click the '''Connect''' button in the top right-hand corner of the dialog. If all goes well, you should connect to the server and automatically join the game.&lt;br /&gt;
&lt;br /&gt;
==How to Play==&lt;br /&gt;
&lt;br /&gt;
MTA:SA offers a comprehensive scripting system that allows map creators to customize many elements of the game in order to create their own innovative game modes. The game incorporates as many single player elements as possible but some aspects are different.&lt;br /&gt;
&lt;br /&gt;
There are no pedestrians and no AI traffic on the road. The only other people on the map are your opponents, or allies if it is a team game. You can talk with them using the chatbox located in the left-hand corner of the screen by pressing '''T'''. To chat only to your team members, press '''Y'''.&lt;br /&gt;
&lt;br /&gt;
MTA's map editor allows map creators to add various GTA objects to their maps including roads, exploding barrels, ramps, buildings, hills and more. Not only this, but the objects can be scripted to move, change model and disappear. This offers a great deal of fun and variation to the gameplay. &lt;br /&gt;
&lt;br /&gt;
Holding Tab will display the scoreboard. By default, only names and pings are displayed, but scripts can add extra columns that are specific to the particular gamemode being played. For example, a deathmatch game mode would definitely have a column listing total kills, but the map creator may choose to add extra columns for the number of deaths you have and how long you have been playing for, in order to put your score into perspective.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
&lt;br /&gt;
===In-Game Keys===&lt;br /&gt;
&lt;br /&gt;
* F8 (or Tidle Key) - Console&lt;br /&gt;
* F9 - Ingame help&lt;br /&gt;
* F12 - Take a screenshot&lt;br /&gt;
* T - Chat&lt;br /&gt;
* Y - Team Chat&lt;br /&gt;
* TAB - Player List (if [[Scoreboard]] resource is running on the server)&lt;br /&gt;
&lt;br /&gt;
==Console Commands==&lt;br /&gt;
&lt;br /&gt;
'''bind defaults''' Binds control defaults in the settings menu&lt;br /&gt;
&lt;br /&gt;
Press '''~ (tilde)''' or '''F8''' to access the console, then type a command followed by any neccessary parameters (if applicable) then press Enter.&lt;br /&gt;
&lt;br /&gt;
;'''maps''' :This displays a list of all maps available on the server. &lt;br /&gt;
&lt;br /&gt;
;'''nick [nickname]''' :This changes your nickname whilst in-game to whatever you specify in the parameters.&lt;br /&gt;
&lt;br /&gt;
;'''msg [nickname] [message]''' or '''pm [nickname] [message]''' :This sends a private message to the person you specify in the [nickname] parameter. Only the person you specify can see the message. Both '''msg''' and '''pm''' perform the same function.&lt;br /&gt;
&lt;br /&gt;
;'''quit''' or '''exit''' :This disconnects you from the server and returns you to the Windows desktop. Performs the same function as the Quit button on the main menu.&lt;br /&gt;
&lt;br /&gt;
;'''ver''' :This displays the version number and copyright information for the software.&lt;br /&gt;
&lt;br /&gt;
;'''time''' :This displays the current time.&lt;br /&gt;
&lt;br /&gt;
;'''disconnect''' :This disconnects you from the server and returns you to the main menu.&lt;br /&gt;
&lt;br /&gt;
;'''say [text]''' :This enables you to continue talking to people in the chat box whilst the console is open.&lt;br /&gt;
&lt;br /&gt;
;'''ignore [nickname]''' :This will not display any text typed by the player you wish to ignore. To stop ignoring a player, type '''ignore [nickname]''' again.&lt;br /&gt;
&lt;br /&gt;
'''Tip:''' You can use these commands in the chatbox by putting a / (forward slash) in front of them.&lt;br /&gt;
&lt;br /&gt;
A list of console commands can be seen by typing '''help''' into the console and pressing Enter. The current map may also have extra commands which can be accessed by typing '''commands''' into the console.&lt;br /&gt;
&lt;br /&gt;
==Error codes and their meanings==&lt;br /&gt;
'''Download errors'''&amp;lt;br&amp;gt;&lt;br /&gt;
0: UNKNOWN_ERROR&amp;lt;br&amp;gt;&lt;br /&gt;
1: INVALID_FILE_DESCRIPTORS&amp;lt;br&amp;gt;&lt;br /&gt;
2: INVALID_MAX_FILE_DESCRIPTOR&amp;lt;br&amp;gt;&lt;br /&gt;
3: INVALID_SELECT_RETURN&amp;lt;br&amp;gt;&lt;br /&gt;
4: INVALID_INITIAL_MULTI_PERFORM&amp;lt;br&amp;gt;&lt;br /&gt;
5: INVALID_MULTI_PERFORM_CODE&amp;lt;br&amp;gt;&lt;br /&gt;
6: INVALID_MULTI_PERFORM_CODE_NEW_DOWNLOADS&amp;lt;br&amp;gt;&lt;br /&gt;
7: UNEXPECTED_CURL_MESSAGE&amp;lt;br&amp;gt;&lt;br /&gt;
8: UNABLE_TO_CONNECT&amp;lt;br&amp;gt;&lt;br /&gt;
9: UNABLE_TO_DOWNLOAD_FILE&amp;lt;br&amp;gt;&lt;br /&gt;
10: FAILED_TO_INITIALIZE_DOWNLOAD&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Fatal errors'''&lt;br /&gt;
1: no local player model on ingame event&amp;lt;br&amp;gt;&lt;br /&gt;
2: no local player on ingame event&amp;lt;br&amp;gt;&lt;br /&gt;
3: server downloads disabled&amp;lt;br&amp;gt;&lt;br /&gt;
4: no local player model on player-list packet&amp;lt;br&amp;gt;&lt;br /&gt;
5: no local player on player-list packet&amp;lt;br&amp;gt;&lt;br /&gt;
6: invalid custom data length on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
7: invalid bitstream data on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
8: system entity on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
9: failed to create object on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
10: failed to create pickup on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
11: failed to create vehicle on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
12: invalid team-name length on entity-add packet&amp;lt;br&amp;gt;&lt;br /&gt;
13: invalid lua-event name length in lua-event packet&amp;lt;br&amp;gt;&lt;br /&gt;
14: invalid resource name length in resource-start packet&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Client_Manual&amp;diff=14405</id>
		<title>Client Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Client_Manual&amp;diff=14405"/>
		<updated>2008-01-03T15:47:34Z</updated>

		<summary type="html">&lt;p&gt;AlienX: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Multi Theft Auto: San Andreas is the latest in a series of fan-created multiplayer modifications for the Grand Theft Auto games (PC versions only). For the GTA3 and Vice City versions that run on the old core, visit [http://www.multitheftauto.com/ http://www.multitheftauto.com]. This mod is not endorsed by Rockstar Games or Take 2 Interactive.&lt;br /&gt;
&lt;br /&gt;
Please note that MTA:SA is a beta, which means it could crash or cause unexpected results.&lt;br /&gt;
&lt;br /&gt;
==Before you start==&lt;br /&gt;
&lt;br /&gt;
Before you install Multi Theft Auto: San Andreas, first make sure that there are no modifications to GTA:SA installed. These will conflict with MTA. If you would like to keep your single player mods, you can create two installations by reinstalling San Andreas to a second folder on your hard drive.&lt;br /&gt;
&lt;br /&gt;
Also make sure that you are running '''Windows XP''', '''Windows 2000''', '''Windows Vista''' or '''Windows Server 2003''' and that your machine is capable of running the game in single player. Note that if you are running single player on the absolute minimum requirements, you will experience slowdowns in MTA as it takes up extra processing power.&lt;br /&gt;
&lt;br /&gt;
'''Note: MTA:SA will only work on GTA:SA v1.0.''' If you bought the game recently, it is likely that you have a later version.&lt;br /&gt;
&lt;br /&gt;
Make sure you head over to the [[Known_Issues_-_FAQ|Known Issues]] page if you have issues, or join us on IRC @ irc://irc.multitheftauto.com/mta&lt;br /&gt;
&lt;br /&gt;
===System requirements===&lt;br /&gt;
The minimum system requirements for Multi Theft Auto: San Andreas are slightly higher than the original minimum requirements for Grand Theft Auto: San Andreas.&lt;br /&gt;
* Intel Pentium 4 or AMD Athlon XP&lt;br /&gt;
* 512MB DDR RAM&lt;br /&gt;
* Clean installation of Grand Theft Auto: San Andreas, version 1.0 or 1.1 (American or European)&lt;br /&gt;
* 3.7GB of free hard disk space (3.6GB for a minimum Grand Theft Auto installation)&lt;br /&gt;
* NVidia GeForce 4 series or ATI Radeon 8xxx series (64MB RAM and DirectX 9.0 compatible)&lt;br /&gt;
* DirectX 9.0 compatible sound card&lt;br /&gt;
* Keyboard and mouse&lt;br /&gt;
* Broadband internet access (for smooth online play)&lt;br /&gt;
&lt;br /&gt;
For extra features, a pixel shader 2.0 compatible videocard (NVidia GeForce FX series or higher, ATI Radeon 9xxx series or higher) is recommended.&lt;br /&gt;
&lt;br /&gt;
For extra loading performance, more RAM is recommended.&lt;br /&gt;
&lt;br /&gt;
==Installing the game==&lt;br /&gt;
&lt;br /&gt;
'''This section will need to be updated when we get an installer'''&lt;br /&gt;
&lt;br /&gt;
# If you haven’t already, go to http://www.mtabeta.com register and download the MTA:SA client.&lt;br /&gt;
# Run the installer. You will be given an introductory dialog, then presented with the End User License Agreement (EULA). You must agree to this in order to continue installation.&lt;br /&gt;
# You will be presented with three (3) options where your able to create an account, use one your allready have, or dont use an account - In this case select option Two (2)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''Option One Selected'''&amp;lt;br&amp;gt;&lt;br /&gt;
Proceed to create a new account at MTABeta.com, once complete enter your login details into the installer&amp;lt;br&amp;gt;&lt;br /&gt;
'''Option Two Selected'''&amp;lt;br&amp;gt;&lt;br /&gt;
Proceed to entering your account details into the installer&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# You will then be asked which components to install.&lt;br /&gt;
#* '''Client''' interfaces with the game and is a required component.&lt;br /&gt;
#* '''MTA Server''' enables you to host your own home-brew server&lt;br /&gt;
#* '''MTA Server &amp;gt; Editor''' is used to create new maps, this is an optional component&lt;br /&gt;
# You are then asked for a folder in which to install the mod. You must set this to the same folder that San Andreas is installed in. The default location is: '''C:\Program Files\Rockstar Games\GTA San Andreas\'''. Click the '''Install''' button to commence installation.&lt;br /&gt;
# When it finishes installing, you will be given the option to start MTA: San Andreas straight away. Choose your option and then press '''Finish'''.&lt;br /&gt;
# You will be able to launch MTA:DM from your Start Menu if you wish to play.&lt;br /&gt;
&lt;br /&gt;
==Running the game==&lt;br /&gt;
# Start Multi Theft Auto by clicking the icon located in your Start Menu under '''MTA:San Andreas'''.&lt;br /&gt;
# GTA: San Andreas will start and once it is loaded, you will be presented with the MTA:SA main menu. Here you will find several options:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_QuickConnect.jpg]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Quick connect''' – this allows you to connect to a server that you already know the IP address or URL and port of. This is useful if you know precisely which server you want to join so that you don’t need to scroll through the whole server list.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_ServerBrowser.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Browse servers''' – this allows you to receive a list of available servers to play on. &amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:Settings.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Settings '''– this allows you to change your in-game nickname, customize controls and adjust display settings.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_About.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''About '''– this gives you a list of contributors to the project.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Map editor '''– this allows you to create your own maps, complete with checkpoints, ramps, pickups and other objects. These can then be uploaded onto a server so that you can play them with other people.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Quit '''– this returns you back to your Windows desktop.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The easiest way to play the game is to click '''Browse Servers''' on the menu. A new window will appear:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:manual_image006a.jpg]]&amp;lt;/center&amp;gt; '''Will need to be updated'''&lt;br /&gt;
&lt;br /&gt;
If servers have not appeared already, press the '''Refresh''' button and MTA will scan for servers, displaying them as a list.&lt;br /&gt;
&lt;br /&gt;
* Under the '''Name''' tab, each server's name is displayed.&lt;br /&gt;
* Under the '''Players''' tab, the number of players and the maximum capacity of the server is displayed, in the format of [Used Slots] / [Maximum Slots].&lt;br /&gt;
* The '''Ping''' tab displays the ping, or latency, between your machine and the server. Ping is a measure of the time it takes for &amp;quot;packets&amp;quot; of data to be received back from the server after sending them, so a higher ping means that you will experience more lag on that particular server. Generally, servers closest to your location should have the lowest pings.&lt;br /&gt;
* The '''Host''' is the IP address of the server. You can use this address in future to connect to the same server via the Quick Connect option on the main menu.&lt;br /&gt;
&lt;br /&gt;
Each tab can be clicked to arrange the respective column in ascending or descending order.&lt;br /&gt;
&lt;br /&gt;
For optimal performance and gameplay, look for the best balance between players and ping.&lt;br /&gt;
&lt;br /&gt;
Once you have picked a server, select it and click the '''Connect''' button in the top right-hand corner of the dialog. If all goes well, you should connect to the server and automatically join the game.&lt;br /&gt;
&lt;br /&gt;
==How to Play==&lt;br /&gt;
&lt;br /&gt;
MTA:SA offers a comprehensive scripting system that allows map creators to customize many elements of the game in order to create their own innovative game modes. The game incorporates as many single player elements as possible but some aspects are different.&lt;br /&gt;
&lt;br /&gt;
There are no pedestrians and no AI traffic on the road. The only other people on the map are your opponents, or allies if it is a team game. You can talk with them using the chatbox located in the left-hand corner of the screen by pressing '''T'''. To chat only to your team members, press '''Y'''.&lt;br /&gt;
&lt;br /&gt;
MTA's map editor allows map creators to add various GTA objects to their maps including roads, exploding barrels, ramps, buildings, hills and more. Not only this, but the objects can be scripted to move, change model and disappear. This offers a great deal of fun and variation to the gameplay. &lt;br /&gt;
&lt;br /&gt;
Holding Tab will display the scoreboard. By default, only names and pings are displayed, but scripts can add extra columns that are specific to the particular gamemode being played. For example, a deathmatch game mode would definitely have a column listing total kills, but the map creator may choose to add extra columns for the number of deaths you have and how long you have been playing for, in order to put your score into perspective.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
&lt;br /&gt;
===In-Game Keys===&lt;br /&gt;
&lt;br /&gt;
* F8 (or Tidle Key) - Console&lt;br /&gt;
* F9 - Ingame help&lt;br /&gt;
* F12 - Take a screenshot&lt;br /&gt;
* T - Chat&lt;br /&gt;
* Y - Team Chat&lt;br /&gt;
* TAB - Player List (if [[Scoreboard]] resource is running on the server)&lt;br /&gt;
&lt;br /&gt;
==Console Commands==&lt;br /&gt;
&lt;br /&gt;
'''bind defaults''' Binds control defaults in the settings menu&lt;br /&gt;
&lt;br /&gt;
Press '''~ (tilde)''' or '''F8''' to access the console, then type a command followed by any neccessary parameters (if applicable) then press Enter.&lt;br /&gt;
&lt;br /&gt;
;'''maps''' :This displays a list of all maps available on the server. &lt;br /&gt;
&lt;br /&gt;
;'''nick [nickname]''' :This changes your nickname whilst in-game to whatever you specify in the parameters.&lt;br /&gt;
&lt;br /&gt;
;'''msg [nickname] [message]''' or '''pm [nickname] [message]''' :This sends a private message to the person you specify in the [nickname] parameter. Only the person you specify can see the message. Both '''msg''' and '''pm''' perform the same function.&lt;br /&gt;
&lt;br /&gt;
;'''quit''' or '''exit''' :This disconnects you from the server and returns you to the Windows desktop. Performs the same function as the Quit button on the main menu.&lt;br /&gt;
&lt;br /&gt;
;'''ver''' :This displays the version number and copyright information for the software.&lt;br /&gt;
&lt;br /&gt;
;'''time''' :This displays the current time.&lt;br /&gt;
&lt;br /&gt;
;'''disconnect''' :This disconnects you from the server and returns you to the main menu.&lt;br /&gt;
&lt;br /&gt;
;'''say [text]''' :This enables you to continue talking to people in the chat box whilst the console is open.&lt;br /&gt;
&lt;br /&gt;
;'''ignore [nickname]''' :This will not display any text typed by the player you wish to ignore. To stop ignoring a player, type '''ignore [nickname]''' again.&lt;br /&gt;
&lt;br /&gt;
'''Tip:''' You can use these commands in the chatbox by putting a / (forward slash) in front of them.&lt;br /&gt;
&lt;br /&gt;
A list of console commands can be seen by typing '''help''' into the console and pressing Enter. The current map may also have extra commands which can be accessed by typing '''commands''' into the console.&lt;br /&gt;
&lt;br /&gt;
==Error codes and their meanings==&lt;br /&gt;
'''Download errors'''&lt;br /&gt;
0: UNKNOWN_ERROR&lt;br /&gt;
1: INVALID_FILE_DESCRIPTORS&lt;br /&gt;
2: INVALID_MAX_FILE_DESCRIPTOR&lt;br /&gt;
3: INVALID_SELECT_RETURN&lt;br /&gt;
4: INVALID_INITIAL_MULTI_PERFORM&lt;br /&gt;
5: INVALID_MULTI_PERFORM_CODE&lt;br /&gt;
6: INVALID_MULTI_PERFORM_CODE_NEW_DOWNLOADS&lt;br /&gt;
7: UNEXPECTED_CURL_MESSAGE&lt;br /&gt;
8: UNABLE_TO_CONNECT&lt;br /&gt;
9: UNABLE_TO_DOWNLOAD_FILE&lt;br /&gt;
10: FAILED_TO_INITIALIZE_DOWNLOAD&lt;br /&gt;
&lt;br /&gt;
'''Fatal errors'''&lt;br /&gt;
1: no local player model on ingame event&lt;br /&gt;
2: no local player on ingame event&lt;br /&gt;
3: server downloads disabled&lt;br /&gt;
4: no local player model on player-list packet&lt;br /&gt;
5: no local player on player-list packet&lt;br /&gt;
6: invalid custom data length on entity-add packet&lt;br /&gt;
7: invalid bitstream data on entity-add packet&lt;br /&gt;
8: system entity on entity-add packet&lt;br /&gt;
9: failed to create object on entity-add packet&lt;br /&gt;
10: failed to create pickup on entity-add packet&lt;br /&gt;
11: failed to create vehicle on entity-add packet&lt;br /&gt;
12: invalid team-name length on entity-add packet&lt;br /&gt;
13: invalid lua-event name length in lua-event packet&lt;br /&gt;
14: invalid resource name length in resource-start packet&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14358</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14358"/>
		<updated>2008-01-02T22:03:48Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Remotely administrating your server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:SA DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory in a text editor, for example Windows Notepad.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done! You can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&amp;lt;br&amp;gt;&lt;br /&gt;
'''Note 2''': There are also ways to add accounts and edit rights for the server while it's running. &amp;quot;addaccount &amp;lt;user&amp;gt; &amp;lt;password&amp;gt;&amp;quot; is an internal command to add accounts, through the web interface you can manage ACL rights while it's running.&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it. The MTA:SA DM server supports both these methods.&lt;br /&gt;
&lt;br /&gt;
# Move or copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder.&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resources can easily be removed from your server if you no longer want them.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP file or the folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can start resources with the command &amp;quot;start resourcename&amp;quot;, or stop them with &amp;quot;stop resourcename&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Remotely administrating your server==&lt;br /&gt;
This article assumes you have setup a working account with 'Admin' user rights, and have these resources started:&lt;br /&gt;
# ResourceBrowser&lt;br /&gt;
# ResourceManager&lt;br /&gt;
# WebAdmin&lt;br /&gt;
# WebMap&lt;br /&gt;
&lt;br /&gt;
Your able to access these great remote admin tools by visiting &amp;lt;nowiki&amp;gt;http://&amp;lt;yourserverip&amp;gt;:&amp;lt;httpport&amp;gt;/resourcebrowser&amp;lt;/nowiki&amp;gt; in firefox&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while ingame as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window. This may cause a second of lag if you have many resources.&lt;br /&gt;
# In the above instructions, &amp;lt;SERVER&amp;gt; is the path to your server's main directory. In most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;br /&gt;
&lt;br /&gt;
====Need further help?====&lt;br /&gt;
Why not pop over to our [http://http://forum.mtasa.com/ Forums] or join us on [irc://irc.multitheftauto.com/mta IRC] (irc.multitheftauto.com #mta - [http://www.mirc.com MIRC])&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14357</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14357"/>
		<updated>2008-01-02T22:01:32Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Remotely administrating your server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:SA DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory in a text editor, for example Windows Notepad.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done! You can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&amp;lt;br&amp;gt;&lt;br /&gt;
'''Note 2''': There are also ways to add accounts and edit rights for the server while it's running. &amp;quot;addaccount &amp;lt;user&amp;gt; &amp;lt;password&amp;gt;&amp;quot; is an internal command to add accounts, through the web interface you can manage ACL rights while it's running.&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it. The MTA:SA DM server supports both these methods.&lt;br /&gt;
&lt;br /&gt;
# Move or copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder.&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resources can easily be removed from your server if you no longer want them.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP file or the folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can start resources with the command &amp;quot;start resourcename&amp;quot;, or stop them with &amp;quot;stop resourcename&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Remotely administrating your server==&lt;br /&gt;
This article assumes you have setup a working account with 'Admin' user rights, and have these resources started:&lt;br /&gt;
# ResourceBrowser&lt;br /&gt;
# ResourceManager&lt;br /&gt;
# WebAdmin&lt;br /&gt;
# WebMap&lt;br /&gt;
&lt;br /&gt;
Your able to access these great remote admin tools by visiting http://&amp;lt;yourserverip&amp;gt;:&amp;lt;httpport&amp;gt;/resourcebrowser in firefox&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while ingame as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window. This may cause a second of lag if you have many resources.&lt;br /&gt;
# In the above instructions, &amp;lt;SERVER&amp;gt; is the path to your server's main directory. In most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;br /&gt;
&lt;br /&gt;
====Need further help?====&lt;br /&gt;
Why not pop over to our [http://http://forum.mtasa.com/ Forums] or join us on [irc://irc.multitheftauto.com/mta IRC] (irc.multitheftauto.com #mta - [http://www.mirc.com MIRC])&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14349</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14349"/>
		<updated>2008-01-02T16:01:18Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Administrating your server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:SA DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done! You can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it. The MTA:SA DM server supports both these methods.&lt;br /&gt;
&lt;br /&gt;
# Move or copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder.&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resources can easily be removed from your server if you no longer want them.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP file or the folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can start resources with the command &amp;quot;start resourcename&amp;quot;, or stop them with &amp;quot;stop resourcename&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Remotly administrating your server==&lt;br /&gt;
This article assumes you have setup a working account with 'Admin' user rights.&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while ingame as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window.&lt;br /&gt;
# In the above instructions, &amp;lt;SERVER&amp;gt; is the path to your server's main directory. In most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;br /&gt;
&lt;br /&gt;
====Need further help?====&lt;br /&gt;
Why not pop over to our [http://http://forum.mtasa.com/ Forums] or join us on [irc://irc.multitheftauto.com/mta IRC] (irc.multitheftauto.com #mta - [http://www.mirc.com MIRC])&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14344</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14344"/>
		<updated>2008-01-02T15:53:24Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Useful Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it. The MTA:SA DM server supports both these methods.&lt;br /&gt;
&lt;br /&gt;
# Move or copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder.&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resources can easily be removed from your server if you no longer want them.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP file or the folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can start resources with the command &amp;quot;start resourcename&amp;quot;, or stop them with &amp;quot;stop resourcename&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while ingame as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window.&lt;br /&gt;
# &amp;lt;SERVER&amp;gt; is a relative to your servers main directory, in most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''Need further help?'''&amp;lt;br&amp;gt;&lt;br /&gt;
Why not pop over to our [http://http://forum.mtasa.com/ Forums] or join us on [irc://irc.multitheftauto.com/mta IRC] (irc.multitheftauto.com #mta - [http://www.mirc.com MIRC])&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14343</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14343"/>
		<updated>2008-01-02T15:53:15Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Useful Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it. The MTA:SA DM server supports both these methods.&lt;br /&gt;
&lt;br /&gt;
# Move or copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder.&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resources can easily be removed from your server if you no longer want them.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP file or the folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can start resources with the command &amp;quot;start resourcename&amp;quot;, or stop them with &amp;quot;stop resourcename&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while ingame as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window.&lt;br /&gt;
# &amp;lt;SERVER&amp;gt; is a relative to your servers main directory, in most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Need further help?''''&lt;br /&gt;
Why not pop over to our [http://http://forum.mtasa.com/ Forums] or join us on [irc://irc.multitheftauto.com/mta IRC] (irc.multitheftauto.com #mta - [http://www.mirc.com MIRC])&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14342</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14342"/>
		<updated>2008-01-02T15:52:58Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Useful Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it. The MTA:SA DM server supports both these methods.&lt;br /&gt;
&lt;br /&gt;
# Move or copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder.&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resources can easily be removed from your server if you no longer want them.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP file or the folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can start resources with the command &amp;quot;start resourcename&amp;quot;, or stop them with &amp;quot;stop resourcename&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while ingame as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window.&lt;br /&gt;
# &amp;lt;SERVER&amp;gt; is a relative to your servers main directory, in most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Need further help? - why not pop over to our [http://http://forum.mtasa.com/ Forums] or join us on [irc://irc.multitheftauto.com/mta IRC] (irc.multitheftauto.com #mta - [http://www.mirc.com MIRC])&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14341</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14341"/>
		<updated>2008-01-02T15:52:40Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Useful Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it. The MTA:SA DM server supports both these methods.&lt;br /&gt;
&lt;br /&gt;
# Move or copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder.&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resources can easily be removed from your server if you no longer want them.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP file or the folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can start resources with the command &amp;quot;start resourcename&amp;quot;, or stop them with &amp;quot;stop resourcename&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while ingame as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window.&lt;br /&gt;
# &amp;lt;SERVER&amp;gt; is a relative to your servers main directory, in most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;br /&gt;
&lt;br /&gt;
Need further help? - why not pop over to our [http://http://forum.mtasa.com/ Forums] or join us on [irc://irc.multitheftauto.com/mta IRC] (irc.multitheftauto.com #mta - [http://www.mirc.com MIRC])&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14340</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14340"/>
		<updated>2008-01-02T15:50:54Z</updated>

		<summary type="html">&lt;p&gt;AlienX: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it. The MTA:SA DM server supports both these methods.&lt;br /&gt;
&lt;br /&gt;
# Move or copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder.&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resources can easily be removed from your server if you no longer want them.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP file or the folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can start resources with the command &amp;quot;start resourcename&amp;quot;, or stop them with &amp;quot;stop resourcename&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while ingame as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window.&lt;br /&gt;
# &amp;lt;SERVER&amp;gt; is a relative to your servers main directory, in most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;br /&gt;
&lt;br /&gt;
Need further help? - why not pop over to our [[http://http://forum.mtasa.com/|Forums]] or join us on [[irc://irc.multitheftauto.com/mta|IRC]] (irc.multitheftauto.com #mta - [[http://www.mirc.com|MIRC]])&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14338</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14338"/>
		<updated>2008-01-02T15:45:34Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Installing/Updating resources on your server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can now enter commands in the server console. You can start resources with the &amp;quot;start&amp;quot; command, or stop them with &amp;quot;stop&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it, the MTA:DM server supports both these methods, before we begin this article assumes you have one of these two formats at hand.&lt;br /&gt;
&lt;br /&gt;
# Move or Copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resorces can easily be removed from your server if you no longer want them. - this article assumes you have the resource you wish to delete at hand.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP or the Folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while in your server as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window.&lt;br /&gt;
# &amp;lt;SERVER&amp;gt; is a relative to your servers main directory, in most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14337</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14337"/>
		<updated>2008-01-02T15:44:46Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Installing/Updating resources onto your server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can now enter commands in the server console. You can start resources with the &amp;quot;start&amp;quot; command, or stop them with &amp;quot;stop&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it, the MTA:DM server supports both these methods, before we begin this article assumes you have one of these two formats at hand.&lt;br /&gt;
&lt;br /&gt;
# Move or Copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resoruces folder&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resorces can easily be removed from your server if you no longer want them. - this article assumes you have the resource you wish to delete at hand.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP or the Folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while in your server as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window.&lt;br /&gt;
# &amp;lt;SERVER&amp;gt; is a relative to your servers main directory, in most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14336</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14336"/>
		<updated>2008-01-02T15:44:19Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Installing/Updating resources onto your server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can now enter commands in the server console. You can start resources with the &amp;quot;start&amp;quot; command, or stop them with &amp;quot;stop&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources onto your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it, the MTA:DM server supports both these methods, before we begin this article assumes you have one of these two formats at hand.&lt;br /&gt;
&lt;br /&gt;
# Move or Copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resoruces folder&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resorces can easily be removed from your server if you no longer want them. - this article assumes you have the resource you wish to delete at hand.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP or the Folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while in your server as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window.&lt;br /&gt;
# &amp;lt;SERVER&amp;gt; is a relative to your servers main directory, in most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14335</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14335"/>
		<updated>2008-01-02T15:44:09Z</updated>

		<summary type="html">&lt;p&gt;AlienX: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can now enter commands in the server console. You can start resources with the &amp;quot;start&amp;quot; command, or stop them with &amp;quot;stop&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources onto your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it, the MTA:DM server supports both these methods, before we begin this article assumes you have one of these two formats at hand.&lt;br /&gt;
&lt;br /&gt;
# Move or Copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resoruces folder&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resorces can easily be removed from your server if you no longer want them. - this article assumes you have the resource you wish to delete at hand.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP or the Folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while in your server as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window.&lt;br /&gt;
# &amp;lt;SERVER&amp;gt; is a relative to your servers main directory, in most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14316</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14316"/>
		<updated>2008-01-02T03:04:46Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your ''''mtaserver.conf file'''', which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2.''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4.''' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5.''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6.''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Note:''' Changing these files requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14315</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14315"/>
		<updated>2008-01-02T03:03:34Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your ''''mtaserver.conf file'''', which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2.''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4.''' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5.''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6.''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Note:''' Changing this file requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14314</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14314"/>
		<updated>2008-01-02T03:03:05Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your ''''mtaserver.conf file'''', which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2.''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4.''' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5.''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6.''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;'''Note:''' Changing this file requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14313</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14313"/>
		<updated>2008-01-02T03:02:51Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your ''''mtaserver.conf file'''', which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2.''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4.''' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5.''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6.''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;''''Note:'''' Changing this file requires a restart of the server&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14311</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14311"/>
		<updated>2008-01-02T03:01:45Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Configuring Your Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your ''''mtaserver.conf file'''', which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2.''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4.''' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5.''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6.''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14310</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14310"/>
		<updated>2008-01-02T03:00:53Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2.''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4.''' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5.''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6.''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14309</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14309"/>
		<updated>2008-01-02T03:00:42Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2.''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4.''' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5.''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6.''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14308</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14308"/>
		<updated>2008-01-02T03:00:20Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2.''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4.''' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5.''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6.''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
You're done!, you can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14307</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14307"/>
		<updated>2008-01-02T02:59:38Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2.''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4.''' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5.''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6.''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14306</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14306"/>
		<updated>2008-01-02T02:59:10Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4''' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14305</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14305"/>
		<updated>2008-01-02T02:59:03Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1''' Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''2''' Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''3''' Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
'''4'' Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
'''5''' Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
'''6''' Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14304</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14304"/>
		<updated>2008-01-02T02:56:57Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
1 Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;br&amp;gt;&lt;br /&gt;
2 Add a new account into the file with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
3 Save and close the file&amp;lt;br&amp;gt;&lt;br /&gt;
4 Open acl.xml&amp;lt;br&amp;gt;&lt;br /&gt;
5 Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;br&amp;gt;&lt;br /&gt;
6 Within the group you have selected add the account you have created above with the syntax below&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14303</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14303"/>
		<updated>2008-01-02T02:56:29Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&lt;br /&gt;
1 Browse to your servers 'deathmatch' folder and open Accounts.xml&lt;br /&gt;
2 Add a new account into the file with the syntax below&lt;br /&gt;
&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3 Save and close the file&lt;br /&gt;
4 Open acl.xml&lt;br /&gt;
5 Select the rights of the admin, either Moderator, SuperModerator or Admin&lt;br /&gt;
6 Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14302</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14302"/>
		<updated>2008-01-02T02:56:04Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Adding Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&lt;br /&gt;
# Browse to your servers 'deathmatch' folder and open Accounts.xml&lt;br /&gt;
# Add a new account into the file with the syntax below&lt;br /&gt;
&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Save and close the file&lt;br /&gt;
# Open acl.xml&lt;br /&gt;
# Select the rights of the admin, either Moderator, SuperModerator or Admin&lt;br /&gt;
# Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14301</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14301"/>
		<updated>2008-01-02T02:55:47Z</updated>

		<summary type="html">&lt;p&gt;AlienX: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
To add admins to your sever follow these steps:&lt;br /&gt;
# Browse to your servers 'deathmatch' folder and open Accounts.xml&lt;br /&gt;
# Add a new account into the file with the syntax below&lt;br /&gt;
&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Save and close the file&lt;br /&gt;
# Open acl.xml&lt;br /&gt;
# Select the rights of the admin, either Moderator, SuperModerator or Admin&lt;br /&gt;
# Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14300</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14300"/>
		<updated>2008-01-02T02:51:03Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Starting Your Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it thought any firewalls and foward ports where nessessary&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
&lt;br /&gt;
==Changing User Levels and Rights ==&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14299</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14299"/>
		<updated>2008-01-02T02:49:49Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Configuring Your Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
&lt;br /&gt;
==Changing User Levels and Rights ==&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Client_Manual&amp;diff=14297</id>
		<title>Client Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Client_Manual&amp;diff=14297"/>
		<updated>2008-01-02T02:49:27Z</updated>

		<summary type="html">&lt;p&gt;AlienX: Undo revision 14296 by AlienX (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Multi Theft Auto: San Andreas is the latest in a series of fan-created multiplayer modifications for the Grand Theft Auto games (PC versions only). For the GTA3 and Vice City versions that run on the old core, visit [http://www.multitheftauto.com/ http://www.multitheftauto.com]. This mod is not endorsed by Rockstar Games or Take 2 Interactive.&lt;br /&gt;
&lt;br /&gt;
Please note that MTA:SA is a beta, which means it could crash or cause unexpected results.&lt;br /&gt;
&lt;br /&gt;
==Before you start==&lt;br /&gt;
&lt;br /&gt;
Before you install Multi Theft Auto: San Andreas, first make sure that there are no modifications to GTA:SA installed. These will conflict with MTA. If you would like to keep your single player mods, you can create two installations by reinstalling San Andreas to a second folder on your hard drive.&lt;br /&gt;
&lt;br /&gt;
Also make sure that you are running '''Windows XP''', '''Windows 2000''', '''Windows Vista''' or '''Windows Server 2003''' and that your machine is capable of running the game in single player. Note that if you are running single player on the absolute minimum requirements, you will experience slowdowns in MTA as it takes up extra processing power.&lt;br /&gt;
&lt;br /&gt;
'''Note: MTA:SA will only work on GTA:SA v1.0.''' If you bought the game recently, it is likely that you have a later version.&lt;br /&gt;
&lt;br /&gt;
Make sure you head over to the [[Known_Issues_-_FAQ|Known Issues]] page if you have issues, or join us on IRC @ irc://irc.multitheftauto.com/mta&lt;br /&gt;
&lt;br /&gt;
==Installing the game==&lt;br /&gt;
&lt;br /&gt;
'''This section will need to be updated when we get an installer'''&lt;br /&gt;
&lt;br /&gt;
# If you haven’t already, go to http://www.mtabeta.com register and download the MTA:SA client.&lt;br /&gt;
# Run the installer. You will be given an introductory dialog, then presented with the End User License Agreement (EULA). You must agree to this in order to continue installation.&lt;br /&gt;
# You will be presented with three (3) options where your able to create an account, use one your allready have, or dont use an account - In this case select option Two (2)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''Option One Selected'''&amp;lt;br&amp;gt;&lt;br /&gt;
Proceed to create a new account at MTABeta.com, once complete enter your login details into the installer&amp;lt;br&amp;gt;&lt;br /&gt;
'''Option Two Selected'''&amp;lt;br&amp;gt;&lt;br /&gt;
Proceed to entering your account details into the installer&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# You will then be asked which components to install.&lt;br /&gt;
#* '''Client''' interfaces with the game and is a required component.&lt;br /&gt;
#* '''MTA Server''' enables you to host your own home-brew server&lt;br /&gt;
#* '''MTA Server &amp;gt; Editor''' is used to create new maps, this is an optional component&lt;br /&gt;
# You are then asked for a folder in which to install the mod. You must set this to the same folder that San Andreas is installed in. The default location is: '''C:\Program Files\Rockstar Games\GTA San Andreas\'''. Click the '''Install''' button to commence installation.&lt;br /&gt;
# When it finishes installing, you will be given the option to start MTA: San Andreas straight away. Choose your option and then press '''Finish'''.&lt;br /&gt;
# You will be able to launch MTA:DM from your Start Menu if you wish to play.&lt;br /&gt;
&lt;br /&gt;
==Running the game==&lt;br /&gt;
# Start Multi Theft Auto by clicking the icon located in your Start Menu under '''MTA:San Andreas'''.&lt;br /&gt;
# GTA: San Andreas will start and once it is loaded, you will be presented with the MTA:SA main menu. Here you will find several options:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_QuickConnect.jpg]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Quick connect''' – this allows you to connect to a server that you already know the IP address or URL and port of. This is useful if you know precisely which server you want to join so that you don’t need to scroll through the whole server list.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_ServerBrowser.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Browse servers''' – this allows you to receive a list of available servers to play on. &amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:Settings.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Settings '''– this allows you to change your in-game nickname, customize controls and adjust display settings.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
[[Image:MENU_About.jpg|280px]]&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''About '''– this gives you a list of contributors to the project.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Map editor '''– this allows you to create your own maps, complete with checkpoints, ramps, pickups and other objects. These can then be uploaded onto a server so that you can play them with other people.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;188&amp;quot; |&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
| width=&amp;quot;380&amp;quot; |&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot; face=&amp;quot;tahoma,helvetica,arial,sans-serif&amp;quot;&amp;gt;'''Quit '''– this returns you back to your Windows desktop.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The easiest way to play the game is to click '''Browse Servers''' on the menu. A new window will appear:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:manual_image006a.jpg]]&amp;lt;/center&amp;gt; '''Will need to be updated'''&lt;br /&gt;
&lt;br /&gt;
If servers have not appeared already, press the '''Refresh''' button and MTA will scan for servers, displaying them as a list.&lt;br /&gt;
&lt;br /&gt;
* Under the '''Name''' tab, each server's name is displayed.&lt;br /&gt;
* Under the '''Players''' tab, the number of players and the maximum capacity of the server is displayed, in the format of [Used Slots] / [Maximum Slots].&lt;br /&gt;
* The '''Ping''' tab displays the ping, or latency, between your machine and the server. Ping is a measure of the time it takes for &amp;quot;packets&amp;quot; of data to be received back from the server after sending them, so a higher ping means that you will experience more lag on that particular server. Generally, servers closest to your location should have the lowest pings.&lt;br /&gt;
* The '''Host''' is the IP address of the server. You can use this address in future to connect to the same server via the Quick Connect option on the main menu.&lt;br /&gt;
&lt;br /&gt;
Each tab can be clicked to arrange the respective column in ascending or descending order.&lt;br /&gt;
&lt;br /&gt;
For optimal performance and gameplay, look for the best balance between players and ping.&lt;br /&gt;
&lt;br /&gt;
Once you have picked a server, select it and click the '''Connect''' button in the top right-hand corner of the dialog. If all goes well, you should connect to the server and automatically join the game.&lt;br /&gt;
&lt;br /&gt;
==How to Play==&lt;br /&gt;
&lt;br /&gt;
MTA:SA offers a comprehensive scripting system that allows map creators to customize many elements of the game in order to create their own innovative game modes. The game incorporates as many single player elements as possible but some aspects are different.&lt;br /&gt;
&lt;br /&gt;
There are no pedestrians and no AI traffic on the road. The only other people on the map are your opponents, or allies if it is a team game. You can talk with them using the chatbox located in the left-hand corner of the screen by pressing '''T'''. To chat only to your team members, press '''Y'''.&lt;br /&gt;
&lt;br /&gt;
MTA's map editor allows map creators to add various GTA objects to their maps including roads, exploding barrels, ramps, buildings, hills and more. Not only this, but the objects can be scripted to move, change model and disappear. This offers a great deal of fun and variation to the gameplay. &lt;br /&gt;
&lt;br /&gt;
Holding Tab will display the scoreboard. By default, only names and pings are displayed, but scripts can add extra columns that are specific to the particular gamemode being played. For example, a deathmatch game mode would definitely have a column listing total kills, but the map creator may choose to add extra columns for the number of deaths you have and how long you have been playing for, in order to put your score into perspective.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
&lt;br /&gt;
===In-Game Keys===&lt;br /&gt;
&lt;br /&gt;
* F5 (or Tidle Key) - Console&lt;br /&gt;
* F12 - Take a screenshot&lt;br /&gt;
* T - Chat&lt;br /&gt;
* Y - Team Chat&lt;br /&gt;
* TAB - Player List&lt;br /&gt;
&lt;br /&gt;
==Console Commands==&lt;br /&gt;
&lt;br /&gt;
'''bind defaults''' Binds control defaults in the settings menu&lt;br /&gt;
&lt;br /&gt;
Press '''~ (tilde)''' or '''F8''' to access the console, then type a command followed by any neccessary parameters (if applicable) then press Enter.&lt;br /&gt;
&lt;br /&gt;
;'''maps''' :This displays a list of all maps available on the server. &lt;br /&gt;
&lt;br /&gt;
;'''nick [nickname]''' :This changes your nickname whilst in-game to whatever you specify in the parameters.&lt;br /&gt;
&lt;br /&gt;
;'''msg [nickname] [message]''' or '''pm [nickname] [message]''' :This sends a private message to the person you specify in the [nickname] parameter. Only the person you specify can see the message. Both '''msg''' and '''pm''' perform the same function.&lt;br /&gt;
&lt;br /&gt;
;'''quit''' or '''exit''' :This disconnects you from the server and returns you to the Windows desktop. Performs the same function as the Quit button on the main menu.&lt;br /&gt;
&lt;br /&gt;
;'''ver''' :This displays the version number and copyright information for the software.&lt;br /&gt;
&lt;br /&gt;
;'''time''' :This displays the current time.&lt;br /&gt;
&lt;br /&gt;
;'''disconnect''' :This disconnects you from the server and returns you to the main menu.&lt;br /&gt;
&lt;br /&gt;
;'''say [text]''' :This enables you to continue talking to people in the chat box whilst the console is open.&lt;br /&gt;
&lt;br /&gt;
;'''ignore [nickname]''' :This will not display any text typed by the player you wish to ignore. To stop ignoring a player, type '''ignore [nickname]''' again.&lt;br /&gt;
&lt;br /&gt;
;'''rcon_login [password]''' :This allows a player to log in as an administrator in order to access to administrative functions such as kicking and banning players whilst in-game. This requires the server to be configured for RCON access.&lt;br /&gt;
&lt;br /&gt;
;'''rcon [command] [arguments]''' :This allows an admin who is logged into RCON (see rcon_login) to perform administrative functions within the server. These include kicking, banning and freezing players.&lt;br /&gt;
&lt;br /&gt;
'''Tip:''' You can use these commands in the chatbox by putting a / (forward slash) in front of them.&lt;br /&gt;
&lt;br /&gt;
A list of console commands can be seen by typing '''help''' into the console and pressing Enter. The current map may also have extra commands which can be accessed by typing '''commands''' into the console.&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Client_Manual&amp;diff=14296</id>
		<title>Client Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Client_Manual&amp;diff=14296"/>
		<updated>2008-01-02T02:48:51Z</updated>

		<summary type="html">&lt;p&gt;AlienX: Removing all content from page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14289</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14289"/>
		<updated>2008-01-02T02:43:13Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Configuring Your Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
First begin by opening your mtaserver.conf file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory&lt;br /&gt;
&lt;br /&gt;
This file is extremely simple and every variable has a little description of what to do with it and how to change it.&lt;br /&gt;
You may find a default mtaserver.conf file [[SERVER_CONFIG_FILE_DEFAULT|Here]]&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
&lt;br /&gt;
==Changing User Levels and Rights ==&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14288</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14288"/>
		<updated>2008-01-02T02:41:25Z</updated>

		<summary type="html">&lt;p&gt;AlienX: New page: __TOC__  ==Getting Started== It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
It's much easier than it looks to get a server up and running for your internet or LAN buddies, follow this wiki article and you will be on your way to hosting your own MTA:DM Server!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This article assumes you have the MTA:DM server installed&lt;br /&gt;
&lt;br /&gt;
==Configuring Your Server==&lt;br /&gt;
&lt;br /&gt;
==Starting Your Server==&lt;br /&gt;
&lt;br /&gt;
==Adding Admins==&lt;br /&gt;
&lt;br /&gt;
==Changing User Levels and Rights ==&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Vehicle_default_colors&amp;diff=14287</id>
		<title>Vehicle default colors</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Vehicle_default_colors&amp;diff=14287"/>
		<updated>2008-01-02T02:36:04Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This file is copied from the MTA:DM Server.&amp;lt;br&amp;gt;&lt;br /&gt;
'''File Name:''' vehiclecolors.conf&amp;lt;br&amp;gt;&lt;br /&gt;
'''File Location:''' &amp;lt;MTAPath&amp;gt;\server\mods\deathmatch&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This file defines the color combinations a vehicle can have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==File Syntax==&lt;br /&gt;
[Vehicle ID] [Color 1] [Color 2] [Color 3] [Color 4]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Note that most vehicles doesn't need more than two colors You can specify a vehicle ID more than once to specify more than one combination for a vehicle. The color combination used for a vehicle is randomly decided each time a player spawns in a vehicle.&lt;br /&gt;
If you mess this file up, just delete it and the server will generate a new file with GTA's default values in it.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
In this example, vehicle ID 445 is being set colors for the server to use when the vehicle is created, you can add your own by adding new ones under it or anywhere inside this file as long as the syntax follows the example above.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Template:Vehicle_colors|Vehicle Color Pallet]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100&amp;quot; align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|&amp;lt;center&amp;gt;&lt;br /&gt;
445 34 34&amp;lt;br&amp;gt;&lt;br /&gt;
445 35 35&amp;lt;br&amp;gt;&lt;br /&gt;
445 37 37&amp;lt;br&amp;gt;&lt;br /&gt;
445 39 39&amp;lt;br&amp;gt;&lt;br /&gt;
445 41 41&amp;lt;br&amp;gt;&lt;br /&gt;
445 43 43&amp;lt;br&amp;gt;&lt;br /&gt;
445 45 45&amp;lt;br&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Vehicle_default_colors&amp;diff=14286</id>
		<title>Vehicle default colors</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Vehicle_default_colors&amp;diff=14286"/>
		<updated>2008-01-02T02:35:49Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This file is copied from the MTA:DM Server.&amp;lt;br&amp;gt;&lt;br /&gt;
'''File Name:''' vehiclecolors.conf&amp;lt;br&amp;gt;&lt;br /&gt;
'''File Location:''' &amp;lt;MTAPath&amp;gt;\server\mods\deathmatch&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This file defines the color combinations a vehicle can have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==File Syntax==&lt;br /&gt;
[Vehicle ID] [Color 1] [Color 2] [Color 3] [Color 4]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Note that most vehicles doesn't need more than two colors You can specify a vehicle ID more than once to specify more than one combination for a vehicle. The color combination used for a vehicle is randomly decided each time a player spawns in a vehicle.&lt;br /&gt;
If you mess this file up, just delete it and the server will generate a new file with GTA's default values in it.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
In this example, vehicle ID 445 is being set colors for the server to use when the vehicle is created, you can add your own by adding new ones under it or anywhere inside this file as long as the syntax follows the example above.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[Template:Vehicle_colors|Vehicle Color Pallet]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100&amp;quot; align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|&amp;lt;center&amp;gt;&lt;br /&gt;
445 34 34&amp;lt;br&amp;gt;&lt;br /&gt;
445 35 35&amp;lt;br&amp;gt;&lt;br /&gt;
445 37 37&amp;lt;br&amp;gt;&lt;br /&gt;
445 39 39&amp;lt;br&amp;gt;&lt;br /&gt;
445 41 41&amp;lt;br&amp;gt;&lt;br /&gt;
445 43 43&amp;lt;br&amp;gt;&lt;br /&gt;
445 45 45&amp;lt;br&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Vehicle_default_colors&amp;diff=14285</id>
		<title>Vehicle default colors</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Vehicle_default_colors&amp;diff=14285"/>
		<updated>2008-01-02T02:34:53Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This file is copied from the MTA:DM Server.&amp;lt;br&amp;gt;&lt;br /&gt;
'''File Name:''' vehiclecolors.conf&amp;lt;br&amp;gt;&lt;br /&gt;
'''File Location:''' &amp;lt;MTAPath&amp;gt;\server\mods\deathmatch&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This file defines the color combinations a vehicle can have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==File Syntax==&lt;br /&gt;
[Vehicle ID] [Color 1] [Color 2] [Color 3] [Color 4]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Note that most vehicles doesn't need more than two colors You can specify a vehicle ID more than once to specify more than one combination for a vehicle. The color combination used for a vehicle is randomly decided each time a player spawns in a vehicle.&lt;br /&gt;
If you mess this file up, just delete it and the server will generate a new file with GTA's default values in it.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
In this example, vehicle ID 445 is being set colors for the server to use when the vehicle is created, you can add your own by adding new ones under it or anywhere inside this file as long as the syntax follows the example above.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100&amp;quot; align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|&amp;lt;center&amp;gt;&lt;br /&gt;
445 34 34&amp;lt;br&amp;gt;&lt;br /&gt;
445 35 35&amp;lt;br&amp;gt;&lt;br /&gt;
445 37 37&amp;lt;br&amp;gt;&lt;br /&gt;
445 39 39&amp;lt;br&amp;gt;&lt;br /&gt;
445 41 41&amp;lt;br&amp;gt;&lt;br /&gt;
445 43 43&amp;lt;br&amp;gt;&lt;br /&gt;
445 45 45&amp;lt;br&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Vehicle_default_colors&amp;diff=14284</id>
		<title>Vehicle default colors</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Vehicle_default_colors&amp;diff=14284"/>
		<updated>2008-01-02T02:34:45Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This file is copied from the MTA:DM Server.&amp;lt;br&amp;gt;&lt;br /&gt;
'''File Name:''' vehiclecolors.conf&amp;lt;br&amp;gt;&lt;br /&gt;
'''File Location:''' &amp;lt;MTAPath&amp;gt;\server\mods\deathmatch&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This file defines the color combinations a vehicle can have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==File Syntax==&lt;br /&gt;
[Vehicle ID] [Color 1] [Color 2] [Color 3] [Color 4]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Note that most vehicles doesn't need more than two colors You can specify a vehicle ID more than once to specify more than one combination for a vehicle. The color combination used for a vehicle is randomly decided each time a player spawns in a vehicle.&lt;br /&gt;
If you mess this file up, just delete it and the server will generate a new file with GTA's default values in it.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
In this example, vehicle ID 445 is being set colors for the server to use when the vehicle is created, you can add your own by adding new ones under it or anywhere inside this file as long as the syntax follows the example above.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100&amp;quot; align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|&amp;lt;center&amp;gt;&lt;br /&gt;
445 34 34&amp;lt;br&amp;gt;&lt;br /&gt;
445 35 35&amp;lt;br&amp;gt;&lt;br /&gt;
445 37 37&amp;lt;br&amp;gt;&lt;br /&gt;
445 39 39&amp;lt;br&amp;gt;&lt;br /&gt;
445 41 41&amp;lt;br&amp;gt;&lt;br /&gt;
445 43 43&amp;lt;br&amp;gt;&lt;br /&gt;
445 45 45&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Vehicle_default_colors&amp;diff=14283</id>
		<title>Vehicle default colors</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Vehicle_default_colors&amp;diff=14283"/>
		<updated>2008-01-02T02:34:32Z</updated>

		<summary type="html">&lt;p&gt;AlienX: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This file is copied from the MTA:DM Server.&amp;lt;br&amp;gt;&lt;br /&gt;
'''File Name:''' vehiclecolors.conf&amp;lt;br&amp;gt;&lt;br /&gt;
'''File Location:''' &amp;lt;MTAPath&amp;gt;\server\mods\deathmatch&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This file defines the color combinations a vehicle can have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==File Syntax==&lt;br /&gt;
[Vehicle ID] [Color 1] [Color 2] [Color 3] [Color 4]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Note that most vehicles doesn't need more than two colors You can specify a vehicle ID more than once to specify more than one combination for a vehicle. The color combination used for a vehicle is randomly decided each time a player spawns in a vehicle.&lt;br /&gt;
If you mess this file up, just delete it and the server will generate a new file with GTA's default values in it.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
In this example, vehicle ID 445 is being set colors for the server to use when the vehicle is created, you can add your own by adding new ones under it or anywhere inside this file as long as the syntax follows the example above.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100&amp;quot; align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|&amp;lt;center&amp;gt;&lt;br /&gt;
445 34 34&amp;lt;br&amp;gt;&lt;br /&gt;
445 35 35&amp;lt;br&amp;gt;&lt;br /&gt;
445 37 37&amp;lt;br&amp;gt;&lt;br /&gt;
445 39 39&amp;lt;br&amp;gt;&lt;br /&gt;
445 41 41&amp;lt;br&amp;gt;&lt;br /&gt;
445 43 43&amp;lt;br&amp;gt;&lt;br /&gt;
445 45 45&amp;lt;br&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlienX</name></author>
	</entry>
</feed>