manve1 Posted January 17, 2013 Share Posted January 17, 2013 What is the function to make ped move different? Link to comment
DNL291 Posted January 17, 2013 Share Posted January 17, 2013 setPedAnimation -- or setPedControlState ? Link to comment
Hyunsu Posted January 17, 2013 Share Posted January 17, 2013 If you want a different moving style, you should use setPedAnimation. But i recommend "setPedControlState ( ped, "forwards", true )". because if you use animation, you should check some special situations(in water, in car accident etc...). Link to comment
Castillo Posted January 17, 2013 Share Posted January 17, 2013 There's also this function ( recently added ): https://wiki.multitheftauto.com/wiki/SetPedWalkingStyle Link to comment
manve1 Posted January 17, 2013 Author Share Posted January 17, 2013 Is there something wrong with this? as it doesn't make me walk setPedControlState ( localPlayer, 'walk', true ) Link to comment
Castillo Posted January 17, 2013 Share Posted January 17, 2013 setPedControlState is for peds, you must use: setControlState ( "walk", true ) Link to comment
manve1 Posted January 17, 2013 Author Share Posted January 17, 2013 Not sure, but still i am running, when i release space still i am not walking 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