Shockboy23 Posted October 23, 2014 Share Posted October 23, 2014 Does anyone know the ID of the Weapon Flag that makes you use both hands for pistol? Link to comment
rtx Posted October 23, 2014 Share Posted October 23, 2014 I believe that what you're looking for is a Weapon Skill Link to comment
Shockboy23 Posted October 24, 2014 Author Share Posted October 24, 2014 No. What I'm looking for is the "Weapon Flag" that changes the weapon's property. I actually want to make the pistol (colt). Give it the animation silenced haves, like the peds in singleplayer (Uses both hands to aim with pistol) Link to comment
iPanda Posted October 24, 2014 Share Posted October 24, 2014 Yes, you have use this script: local state = {"pro","std","poor"} addEventHandler("onResourceStart",resourceRoot,function() for _,st in ipairs(state) do setWeaponProperty(22,st,"flags", 0x000800) end end) Link to comment
Ryancit2 Posted February 6, 2015 Share Posted February 6, 2015 You mean you want player to shoot colt like Deagle? Thats not possible i guess, in singleplayer, those were animations used in missions, etc. In here, there is only one animation to use colt, i'm not sure if that animation is editable or not. In singleplayer, our CJ also aimed Colt with one hand (just like MTA SA). 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