Samking Posted August 30, 2018 Share Posted August 30, 2018 function makePed() ped1 = createPed(125,2581.99756, -2137.35791, -0.10042) setTimer(function() setPedRotation(ped1, 90.0041198) setPedAnimation(ped1, "WUZI", "CS_Dead_Guy") end, 100, 1) end How I can fix this like when someone shoots ped, ped stops anim Link to comment
JeViCo Posted August 30, 2018 Share Posted August 30, 2018 I think this can help you (change it to false) @Samking 2 Link to comment
Berko Posted August 30, 2018 Share Posted August 30, 2018 setTimer(function() local ped1 = createPed(125,2581.99756, -2137.35791, -0.10042) setPedRotation(ped1, 90.0041198) setPedAnimation(ped1, "WUZI", "CS_Dead_Guy", -1, true) end, 100, 1) 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