Modules: Difference between revisions
Jump to navigation
Jump to search
m (Added tutorial for modules) |
m (Removed "Incomplete" flag) |
||
Line 39: | Line 39: | ||
[[Category:Scripting Concepts]] | [[Category:Scripting Concepts]] | ||
[[Category:Modules]] | [[Category:Modules]] | ||
Revision as of 17:41, 25 June 2022
Modules are extensions for Multi Theft Auto's Lua core, allowing the integration and use of custom Lua functions that have been written in C++, and compiled as a DLL or SO file. Modules are commonly used to create functions for such purposes that Multi Theft Auto lacks, such as sockets. All modules listed here are not distributed with Multi Theft Auto, and must be manually installed.
Modules list
You can view a list of all the documented modules here:
- cURL
- FileSystem
- hashing [OUTDATED]
- MTA-MySQL [DEPRECATED]
- MySQL [OUTDATED]
- Pathfinding [OUTDATED]
- SHA [OUTDATED]
- Sockets
- Texturizer
- CMR Protected