-- @/lua/vehicle/ai.lua:2156 local function setTrafficFilter(v) if v == true then traffic.filtered = true else traffic.filtered = false end end