> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/assets/vms_garagesv2/compatibility/housings/esx_property.md).

# 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
```
