Modules: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: Modules are extensions for MTA's lua to provide new external functions that aren't available in the self core. All modules listed here are not included with the MTA distributions and if yo...)
 
m (Added to the Modules category)
Line 11: Line 11:


[[Category:Incomplete]]
[[Category:Incomplete]]
[[Category:Modules]]

Revision as of 15:28, 13 January 2008

Modules are extensions for MTA's lua to provide new external functions that aren't available in the self core. All modules listed here are not included with the MTA distributions and if you want to use them for your development, you must download and install them in your server.

Module listing

You can access the listing of all documented modules in this wiki in the following link: Category:Modules

Modules SDK

To be able to create your own module for MTA servers, you must make use of the Modules SDK. You can download it here (missing link).

SDK functions

The SDK functions explained.