Main Page: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (link to discord or irc)
(Added informative page listing)
(5 intermediate revisions by one other user not shown)
Line 6: Line 6:
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 [[IRC Channel|Discord or IRC]].
If you have any questions or problems related to scripting, feel free to get in touch with us on [[Places To Chat#Scripting Help|Discord or IRC]].


<span style="margin-top: 1em; display: block;">[ Stop playing with yourself ]</span>
<span style="margin-top: 1em; display: block;">[ Stop playing with yourself ]</span>
Line 25: Line 25:
* [[Changes_in_{{padleft:|5|{{Current Version|full}}}}| Changes in {{padleft:|5|{{Current Version|full}}}}]]
* [[Changes_in_{{padleft:|5|{{Current Version|full}}}}| Changes in {{padleft:|5|{{Current Version|full}}}}]]
* [[Known_Issues_-_FAQ|Known Issues]]
* [[Known_Issues_-_FAQ|Known Issues]]
* [[Upgrading_from_MTA:Race|Migrating from MTA:Race to MTA:SA {{padleft:|3|{{Current Version|full}}}}]]
* [[Server Manual]]
* [[Server Manual]]
* [[Map manager|Map Manager]]
* [[Map manager|Map Manager]]
* [[Upgrading_from_MTA:Race|Migrating from MTA:Race to MTA:SA {{padleft:|3|{{Current Version|full}}}}]]


<h3>Map Editor</h3>
<h3>Map Editor</h3>
Line 57: Line 57:
* [https://github.com/multitheftauto/mtasa-blue/issues Bugtracker]
* [https://github.com/multitheftauto/mtasa-blue/issues Bugtracker]
* [[Branches]]
* [[Branches]]
*[[Anti-cheat support for custom builds]]
</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;">
Line 75: Line 76:
* IRC: [irc://irc.multitheftauto.com/mta irc.multitheftauto.com #mta]
* IRC: [irc://irc.multitheftauto.com/mta irc.multitheftauto.com #mta]
* [https://community.mtasa.com/ MTA Community] - Share and download resources.
* [https://community.mtasa.com/ MTA Community] - Share and download resources.
* [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://facebook.com/multitheftauto Facebook] - [https://www.moddb.com/mods/multi-theft-auto-san-andreas ModDB]
</div>
</div>
</div> <!-- left column end -->
</div> <!-- left column end -->
Line 92: Line 93:
** [[ACL]] - Access Control List, this is vital for complex scripts to work
** [[ACL]] - Access Control List, this is vital for complex scripts to work
* [[Writing_Gamemodes|Writing Gamemodes]]
* [[Writing_Gamemodes|Writing Gamemodes]]
* [[Useful_Functions|Useful functions]]
Forum Links
Forum Links
* [https://forum.mtasa.com/forum/71-scripting/ Scripting Forum]
* [https://forum.mtasa.com/forum/71-scripting/ Scripting Sub-Forum], [https://forum.mtasa.com/forum/123-tutorials/ Scripting Tutorials Sub-Forum]
* [https://forum.mtasa.com/forum/123-tutorials/ Scripting Tutorials Sub-Forum]
* [https://forum.mtasa.com/topic/24702-mtasa-wiki-offline-copies-online-mirrors/ Offline Wiki Copies]
* [https://forum.mtasa.com/topic/24702-mtasa-wiki-offline-copies-online-mirrors/ Offline Wiki Copies]
<div style="float:right; width: 32px;">[[File:start-here.png|link=]]</div>
<div style="float:right; width: 32px;">[[File:start-here.png|link=]]</div>
Line 113: Line 112:
* [[Server Scripting Functions|Server-side Functions]]
* [[Server Scripting Functions|Server-side Functions]]
* [[Server Scripting Events|Server-side Events]]
* [[Server Scripting Events|Server-side Events]]
* [[Useful Functions]]
<!-- 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
* [[MTA Classes]] - Detailed descriptions of all MTA custom types

Revision as of 02:48, 5 January 2020

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 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 Discord or IRC.

[ Stop playing with yourself ]

Package-x-generic.png

Databases

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

Applications-office.png

Wiki - How can you help

Internet-group-chat.png

Community

Accessories-text-editor.png

Scripting

Forum Links

Start-here.png

General Lua Help

Pages designed to aid your understanding of Lua