manve1 Posted January 17, 2013 Posted January 17, 2013 What is the function to make ped move different? Looking for tutorials or information? check out: www.simpleask.co.uk
DNL291 Posted January 17, 2013 Posted January 17, 2013 setPedAnimation -- or setPedControlState ? Please do not PM me with scripting related question nor support, use the forums instead.
Hyunsu Posted January 17, 2013 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...).
Castillo Posted January 17, 2013 Posted January 17, 2013 There's also this function ( recently added ): https://wiki.multitheftauto.com/wiki/SetPedWalkingStyle San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
manve1 Posted January 17, 2013 Author Posted January 17, 2013 Is there something wrong with this? as it doesn't make me walk setPedControlState ( localPlayer, 'walk', true ) Looking for tutorials or information? check out: www.simpleask.co.uk
Castillo Posted January 17, 2013 Posted January 17, 2013 setPedControlState is for peds, you must use: setControlState ( "walk", true ) San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
manve1 Posted January 17, 2013 Author Posted January 17, 2013 Not sure, but still i am running, when i release space still i am not walking Looking for tutorials or information? check out: www.simpleask.co.uk
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