Josmar Posted August 18, 2012 Share Posted August 18, 2012 Hey guys I make this post, to see if they help me with this script https://community.multitheftauto.com/index.php?p= ... ls&id=1259, I need help to edit it for anything more than 2 cars from which I Choose not exploit. plz help me. Thx! Link to comment
denny199 Posted August 18, 2012 Share Posted August 18, 2012 do you mean this? serverside function dmg(player) car = getPedOccupiedVehicle ( player) if isVehicleDamageProof(car) == true then setVehicleDamageProof(car, false) else setVehicleDamageProof(car, true) end end addCommandHandler ( "damage", dmg ) Link to comment
Castillo Posted August 18, 2012 Share Posted August 18, 2012 If I'm right, he wants to edit that resource to allow it only to some vehicles. 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