esx_property
function StoreVehicle(PropertyId)
exports['vms_garagesv2']:enterHouseGarage()
endfunction AccessGarage(PropertyId)
exports['vms_garagesv2']:enterHouseGarage()
endLast updated
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()
endFind the AccessGarage function and replace with the following code:
function AccessGarage(PropertyId)
exports['vms_garagesv2']:enterHouseGarage()
endLast updated