ParadoxTR Posted January 17, 2016 Share Posted January 17, 2016 How do I run with weapons, including sniper,m4,combat shoutgun ? I need help. Link to comment
Noki Posted January 17, 2016 Share Posted January 17, 2016 It's actually setPedWalkingStyle. Link to comment
Tekken Posted January 17, 2016 Share Posted January 17, 2016 It's actually setPedWalkingStyle. Actually is setWeaponProperty setWeaponProperty("ak-47", "pro, std or poor", "move_speed", NUMBER); Link to comment
#RooTs Posted January 17, 2016 Share Posted January 17, 2016 How do I run with weapons, including sniper,m4,combat shoutgun ?I need help. I did not understand, explain better. Link to comment
Noki Posted January 17, 2016 Share Posted January 17, 2016 It's actually setPedWalkingStyle. Actually is setWeaponProperty setWeaponProperty("ak-47", "pro, std or poor", "move_speed", NUMBER); There's a difference between running and moving fast. Link to comment
roaboar Posted January 18, 2016 Share Posted January 18, 2016 "flag_move_and_aim" - bool - Can move and aim at same time Link to comment
ParadoxTR Posted January 18, 2016 Author Share Posted January 18, 2016 I want to run just with the m4 for 1 person. Please help. Link to comment
Noki Posted January 18, 2016 Share Posted January 18, 2016 addEventHandler("onClientPlayerWeaponSwitch", localPlayer, function (_, slot) if (slot == 5 and getPedWeapon(localPlayer, 5) == 31) then setPedWalkingStyle(localPlayer, 69) else setPedWalkingStyle(localPlayer, 0) end end ) 1 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