Jump to content

[HELP] Animation Problem


Solaric

Recommended Posts

Im trying to work an animation with toggleControl. But If I run animation, toggleControl is not working. If I run toggleControl, Animation is not working.

Im trying to set "0" to "-1" : player is not moving.

In "0", player is moving bot jump and other Controls not blocking.

 setPedAnimation( player, "******", "*****", 0, false, true, false) 
        toggleControl(player, "fire", false) 
        toggleControl(player, "sprint", false) 
        toggleControl(player, "jump", false) 
        toggleControl(player, "next_weapon", false) 
        toggleControl(player, "previous_weapon", false) 
        toggleControl(player, "accelerate", false) 
        toggleControl(player, "brake_reverse", false) 
        toggleControl(player, "aim_weapon", false) 

Thanks for help ! :D

Link to comment

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