Swagy Posted May 2, 2020 Posted May 2, 2020 So basically, all I want to do is to Apply a vehicle mod to a certain vehicle. For example I use: local vehicle = createVehicel(id, x,y,z) and then I want that vehicle mod to be replaced, but not all the vehicles with same Vehicle ID would be modded. I don't want to use shaders, because I'm willing to change the DFF file so. I don't really know how to express it but I hope you got what I meant
Moderators Patrick Posted May 2, 2020 Moderators Posted May 2, 2020 (edited) Quote I want that vehicle mod to be replaced, but not all the vehicles with same Vehicle ID would be modded. It's not possible. Edited May 2, 2020 by Patrick
sacr1ficez Posted May 2, 2020 Posted May 2, 2020 3 hours ago, Swagy said: So basically, all I want to do is to Apply a vehicle mod to a certain vehicle. For example I use: local vehicle = createVehicel(id, x,y,z) and then I want that vehicle mod to be replaced, but not all the vehicles with same Vehicle ID would be modded. I don't want to use shaders, because I'm willing to change the DFF file so. I don't really know how to express it but I hope you got what I meant Use vehicle variants maybe? https://wiki.multitheftauto.com/wiki/Vehicle_variants
FernandoMTA Posted May 2, 2020 Posted May 2, 2020 1 hour ago, majqq said: Use vehicle variants maybe? https://wiki.multitheftauto.com/wiki/Vehicle_variants Yes, you can put plenty of different models in one .dff and then swap between them using variants
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