manve1 Posted November 18, 2012 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 ) Looking for tutorials or information? check out: www.simpleask.co.uk
Castillo Posted November 18, 2012 Posted November 18, 2012 Use: fixVehicle San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
manve1 Posted November 18, 2012 Author Posted November 18, 2012 thanx. Looking for tutorials or information? check out: www.simpleask.co.uk
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