PlayAkoya Posted August 12, 2015 Share Posted August 12, 2015 Hi, if one gets the Ped harm is not interrupted the animation? getDrugDealerPeds = createPed(293, 2195.8599023438, 933.20001220703, 10.800000190735, 270) setElementFrozen(getDrugDealerPeds, true) setTimer(setPedAnimation, 2000, -1, getDrugDealerPeds, "SMOKING", "M_smklean_loop", -1, true, false, true) I'm counting on your help. Link to comment
Wumbaloo Posted August 12, 2015 Share Posted August 12, 2015 interruptable: if set to 'false' other tasks wont be able to interupt the animation. Setting this to 'false' also gives this function more power to override other animations that are running. For example, squatting after a jump can be terminated. Link to comment
PlayAkoya Posted August 12, 2015 Author Share Posted August 12, 2015 I have yet to "false". But why is it not working? Link to comment
GTX Posted August 13, 2015 Share Posted August 13, 2015 No, right now you have it on true. 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