Jump to content

FernandoMTA

Recommended Posts

On 11/10/2024 at 06:26, Juuuuu said:

Hello! Thanks for your work. We literally just updated our systems to Newmodels Reborn yesterday. So far, it's performing well with 120 players online. We've replaced over 20+ motorcycles. There are occasional crashes and client crashes, but I think it's due to the model weight.

crashes are the biggest problem, hope this gets fixed

Link to comment
  • 2 months later...

Здравствуйте, подскажите пожалуйста, как пользоваться всем этим. Я добавляю машину в папку vehicles с новым id , но как я ее создам ? Да и в целом если даже стандартный id заменяю, то оно не работает

Link to comment
  • Moderators
2 hours ago, Artem_Versache said:

Здравствуйте, подскажите пожалуйста, как пользоваться всем этим. Я добавляю машину в папку vehicles с новым id , но как я ее создам ? Да и в целом если даже стандартный id заменяю, то оно не работает

Please make sure you're using English when posting outside language-specific sections, thanks!

Link to comment
  • 2 weeks later...
  • 5 weeks later...
On 06/01/2025 at 18:15, Artem_Versache said:
That's it, I think I solved the problem. Now the question is, how to create a car if it has id - 1, because through createVehicle it says that there is no such id. Please help.

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

 

On 14/01/2025 at 19:55, Avgustovskiy said:

Hello! When loading the resource, it returns an error: "ERROR: Couldn't find file models/**/*.col for resource newmodels_reborn". How can I fix this?

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.

Edited by FernandoMTA
Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...