Jump to content

pedAnimation problem


'parasight

Recommended Posts

Posted

Hello, when i'm executing a command for my ped to sit down, it does that. but everytime the animation is finished it moves backwards. I tried freezing myself, no luck.

Is there any way to block the ped from moving during animations?

Posted

For those who have this issue, here's an example, which shouldn't be too hard to produce yourself.

bool setPedAnimation ( ped thePed [, string block=nil, string anim=nil, int time=-1, bool loop=true, bool updatePosition=true, bool interruptable=true, bool freezeLastFrame = true] ) 

setPedAnimation(player, "block", "animation", -1, true, false, false, true) 

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...