manve1 Posted November 18, 2012 Share Posted November 18, 2012 When i try to repair my car, it doesn't work, it set my vehicles health to 1000, but still it stay's the blown up tires ect .. as non-repaired cash = getPlayerMoney( localPlayer ) addEventHandler('onClientGUIClick', repairCar, function() if cash >= 150 then local playerVehicleHealth = getPlayerOccupiedVehicle ( localPlayer ) takePlayerMoney( 150 ) setElementHealth( playerVehicleHealth, 1000 ) end end, false ) 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