Xwad Posted March 16, 2015 Share Posted March 16, 2015 Hi. What functions need i to disable the bullet demage on S.W.A.T. vehicle? Thanks. Link to comment
Tekken Posted March 16, 2015 Share Posted March 16, 2015 onClientVehicleDamage cancelEvent Link to comment
Xwad Posted March 16, 2015 Author Share Posted March 16, 2015 Is it so good? local weapons = { [38] = false, -- minigun [33] = false, -- country rifle [34] = false, -- sniper rifle [30] = false, -- AK-47 [31] = false, -- M4 } function VehicleFire(theAttacker, theWeapon) if (weapon and getElementModel(source) == 601 then if (weapons[weapon]) then cancelEvent() end end addEventHandler("onClientVehicleDemage",getRootElement(),VehicleFire) 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