Vehicle repaired
Event
AddEventHandler("jobs_creator:vehicleRepaired", function(vehicle)
-- You can add the extra repair functions here
end)Parameters
Name
Data Type
Description
Last updated
Triggered after a vehicle is repaired with job actions menu, useful if you want to add an extra repair function to the current ones
AddEventHandler("jobs_creator:vehicleRepaired", function(vehicle)
-- You can add the extra repair functions here
end)vehicle
vehicle handle
The vehicle's handle
Last updated