House Garages
Connecting our garage to housing scripts can be a bit tricky if you don't have development knowlage, but if you still struggle after reading this guide, open a ticket in our discord server and we will help you Our script has 2 triggers for the housing
```lua
TriggerEvent("mr-garages:client:OpenGarageOnSpot, propertyId, coords) -- Coords are optinal but recommended to set a fixed spawn point
TriggerEvent("mr-garages:client:StoreVehicleInHouse, propertyId)
```
Those triggers need to be used most of the times when a player is inside a garage zone that your housing script creates, if your housing script isn't doing this, you will need to do it yourself
Last updated