Jump to content

Change animation


Xwad

Recommended Posts

setPedWalkingStyle 
  
addEventHandler 
onResourceStart --addEvent 
onPlayerJoin  --addEvent 
onGamemodeMapStart  --addEvent 
onPlayerSpawn --addEvent 

example

function onStart() 
    setPedWalkingStyle(localPlayer,126)-- model animation 
end 
addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()), onStart) 

acess the site to look models of animations

https://wiki.multitheftauto.com/wiki/SetPedWalkingStyle

Link to comment
So what functions need i use then??!xD

try this

setPedWalkingStyle 
  
addEventHandler 
onResourceStart --addEvent 
onPlayerJoin  --addEvent 
onGamemodeMapStart  --addEvent 
onPlayerSpawn --addEvent 

example

function onStart() 
    setPedWalkingStyle(localPlayer,126)-- model animation 
end 
addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()), onStart) 

acess the site to look models of animations

https://wiki.multitheftauto.com/wiki/SetPedWalkingStyle

Link to comment
setPedWalkingStyle 
  
addEventHandler 
onResourceStart --addEvent 
onPlayerJoin  --addEvent 
onGamemodeMapStart  --addEvent 
onPlayerSpawn --addEvent 

example

function onStart() 
    setPedWalkingStyle(localPlayer,126)-- model animation 
end 
addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()), onStart) 

acess the site to look models of animations

https://wiki.multitheftauto.com/wiki/SetPedWalkingStyle

what it is that young he wants to know how that changes the shot tec9, rather than changing the walking style of the player

Link to comment
So what functions need i use then??!xD

try this

setPedWalkingStyle 
  
addEventHandler 
onResourceStart --addEvent 
onPlayerJoin  --addEvent 
onGamemodeMapStart  --addEvent 
onPlayerSpawn --addEvent 

example

function onStart() 
    setPedWalkingStyle(localPlayer,126)-- model animation 
end 
addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()), onStart) 

acess the site to look models of animations

https://wiki.multitheftauto.com/wiki/SetPedWalkingStyle

You are sick? He has said he did not want to change the walking style, but change how you hold the gun

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