From f39bf18e27b0a8dd4c3f1e54c334ce5d46bc53bf Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:34:09 +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 0c4704d6a..06daa6bba 100644 --- a/resources/[carscripts]/mh_garage/client/main.lua +++ b/resources/[carscripts]/mh_garage/client/main.lua @@ -19,7 +19,7 @@ Citizen.CreateThread(function() if IsPedInAnyVehicle(ped, false) then local veh = GetVehiclePedIsIn(ped, false) local mods = QBCore.Functions.GetVehicleProperties(veh) - print("Triggert setMods") + print("Triggert setMods: "..json.encode(mods)) TriggerServerEvent('mh_garage:setMods', mods) end end