LEOWANKER Posted July 14, 2013 Posted July 14, 2013 Greetings MTA-SA community! When I use the animations such as the leaning animation, after the loop it moves the player back about a foot (rough estimation in-game). Its really quite annoying, It would be good if someone could fix this, or someone suggest how to fix it? Thanks all! Leo
MTA Team qaisjp Posted July 14, 2013 MTA Team Posted July 14, 2013 bool setPedAnimation ( ped thePed [, string block=nil, string anim=nil, int time=-1, bool loop=true, bool updatePosition=true, bool interruptable=true, bool freezeLastFrame = true] ) put updatePosition to false.
LEOWANKER Posted July 15, 2013 Author Posted July 15, 2013 Ok cool thanks! Now excuse me for my stupidity but... Where do I put all this??! Sorry
LEOWANKER Posted July 19, 2013 Author Posted July 19, 2013 In your code... ? Yeah, where do I put this code? What file in the directory?
MTA Team qaisjp Posted July 19, 2013 MTA Team Posted July 19, 2013 modify your existing setPedAnimation
Recommended Posts