Jump to content

FernandoMTA

Members
  • Posts

    415
  • Joined

  • Last visited

  • Days Won

    33

FernandoMTA last won the day on February 19

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

20,166 profile views

FernandoMTA's Achievements

Hustler

Hustler (26/54)

188

Reputation

1

Community Answers

  1. 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
  2. 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
  3. 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.
  4. Happy holidays! It's been more than a decade for me since I started playing MTA, my favorite game mod
  5. Hahahaha is this AI voice? Nice video!!
  6. A new channel for discussing security appeared on MTA development Discord, if you're curious.
  7. https://github.com/Fernando-A-Rocha/mta-server-updater run this python script to easily update your server
  8. awesome! I'm new to using these APIs i'll be digging into the project
  9. oooo interesting Is the project available for contribution on GitHub or something?
  10. Simplified MTA Beginner's Guide https://gist.github.com/Fernando-A-Rocha/f99294cf32d8a205830068d9668a9090 Created by me
  11. 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.
  12. report bugs at github.com/mtasa-blue issues i believe your problem is going over the memory limit.
  13. Hi, I saw you archived this python version of tederis' c++ program, I forked it and made some slight fixes, I'll keep maintaining it https://github.com/Fernando-A-Rocha/ase2json_py
  14. Hi @Megadreams the images on the main post hosted @ https://www.vultaic.com/sphene-tmp don't seem to be working
  15. Hi idk if this is needed currently. MTA now has new useful file functions to scan folders for files etc: https://wiki.multitheftauto.com/wiki/PathListDir
×
×
  • Create New...