Jump to content

Help! how to set two or more animations?


Recommended Posts

--Creating the ped
drugDealer = createPed( 121, 2486, -1650.9, 13.5, 90.762)

function startWalking()
    setPedAnimation( drugDealer, "ped", "WALK_gang1", 10000, true, true, false)
	setPedAnimation( drugDealer, "ped", "WALK_gang2", 10000, true, true, false)
end 

Help.

When I run this script I would the ped walk for ten seconds then change his walk style to gang2 after it, but it just run the second animation, please help on this.

Edited by ArwinK
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...