Enkanet Posted January 12, 2015 Posted January 12, 2015 Hi, I'd like to know if I can replace a MTA model to multiple models. I mean, NRG-500's Model ID is 522. I know how to replace it with my nrg.dff and nrg.txd (example) files. But, can I replace it with more than one model? Like, if getElementData(vehicle, "model") == 1 then (example code) replace with nrg1.dff, nrg1.txd files. if getElementData(vehicle, "model") == 2 then (example code) replace with nrg2.dff, nrg1.txd files. So can I use more than one model with a NRG500? I can do it with the textures but I don't know with the models. Thanks.
ChaosMTA Posted January 12, 2015 Posted January 12, 2015 It's not possible to have multiple models assigned to different vehicles with the same MTA Vehicle ID.
John Smith Posted January 12, 2015 Posted January 12, 2015 It's possible with shaders Orrr you could load for specific client a different model because this is client side scripting
MTA Team botder Posted January 12, 2015 MTA Team Posted January 12, 2015 You could only change the texture with shaders, not the complete model.
The Creator Posted January 12, 2015 Posted January 12, 2015 You could only change the texture with shaders, not the complete model. And you could use custom vehicle components and create some variants of same vehicle model. But isn't simple. https://wiki.multitheftauto.com/wiki/Ve ... nipulation
Enkanet Posted January 12, 2015 Author Posted January 12, 2015 As I said, I can change the texture with the shaders only I was asking was is it possible for models. @The Creator: Thanks, I am reading it now. Thanks to everyone for their time, helps ..
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