Carl Rayanitch DZ Posted October 20, 2024 Share Posted October 20, 2024 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
FernandoMTA Posted October 21, 2024 Author Share Posted October 21, 2024 16 hours ago, Carl Rayanitch DZ said: crashes are the biggest problem, hope this gets fixed report bugs at github.com/mtasa-blue issues i believe your problem is going over the memory limit. Link to comment
Artem_Versache Posted January 4 Share Posted January 4 Здравствуйте, подскажите пожалуйста, как пользоваться всем этим. Я добавляю машину в папку vehicles с новым id , но как я ее создам ? Да и в целом если даже стандартный id заменяю, то оно не работает Link to comment
Moderators Vinyard Posted January 4 Moderators Share Posted January 4 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
Artem_Versache Posted January 5 Share Posted January 5 Hello, please tell me how to use all this. I add a car to the vehicles folder with a new id, but how do I create it? And in general, even if I replace the standard id, it does not work Link to comment
Artem_Versache Posted January 6 Share Posted January 6 https://imgur.com/a/pzeHp9C These are the errors Link to comment
Artem_Versache Posted January 6 Share Posted January 6 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. Link to comment
Avgustovskiy Posted January 14 Share Posted January 14 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? Link to comment
FernandoMTA Posted February 14 Author Share Posted February 14 (edited) 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 February 14 by FernandoMTA Link to comment
FernandoMTA Posted February 26 Author Share Posted February 26 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 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now