# esx\_property

1. Navigate to the path **esx\_property/client/main.lua**
2. Find the `StoreVehicle` function and replace with the following code:

```lua
function StoreVehicle(PropertyId)
  exports['vms_garagesv2']:enterHouseGarage()
end
```

3. Find the `AccessGarage` function and replace with the following code:

```lua
function AccessGarage(PropertyId)
  exports['vms_garagesv2']:enterHouseGarage()
end
```
