A Visual Studio Code extension that enhances the Lua development experience for Multi Theft Auto (MTA) by adding full support for MTA-specific functions and events, and enabling the use of global tables across different files.
To install Better Lua MTA:SA, follow these steps:
- Open Visual Studio Code.
- Navigate to the Extensions view by clicking the Extensions icon in the Activity Bar on the side of the window or pressing
Ctrl+Shift+X. - In the search bar, type Better Lua MTA:SA.
- Click on the extension and then click the Install button.
Alternatively, you can install it directly from the VS Marketplace.
Once installed, the extension will automatically activate when you open an MTA project, providing autocomplete, syntax checking, and support for MTA-specific functions and events.
- Multi Theft Auto Community – for providing documentation, resources, and the platform that inspired this project.
- Lua Language Server Team – for creating a solid foundation that made this extension possible.
- tr4jado – Intensive testing and help to implement some events.
- IIYAMA - Typings in General
