Jump to content

Animations


Axel

Recommended Posts

Posted

Is there a way to stop a animation and start an animation continuing the other one, and like that create other animations?

If so, a simple example wold be nice.

Posted

Use timers.

function someAnimation(ped) 
    setPedAnimation(ped, "block1", "anim1") 
    setTimer(setPedAnimation, 1000, 1, ped, "block2", "anim2") 
end 

-

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...