Y_MAN Posted September 2, 2014 Posted September 2, 2014 function displayVehicleLoss(loss) if getVehicleOccupant(source) then cancelEvent() end end addEventHandler("onVehicleDamage", getRootElement(), displayVehicleLoss)
Anubhav Posted September 2, 2014 Posted September 2, 2014 function displayVehicleLoss(loss) if getVehicleOccupant(source) then setElementHealth(source, getElementHealth(source)+loss) end end addEventHandler("onVehicleDamage", getRootElement(), displayVehicleLoss) See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
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