-
Posts
419 -
Joined
-
Last visited
-
Days Won
36
FernandoMTA last won the day on August 3
FernandoMTA had the most liked content!
About FernandoMTA
- Birthday 16/04/2001
Details
-
Gang
Roleplay
-
Location
Portugal
-
Occupation
Mod Developer
-
Interests
a lot of everything :)
FernandoMTA's Achievements
-
-> develop and sell cheats for players to abuse in servers -> develop and sell anti-cheat for servers to defend from cheating players -> win-win with both sides
-
Professional In-Game Lua Editor - Major Update Released
FernandoMTA replied to BranD's topic in Resources
Good luck with this project, nice start! -
greenops011 started following FernandoMTA
-
hello, you need to focus on securing the server side scripts: add verifications to server events, create detections and automatic bans/punishments for unwanted activity, etc. read this article https://wiki.multitheftauto.com/wiki/Script_security
-
^^ nice video So could we have that changing of wheel collider in MTA? Probably with some reverse engineering and hooks yes
-
v5.1.0 released (forgot to announce it here) v5.2.0 released, changelogs: https://github.com/Fernando-A-Rocha/mta-add-models/releases/tag/v5.2.0
-
open source [REL] NandoCrypt - File Encryption Resource
FernandoMTA replied to FernandoMTA's topic in Resources
v2.2.0 released: modernization and new command for QoL Download and changelog here: https://github.com/Fernando-A-Rocha/mta-nandocrypt/releases/tag/v2.2.0 -
SethJunior started following FernandoMTA
-
See example. You use loadstring to import and override some default MTA functions, or use exports directly. https://github.com/Fernando-A-Rocha/mta-add-models/blob/main/[examples]/test_vehicles/s_vehicles.lua Use a recent https://nightly.multitheftauto.com/ server and client version. -- Newmodels v5 (codename Azul ) released! https://github.com/Fernando-A-Rocha/mta-add-models/tree/main?tab=readme-ov-file What changed? This version (v5) provides no guarantee that your code made for previous versions (v3, v4) will still work, but don't worry, the main concept hasn't changed. It is easy to migrate from v4 (not from v3) to v5. The models folder structure remained the same, but the scripts have changed. This resource no longer uses and relies on the MTA Element Data system to sync the models to all clients! This major change was made to improve performance and control the sync of models more efficiently.
-
Happy holidays! It's been more than a decade for me since I started playing MTA, my favorite game mod
-
Hahahaha is this AI voice? Nice video!!
-
A new channel for discussing security appeared on MTA development Discord, if you're curious.
-
https://github.com/Fernando-A-Rocha/mta-server-updater run this python script to easily update your server
-
FernandoMTA started following MTA Beginner's Guide
-
awesome! I'm new to using these APIs i'll be digging into the project
-
oooo interesting Is the project available for contribution on GitHub or something?
-
FernandoMTA started following MerlinMagic
-
Mersad started following FernandoMTA
-
This is really interesting. I'm gonna study this subject. Thank you for the thread! It definitely makes me feel even more that MTA-OOP doesn't need to exist, and we can already do everything with vanilla Lua tables.