esx_property

  1. Navigate to the path esx_property/client/main.lua

  2. Find the StoreVehicle function and replace with the following code:

function StoreVehicle(PropertyId)
  exports['vms_garagesv2']:enterHouseGarage()
end
  1. Find the AccessGarage function and replace with the following code:

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

Last updated