Jump to content

Help - Vehicle Health


manve1

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...