From 67f2fec615a68726b942ddfd4677389f56514543 Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:30:45 +0200 Subject: [PATCH] Update main.lua --- resources/[carscripts]/mh_garage/client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)