> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/jobs-creator/client/actions/vehicle-repaired.md).

# Vehicle repaired

Triggered after a vehicle is repaired with job actions menu, useful if you want to add an extra repair function to the current ones

## Event

```lua
AddEventHandler("jobs_creator:vehicleRepaired", function(vehicle)
    -- You can add the extra repair functions here
end)
```

### Parameters

| Name      | Data Type      | Description          |
| --------- | -------------- | -------------------- |
| `vehicle` | vehicle handle | The vehicle's handle |
