diff --git a/resources/[carscripts]/mh_garage/client/main.lua b/resources/[carscripts]/mh_garage/client/main.lua index 980a9e409..0742dc35c 100644 --- a/resources/[carscripts]/mh_garage/client/main.lua +++ b/resources/[carscripts]/mh_garage/client/main.lua @@ -16,7 +16,7 @@ Citizen.CreateThread(function() Wait(15000) local ped = PlayerPedId() - if IsPedInAnyVehicle(ped) then + if IsPedInAnyVehicle(ped, false) then local veh = GetVehiclePedIsUsing(ped) local mods = QBCore.Functions.GetVehicleProperties(vehicle)