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)