Main Page: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div style="background: #FFEEAA; padding: 5px; float:right; width: 30%;">Latest stable version of '''Multi Theft Auto: San Andreas Deathmatch''' is '''{{Current Version|full}}'''. Visit the [http://mtasa.com/ main page] and grab it.
<div style="background: #FFEEAA; padding: 5px; float:right; width: 30%;">Latest stable version of '''Multi Theft Auto: San Andreas''' is '''{{Current Version|full}}'''. Visit the [http://mtasa.com/ main page] and grab it.
<p>
<p>
You can also grab the nightly [http://code.google.com/p/multitheftauto/wiki/NightlyBuilds?tm=2 developer builds] for the latest updates.
You can also grab the nightly [http://code.google.com/p/multitheftauto/wiki/NightlyBuilds?tm=2 developer builds] for the latest updates.
Line 5: Line 5:
</div>
</div>
__NOTOC__
__NOTOC__
Welcome to the Multi Theft Auto: San Andreas Deathmatch developer wiki. On this wiki you'll find a wealth of information on developing gamemodes and maps for Multi Theft Auto.
Welcome to the Multi Theft Auto: San Andreas developer wiki. On this wiki you'll find a wealth of information on developing gamemodes and maps for Multi Theft Auto.


There's many [[How you can help|things you can do to help us]] improve MTA - create a map, a gamemode, help document scripting functions, write example code, write tutorials or just play MTA and report the bugs you find.
There's many [[How you can help|things you can do to help us]] improve MTA - create a map, a gamemode, help document scripting functions, write example code, write tutorials or just play MTA and report the bugs you find.
Line 19: Line 19:
====Getting started====
====Getting started====


* [[Deathmatch_Client_Manual|Deathmatch Client Manual]]
* [[Client_Manual|Client Manual]]
* [[Deathmatch_Server_Manual|Deathmatch Server Manual]]
* [[Server_Manual|Server Manual]]
* [[Known_Issues_-_FAQ|Known issues in MTA:SA DM]]
* [[Known_Issues_-_FAQ|Known issues]]
* [[Upgrading_from_MTA:Race|Upgrading from MTA:Race]]
* [[Map_manager|Map Manager]]
 
</div>
 
<div style="border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;">
====Scripting introduction====
 
* [[Scripting Introduction|Introduction to Scripting]]
* [[Scripting Introduction|Introduction to Scripting]]
* [[Introduction to Scripting the GUI]]
* [[Introduction to Scripting the GUI]]
* [http://robhol.net/guide/basics The basics of scripting]
* [http://robhol.net/guide/basics The basics of scripting]
* [[Debugging|Debugging Tutorial]] - How to find errors in your scripts
* [[Debugging|Debugging Tutorial]] - How to find errors in your scripts
* [[MTA Classes]] - Detailed descriptions of all MTA custom types
** [[Element|MTA Elements]] / [[Element tree]]
* [[Resources|Introduction to Resources]]
* [[Resources|Introduction to Resources]]
** [[Resource Web Access]] - How you can write websites with resources
** [[Resource Web Access]] - How you can write websites with resources
** [[:Category:Resource|Resource Catalogue]]
** [[:Category:Resource|Resource Catalogue]]
** [[Meta.xml]]
** [[Meta.xml]]
* [[Map_manager|Map Manager]]
* [[Writing_Gamemodes|Writing Gamemodes]]
* [[Writing_Gamemodes|Writing Gamemodes]]
* [[Useful_Functions|Some useful functions]]
* [[Useful_Functions|Useful functions]]


</div>
</div>
Line 68: Line 71:
<div style="border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;">
<div style="border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;">


====Development====
====Developing Multi Theft Auto====
* [[Roadmap]]
* [[Roadmap]]
* [[Git Coding Guidelines]]
* [[Git Coding Guidelines]]
Line 81: Line 84:
* [[Server Scripting Events|Server-side Events]]
* [[Server Scripting Events|Server-side Events]]
<!-- Incomplete * [[Module functions|Server-side external module scripting functions list]] -->
<!-- Incomplete * [[Module functions|Server-side external module scripting functions list]] -->
* [[MTA Classes]] - Detailed descriptions of all MTA custom types
** [[Element|MTA Elements]] / [[Element tree]]
</div>
</div>



Revision as of 20:17, 29 September 2009

Latest stable version of Multi Theft Auto: San Andreas is 1.6.0. Visit the main page and grab it.

You can also grab the nightly developer builds for the latest updates.

Welcome to the Multi Theft Auto: San Andreas developer wiki. On this wiki you'll find a wealth of information on developing gamemodes and maps for Multi Theft Auto.

There's many things you can do to help us improve MTA - create a map, a gamemode, help document scripting functions, write example code, write tutorials or just play MTA and report the bugs you find.

If you have any questions or problems related to scripting, feel free to get in touch with us on our IRC Channel

Databases

This section outlines all the Lua capabilites MTA or resources provide.

General Lua Help

Pages designed to aid your understanding of Lua


Developing Multi Theft Auto