Jump to content

FernandoMTA

Members
  • 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 :)

Recent Profile Visitors

24,197 profile views

FernandoMTA's Achievements

Hustler

Hustler (26/54)

193

Reputation

1

Community Answers

  1. -> 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
  2. 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
  3. ^^ nice video So could we have that changing of wheel collider in MTA? Probably with some reverse engineering and hooks yes
  4. 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
  5. 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
  6. 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.
  7. Happy holidays! It's been more than a decade for me since I started playing MTA, my favorite game mod
  8. Hahahaha is this AI voice? Nice video!!
  9. A new channel for discussing security appeared on MTA development Discord, if you're curious.
  10. https://github.com/Fernando-A-Rocha/mta-server-updater run this python script to easily update your server
  11. awesome! I'm new to using these APIs i'll be digging into the project
  12. oooo interesting Is the project available for contribution on GitHub or something?
  13. Simplified MTA Beginner's Guide https://gist.github.com/Fernando-A-Rocha/f99294cf32d8a205830068d9668a9090 Created by me
  14. 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.
×
×
  • Create New...