A3kri Posted August 1, 2013 Share Posted August 1, 2013 Hello .. addEventHandler ( 'onClientWeaponFire', getLocalPlayer(), function ( weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) if ( weapon == 3 ) and ( getElementType ( hitElement ) == 'vehicle' ) then blowVehicle ( hitElement ) end end ) it should blow ay vehicle i hit by my nightstick .. but nothing happens Link to comment
Castillo Posted August 1, 2013 Share Posted August 1, 2013 A "nightstick" isn't a fire arm, so how could it "fire"? Link to comment
A3kri Posted August 1, 2013 Author Share Posted August 1, 2013 A "nightstick" isn't a fire arm, so how could it "fire"? oh, so I cant make when I hit a car with nightstick it blows up ? Link to comment
A3kri Posted August 1, 2013 Author Share Posted August 1, 2013 Not like this. can you tell me how? Link to comment
AL-SAYED Posted August 1, 2013 Share Posted August 1, 2013 maybe https://wiki.multitheftauto.com/wiki/OnVehicleDamage https://wiki.multitheftauto.com/wiki/Ge ... IDFromName https://wiki.multitheftauto.com/wiki/GetElementType https://wiki.multitheftauto.com/wiki/BlowVehicle Link to comment
A3kri Posted August 1, 2013 Author Share Posted August 1, 2013 maybehttps://wiki.multitheftauto.com/wiki/OnVehicleDamage https://wiki.multitheftauto.com/wiki/Ge ... IDFromName https://wiki.multitheftauto.com/wiki/GetElementType https://wiki.multitheftauto.com/wiki/BlowVehicle I'm not sure 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