Main Page: Difference between revisions
Jump to navigation
Jump to search
m (Fix GitHub link) |
m (Make responsive) |
||
Line 1: | Line 1: | ||
<div style="display: flex; align-items: center; padding-left: 15px; padding-right: 15px;"> | |||
[[File:Mtalogo.png||100px|link=https://wiki.multitheftauto.com/]] | |||
<div style=" | <div style="margin-left: .5em"> | ||
[[File:Mtalogo.png| | '''Welcome to the [[Multi Theft Auto]] wiki.''' On this wiki you'll find a wealth of information on using Multi Theft Auto. | ||
There are 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 are 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. | ||
If you have any questions or problems related to scripting, feel free to get in touch with us on our [[IRC Channel]]. | If you have any questions or problems related to scripting, feel free to get in touch with us on our [[IRC Channel]]. | ||
< | |||
<span style="margin-top: 1em; display: block;">[ Stop playing with yourself ]</span> | |||
</div> | </div> | ||
</div> | |||
<div style="display: flex; flex-direction: row; flex-wrap: wrap;"> | |||
<div style="flex-grow: 1"> <!-- left column start --> | |||
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; background: #FFFCF2;"> | |||
<div style="float:right; width: 32px;">[[File:Input-gaming.png|link=]]</div> | <div style="float:right; width: 32px;">[[File:Input-gaming.png|link=]]</div> | ||
<h3>Play</h3> | <h3>Play</h3> | ||
Line 33: | Line 35: | ||
*[[Resource:Editor#FAQ|Frequently Asked Questions]] | *[[Resource:Editor#FAQ|Frequently Asked Questions]] | ||
</div> | </div> | ||
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px;"> | <div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px;"> | ||
<div style="float:right; width: 32px;">[[File:Package-x-generic.png|link=]]</div> | <div style="float:right; width: 32px;">[[File:Package-x-generic.png|link=]]</div> | ||
Line 74: | Line 77: | ||
* [https://twitter.com/#!/MTAQA/ Twitter] - [https://www.youtube.com/user/MTAQA Youtube] - [https://plus.google.com/102014133442331779727/ Google+] - [https://www.moddb.com/mods/multi-theft-auto-san-andreas ModDB] | * [https://twitter.com/#!/MTAQA/ Twitter] - [https://www.youtube.com/user/MTAQA Youtube] - [https://plus.google.com/102014133442331779727/ Google+] - [https://www.moddb.com/mods/multi-theft-auto-san-andreas ModDB] | ||
</div> | </div> | ||
</div> <!-- left column end --> | |||
<div style="flex-grow: 1"> <!-- right column start --> | |||
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px;"> | <div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px;"> | ||
<div style="float:right; width: 32px;">[[File:Accessories-text-editor.png|link=]]</div> | <div style="float:right; width: 32px;">[[File:Accessories-text-editor.png|link=]]</div> | ||
Line 135: | Line 138: | ||
*[[Weather]] | *[[Weather]] | ||
</div> | </div> | ||
<div style="padding: | </div> <!-- right column end --> | ||
</div> <!-- flex container close --> | |||
<!-- Footer --> | |||
<div style="display: flex; flex-wrap: wrap; align-items: center; padding-left: 15px; padding-right: 15px;" class="plainlinks"> | |||
<span style="margin-right: 1em;">[[File:MTALogo_8ball.png||85px|link=Archive]]</span> | |||
<div style="display: flex; flex-wrap: wrap;> | |||
<div style="margin-right: 5em;"> | |||
'''About [[Multi Theft Auto]]''' <br> | |||
[[Archive]] <br> | |||
[[Press Coverage]] <br> | |||
[https://github.com/multitheftauto/mtasa-blue/graphs/contributors Developers] | |||
</div> | |||
<div style="margin-right: 5em;"> | |||
'''Multi Theft Auto 0.5''' <br> | |||
[[Archive#Multi_Theft_Auto_0.5|Download]] <br> | |||
[[MTA 0.5r2 Known Issues|Known Issues]] | |||
</div> | |||
<div style="margin-right: 5em;"> | |||
'''Wiki Stats''' <br> | |||
{{NUMBEROFARTICLES}} Articles <br> | |||
{{NUMBEROFPAGES}} Pages <br> | |||
{{NUMBEROFUSERS}} Registered Users <br> | |||
</div> | |||
<div> | |||
[[File:Osi symbol.png|75px|link=https://opensource.org/|left]] | [[File:Osi symbol.png|75px|link=https://opensource.org/|left]] | ||
'''Multi Theft Auto''' is '''Open Source'''. | '''Multi Theft Auto''' is '''Open Source'''. | ||
<br/>This means anyone can contribute to making Multi Theft Auto even better! | <br/>This means anyone can contribute to making Multi Theft Auto even better! | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{{Languages list|en}} | {{Languages list|en}} |
Revision as of 20:24, 29 May 2019
Welcome to the Multi Theft Auto wiki. On this wiki you'll find a wealth of information on using Multi Theft Auto.
There are 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.
[ Stop playing with yourself ]
Play
- Where to buy GTASA
- Client Manual
- Changes in 1.6.0
- Known Issues
- Migrating from MTA:Race to MTA:SA 1.6
- Server Manual
- Map Manager
Map Editor
Databases
This section outlines all the Lua capabilites MTA or resources provide.
- Resource Catalogue - You must learn these to make proper scripts
- Client side scripts
- Modules
Developing Multi Theft Auto
Wiki - How can you help
- Finish documentation for Incomplete functions.
- Add examples to functions and events.
- Review and verify pages that need checking.
- Write tutorials to help new people.
- Translate wiki pages.
Community
- Forum
- Discord: Official MTA Discord server (Forum post)
- IRC: irc.multitheftauto.com #mta
- MTA Community - Share and download resources.
- Twitter - Youtube - Google+ - ModDB
Scripting
- Introduction to Scripting
- Introduction to Scripting the GUI
- Debugging Tutorial - How to find errors in your scripts
- Introduction to Resources
- Resource Web Access - How you can write websites with resources
- Resource Catalogue
- Meta.xml - Behind every resource is a meta file that defines it
- ACL - Access Control List, this is vital for complex scripts to work
- Writing Gamemodes
- Useful functions
Forum Links
General Lua Help
Pages designed to aid your understanding of Lua
Reference
- Client-side Functions
- Client-side Events
- Server-side Functions
- Server-side Events
- MTA Classes - Detailed descriptions of all MTA custom types
Multi Theft Auto 0.5
Download
Known Issues
Wiki Stats
5,069 Articles
11,209 Pages
39,400 Registered Users