https://github.com/devzolo/mta-server-module-template
https://github.com/devzolo/mta-server-module-template
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devzolo/mta-server-module-template
- Owner: devzolo
- License: mit
- Created: 2020-04-13T02:59:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T05:22:48.000Z (almost 6 years ago)
- Last Synced: 2025-10-08T18:14:55.760Z (6 months ago)
- Language: C++
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.