Alexs Posted June 22, 2013 Posted June 22, 2013 Hello, How can i apply a shader just in some random ped?
Castillo Posted June 22, 2013 Posted June 22, 2013 local myPed = createPed ( 15, 0, 0, 0 ) local myShader = dxCreateShader ( args ) engineApplyShaderToWorldTexture ( myShader, "*", myPed )
Alexs Posted June 22, 2013 Author Posted June 22, 2013 local myPed = createPed ( 15, 0, 0, 0 ) local myShader = dxCreateShader ( args ) engineApplyShaderToWorldTexture ( myShader, "*", myPed ) Thanks.
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