Jump to content

Animation


RandomRambo

Recommended Posts

Posted

Hello everyone,I need some help.

How I can do that :

I need this animation to last about 10 seconds for example

    setPedAnimation (getLocalPlayer(),"BOMBER","BOM_Plant",nil,false,false,nil,false)

How to do this?Help please.

Posted
Tut
This post was recognized by Tut!

"Great first content, spot on advice"

ALandOfFallingWater was awarded the badge 'Helpful' and 1 points.

Check it out.

You can do it this way:

setPedAnimation(getLocalPlayer(),"BOMBER","BOM_Plant")
setTimer(function() setPedAnimationProgress(getLocalPlayer(), "BOM_Plant", 0.35) end,1200,50)

 

  • Like 1
Posted
6 hours ago, polyneuroparty said:

Check it out.

You can do it this way:

setPedAnimation(getLocalPlayer(),"BOMBER","BOM_Plant")
setTimer(function() setPedAnimationProgress(getLocalPlayer(), "BOM_Plant", 0.35) end,1200,50)

 

thanks,i will try

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