Jump to content

[Duvida] Animação + Walk


Recommended Posts

Existe alguma possibilidade atualmente de utilizar o setPedAnimation junto com a função de walk? gostaria de executar uma animação enquanto a pessoa anda, já dei uma procurada e não achei muito sobre

 Código que consegui chegar

function cruzarb (thePlayer)
		setPedAnimation(thePlayer,"cop_ambient","coplook_loop",0,true,true,false,true) 		
		end
addCommandHandler ( "cruzar",  cruzarb)

 

Código que testei e funcionou (mas não é a animação que eu queria)

function cruzarb (thePlayer)
		setPedAnimation(thePlayer,"CARRY","crry_prtial",0,true,true,false,true)	
		end
addCommandHandler ( "cruzar",  cruzarb)

 

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