Main Page: Difference between revisions
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 | <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 | 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==== | ||
* [[ | * [[Client_Manual|Client Manual]] | ||
* [[ | * [[Server_Manual|Server Manual]] | ||
* [[Known_Issues_-_FAQ|Known issues | * [[Known_Issues_-_FAQ|Known issues]] | ||
* [[ | * [[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 | ||
* [[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]] | ||
* [[Writing_Gamemodes|Writing Gamemodes]] | * [[Writing_Gamemodes|Writing Gamemodes]] | ||
* [[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;"> | ||
==== | ====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
Getting startedScripting introduction
DatabasesThis section outlines all the Lua capabilites MTA or resources provide.
General Lua HelpPages designed to aid your understanding of Lua
|
Developing Multi Theft AutoReference
|