diff --git a/resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua b/resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua index 3c3f42b69..886215cac 100644 --- a/resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua +++ b/resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua @@ -55,7 +55,8 @@ function OpenChiefAddVehicleMenu() for _, v in ipairs(allVehicles) do if DoesEntityExist(v) then isSpawned = true - mods = QBCore.Functions.GetVehicleProperties(v) + local vmods = QBCore.Functions.GetVehicleProperties(v) + mods = json.encode(vmods) end end