local minimap = RequestScaleformMovie("minimap") Citizen.CreateThread(function() while true do Wait(1250) SetRadarZoom(1150) end end) Citizen.CreateThread(function() -- SetMinimapClipType(1) -- SetMinimapComponentPosition('minimap_blur', 'L', 'B', -0.032, -0.04, 0.18, 0.22) -- ThefeedSpsExtendWidescreenOn() SetRadarBigmapEnabled(true, false) SetRadarBigmapEnabled(false, false) SetBlipAlpha(GetNorthRadarBlip(), 0) end)