virgingod Posted February 17, 2020 Share Posted February 17, 2020 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now