NL/Main Page: Difference between revisions
Jump to navigation
Jump to search
Iam2noob4u (talk | contribs) No edit summary |
m (replaced IRC with Discord) |
||
(41 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[File:Mtalogo.png|left|100px|link=http://wiki.multitheftauto.com/]]Welkom bij de Multi Theft Auto: San Andreas ontwikkelaars-wiki. Op deze wiki zul je een rijkdom aan informatie vinden, voor het maken van maps en gamemodes voor Multi Theft Auto. | |||
Er zijn veel [[How you can help|dingen waar je ons bij kunt helpen]] zoals resources maken, maps, etc.. | |||
Wees zo vrij om ons te contacteren op het [[Discord|Discord]], met vragen over of problemen met scripten. | |||
Wees zo vrij om ons te contacteren op het [[ | |||
<div style="clear:both;"></div> | <div style="clear:both;"></div> | ||
{| width="100%" cellspacing="0" cellpadding="0" | {| width="100%" cellspacing="0" cellpadding="0" | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="50%" style="vertical-align:top;" | | | width="50%" style="vertical-align:top;" | | ||
<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;"> | ||
====Beginnen==== | ====Beginnen==== | ||
<div style="float:right; width: 32px;">[[File:Input-gaming.png|link=]]</div> | |||
<div style="background: #FFEEAA; border: 1px solid #FFCD19;"> | |||
[[File:Go-down.png|link=http://mtasa.com/]] ''' [http://mtasa.com/ Download Multi Theft Auto: San Andreas {{Current Version|full}}]'''</div> | |||
* [[Changes_in_{{padleft:|5|{{Current Version|full}}}}| Veranderingen in {{padleft:|5|{{Current Version|full}}}}]] | |||
* [[NL/Deathmatch_Client_Manual|Client Gebruiksaanwijzing]] | |||
* [[NL/Deathmatch_Server_Manual|Server Gebruiksaanwijzing]] | |||
* [[Known_Issues_-_FAQ|Bekende problemen]] | |||
* [[Upgrading_from_MTA:Race|Upgraden van MTA:Race]] | |||
* [[Map_manager|Map Manager]] | |||
</div> | |||
<div style="border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;"> | |||
<div style="float:right; width: 32px;">[[File:Accessories-text-editor.png|link=]]</div> | |||
====Scripting==== | |||
* [[Scripting Introduction|Scripting introductie]] | * [[Scripting Introduction|Scripting introductie]] | ||
* [[Introduction to Scripting the GUI|De GUI scripting introductie]] | |||
* [http://robhol.net/guide/basics De basis van het scripten] | |||
* [[Debugging|Debugging Tutorial]] - Hoe fouten te vinden in je script | * [[Debugging|Debugging Tutorial]] - Hoe fouten te vinden in je script | ||
* [[Resources|Resources introductie]] | * [[Resources|Resources introductie]] | ||
** [[Resource Web Access]] | ** [[Resource Web Access]] | ||
** [[:Category:Resource|Resource Catalogus]] | |||
** [[Meta.xml]] | |||
* [[Writing_Gamemodes|Gamemodes maken]] | * [[Writing_Gamemodes|Gamemodes maken]] | ||
* [[Useful_Functions|Handige Functies]] | |||
</div> | </div> | ||
<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;"> | ||
<div style="float:right; width: 32px;">[[File:Package-x-generic.png|link=]]</div> | |||
====Databases==== | |||
Deze sectie benadrukt alle LUA mogelijkheden die MTA en resources geven. | Deze sectie benadrukt alle LUA mogelijkheden die MTA en resources geven. | ||
* [[ | * [[:Category:Resource|Resource Catalogus]] - Je moet deze leren om goede scripts te maken | ||
* [[Client side scripts]] | * [[Client side scripts]] | ||
</div> | </div> | ||
<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;"> | ||
<div style="float:right; width: 32px;">[[File:start-here.png|link=]]</div> | |||
====Algemene Lua Hulp==== | ====Algemene Lua Hulp==== | ||
Pagina's ontworpen om je te helpen LUA te begrijpen | Pagina's ontworpen om je te helpen LUA te begrijpen | ||
*[http://www.lua.org/pil/index.html "Programming in | *[http://www.lua.org/pil/index.html "Programming in Lua" Gebruiksaanwijzing (Engels)] | ||
*[http://lua-users.org/wiki/TutorialDirectory | *[http://lua-users.org/wiki/TutorialDirectory Lua Wiki (Engels)] | ||
*[http://nixstaller.berlios.de/manual/0.2/nixstaller_9.html Een algemene gids voor Lua van Nixstaller (Engels)] | |||
</div> | </div> | ||
| width="50%" style="vertical-align:top;" | | | width="50%" style="vertical-align:top;" | | ||
<div style="border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;"> | |||
<div style="float:right; width: 32px;">[[File:Preferences-system.png|link=]]</div> | |||
====Map Editor==== | |||
*[[Resource:Editor|Handleiding]] | |||
*[[Resource:Editor/EDF|Editor Definition Format]] | |||
*[[Resource:Editor/Plugins|Plugins]] | |||
*[[Resource:Editor#FAQ|Veel gestelde vragen]] | |||
</div> | |||
<div style="border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;"> | |||
<div style="float:right; width: 32px;">[[File:Preferences-system.png|link=]]</div> | |||
====Multi Theft Auto ontwikkelen==== | |||
* [[Compiling_MTASA|MTASA compileren op Windows]] | |||
* [[Building_MTASA_Server_on_Mac_OS_X|MTASA compileren op Mac OS X]] | |||
* [[Building_MTASA_Server_on_GNU_Linux|MTASA compileren op GNU/Linux]] | |||
* [[Coding guidelines|Voorschriften voor programmeren]] | |||
* [http://code.google.com/p/mtasa-blue Google Code SVN] | |||
* [[Roadmap]] | |||
</div> | |||
<div style="border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px; background:#CCCCFF;"> | <div style="border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px; background:#CCCCFF;"> | ||
==== | <div style="float:right; width: 32px;">[[File:Preferences-system.png|link=]]</div> | ||
* [[Client Scripting Functions|Client-side | ====Referentie==== | ||
* [[Client Scripting Events|Client-side | * [[Client Scripting Functions|Client-side functies]] | ||
* [[Server Scripting Functions|Server-side | * [[Client Scripting Events|Client-side events]] | ||
* [[Server Scripting Events|Server-side | * [[Server Scripting Functions|Server-side functies]] | ||
* [[Server Scripting Events|Server-side events]] | |||
* [[MTA Classes]] - Uitgebreide beschrijving van alle types | |||
** [[Element|MTA Elements]] / [[Element tree]] | |||
<!-- Incomplete * [[Module functions|Server-side external module scripting functions list]] --> | <!-- Incomplete * [[Module functions|Server-side external module scripting functions list]] --> | ||
</div> | </div> | ||
<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;"> | ||
<div style="float:right; width: 32px;">[[File:Preferences-system.png|link=]]</div> | |||
====Modules==== | |||
* [[Modules|Overzicht]] | |||
</div> | |||
<div style="border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;"> | |||
<div style="float:right; width: 32px;">[[File:System-file-manager.png|link=]]</div> | |||
====ID Lijsten==== | ====ID Lijsten==== | ||
* [[Character Skins|Personage | *[[Animations|Animatie's]] | ||
* [[CJ | *[[Character Skins|Personage skins]] ([[All Skins Page|Alle skins weergeven]]) | ||
* [[ | *[[CJ_Clothes|CJ kleding stijl]] | ||
* [[ | *[[Garage|Garage IDs]] | ||
* [[ | *[[Interior IDs|Interieur IDs]] | ||
* [[Vehicle IDs| | *[[Projectiles|Projectielen]] | ||
* [[ | *[[Radar Blips|Radar icoontjes]] | ||
* [[ | *[[Sounds|Geluiden]] | ||
*[[Vehicle IDs|Voertuig IDs]] | |||
* [[Weapons|Wapens]] | *[[Vehicle Colors|Voertuig kleuren]] | ||
* [[Weather|Weer]] | *[[Vehicle Upgrades|Voertuig upgrades]] | ||
*[[Weapons|Wapens]] | |||
*[[Weather|Weer]] | |||
</div> | </div> | ||
Line 82: | Line 118: | ||
| colspan="2" | | | colspan="2" | | ||
|} | |} | ||
{{Languages list|nl}} | |||
Latest revision as of 16:39, 23 January 2022
Welkom bij de Multi Theft Auto: San Andreas ontwikkelaars-wiki. Op deze wiki zul je een rijkdom aan informatie vinden, voor het maken van maps en gamemodes voor Multi Theft Auto.
Er zijn veel dingen waar je ons bij kunt helpen zoals resources maken, maps, etc..
Wees zo vrij om ons te contacteren op het Discord, met vragen over of problemen met scripten.
BeginnenScriptingDatabasesDeze sectie benadrukt alle LUA mogelijkheden die MTA en resources geven.
Algemene Lua HulpPagina's ontworpen om je te helpen LUA te begrijpen |
Multi Theft Auto ontwikkelenReferentie
Modules |