Modules: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Modules SDK) |
||
Line 5: | Line 5: | ||
==Modules SDK== | ==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 from [http://files.mtasa.com/apps/1.0/dm/ml_devkit.tar.gz here]. ( | To be able to create your own module for MTA servers, you must make use of the Modules SDK. You can download it from: | ||
[http://files.mtasa.com/apps/1.0/dm/ml_devkit.tar.gz here] (Linux Version) | |||
[http://wobzip.org/file/TANPP here] or [http://www.mediafire.com/?b8b3asgegn0xkm4 here] (Windows Version) | |||
===SDK functions=== | ===SDK functions=== |
Revision as of 21:40, 31 August 2012
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 from:
here (Linux Version) here or here (Windows Version)
SDK functions
The SDK functions explained.