Full CEF based gamemode for Multi Theft Auto with security-aimed protection, non client-trust! It's basically impossible to cheat on this gamemode.
- The BEST anti-cheat for MTA + secure server-side, no one has managed to cheat; the only possible action is flying around the map. The server-side is 100% protected, e.g., in a job, the player sends a signal that they entered marker 3213781237812 instead of just requesting money for the job.
- Over 300 building models in the San Andreas style, all custom-made and exclusive!
- 6 cooperative jobs (one for up to 8 players).
- The entire server is written in CEF, making it easy to edit, e.g., changing the colors of the whole server with one line.
- Advanced factions with rank creation and permission editing (similar to Discord).
- Advanced organizations with rank creation and permission editing (similar to Discord).
- Advanced custom tuning system for ALL vehicles, e.g., you can buy a spoiler for Walton, Moonbeam, etc.
- Missions that are very simple to add new ones.
- Seasonal pass like in Fortnite, e.g., custom spoilers, masks, etc.
- UFO live event.
- A Discord bot written in C# with daily reward reminders.
- Scooter effects behind vehicles.
- Cosmetics system.
- Trading system.
- Advanced fisherman system.
- Advanced inventory system.
- Crafting system, e.g., crafting fishing rods from steel wires.
- Advanced admin system.
- Gang system.
- Stable 100 FPS even on the worst computers, the best optimization across all of MTA.
- BEAUTIFULLY written code that is easy to edit, follows programming standards, and uses asynchronous functions!
- Housing system.
- Furniture system for houses.
- Furniture store.
- Mechanic system.
The name "districtMTA" and its logo are protected by copyright and may not be used by third parties without my explicit permission. Copying, using, or modifying these elements in other projects or servers without authorization is strictly prohibited.
Anyone is free to contribute to this project by creating a pull request.
- Download the latest version of the gamemode using
git clone https://github.com/borsuczyna/districtMTA .in your server'sresourcesdirectory or by downloading the ZIP file by clicking the green "Code" button at the top of the page. - Import the SQL file to your database.
- Change MTA secret API key in
[serwer]/m-sockets/main.lua:L9and inside[bot]/Defines.csto your own generated key. - Install dotnet https://dotnet.microsoft.com/en-us/
- Install ml-sockets module on your server https://wiki.multitheftauto.com/wiki/Modules/Sockets
- Run the bot by executing
dotnet runin thebotdirectory. - Start the server and enjoy!