> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vehicle parked

> Triggered after a vehicle from the owned vehicles garage has been parked.

Triggered after the vehicle from the owned vehicles garage has been parked.

```lua Event theme={null}
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            |


## Related topics

- [Vehicle parked](/jobs-creator/client/buyable-vehicles/vehicle-parked.md)
- [Buyable Vehicles](/jobs-creator/client/buyable-vehicles/index.md)
- [Garage Owned](/jobs-creator/client/garage-owned/index.md)
- [Temporary Garage](/jobs-creator/client/temporary-garage/index.md)
