From 97a39c5e9de35d33a1491fa1638bc9a277cd2785 Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:26:06 +0200 Subject: [PATCH] Update main.lua --- resources/[carscripts]/mh_garage/client/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[carscripts]/mh_garage/client/main.lua b/resources/[carscripts]/mh_garage/client/main.lua index 945286e33..980a9e409 100644 --- a/resources/[carscripts]/mh_garage/client/main.lua +++ b/resources/[carscripts]/mh_garage/client/main.lua @@ -13,10 +13,10 @@ end) Citizen.CreateThread(function() while true do - Wait(5000) + Wait(15000) local ped = PlayerPedId() - if PedIsInAnyVehicle(ped) then + if IsPedInAnyVehicle(ped) then local veh = GetVehiclePedIsUsing(ped) local mods = QBCore.Functions.GetVehicleProperties(vehicle)