Update main.lua

This commit is contained in:
Miho931 2025-06-09 17:34:09 +02:00
parent d1dd69d136
commit f39bf18e27

View file

@ -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