> 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/garage-owned/vehicle-parked.md).

# Vehicle parked

Triggered after the vehicle from owned vehicles garage has been parked

## Event

```lua
AddEventHandler("jobs_creator:garage_owned:vehicleParked", function(vehicleModel, vehiclePlate)

end)
```

### Parameters

| Name           | Data Type | Description                |
| -------------- | --------- | -------------------------- |
| `vehicleModel` | integer   | The vehicle's entity model |
| `vehiclePlate` | string    | Vehicle's plate            |
