AhmadRS Posted July 29, 2021 Share Posted July 29, 2021 Hello there.. I need to install a paint into a modified vehicle.. Like this one Of course I know how to install a paintjob to a default GTA Vehicle. But i want to install the paintjob to the above vehicle.. Help a brother out Link to comment
Hydra Posted July 29, 2021 Share Posted July 29, 2021 Use this resource to find the body texture of the modded vehicle: https://nightly.multitheftauto.com/files/shaders/shader_tex_names.zip After you found the texture make something like this: local shader = dxCreateShader(yourshader) local carTexture = dxCreateTexture(yourtexture) dxSetShaderValue(shader, "asdafa", carTexture) engineApplyShaderToWorldTexture(shader, "yourmoddedbodytexture") Link to comment
AhmadRS Posted July 29, 2021 Author Share Posted July 29, 2021 2 hours ago, Hydra said: Use this resource to find the body texture of the modded vehicle: https://nightly.multitheftauto.com/files/shaders/shader_tex_names.zip After you found the texture make something like this: local shader = dxCreateShader(yourshader) local carTexture = dxCreateTexture(yourtexture) dxSetShaderValue(shader, "asdafa", carTexture) engineApplyShaderToWorldTexture(shader, "yourmoddedbodytexture") Well, it worked.. but how can i get the right shader? Omg !! I found it. Thank you soooooooooooo muchhhhhhhhhhhhhhh 1 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