esx_property
Navigate to the path esx_property/client/main.lua
Find the
StoreVehicle
function and replace with the following code:
function StoreVehicle(PropertyId)
exports['vms_garagesv2']:enterHouseGarage()
end
Find the
AccessGarage
function and replace with the following code:
function AccessGarage(PropertyId)
exports['vms_garagesv2']:enterHouseGarage()
end
Last updated
Was this helpful?