浏览附件1582
1166旁边是这一串,大佬方便帮我看看吗
            for _, garage in pairs(Config.Garages) do
                local dstcheck = #(coords - garage.blipcoords)
                if dstcheck < closest and garage.showBlip == true then
                    closest = dstcheck
                    closestCoords = garage.blipcoords
                    closestName = garage.label
                end
            end