This commit is contained in:
Miho931 2025-06-09 17:11:52 +02:00
parent 449faaa020
commit 5dcd987ab7
2 changed files with 5 additions and 1 deletions

View file

@ -19,7 +19,7 @@ Citizen.CreateThread(function()
if IsPedInAnyVehicle(ped, false) then
local veh = GetVehiclePedIsUsing(ped)
local mods = QBCore.Functions.GetVehicleProperties(vehicle)
print("Triggert setMods")
TriggerServerEvent('mh_garage:setMods', mods)
end
end