From a5a611cda176109279860503848b7b6def0c1989 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 11 Nov 2019 09:53:29 +0000 Subject: [PATCH] Removed beep because it gets annoying --- cl_radar.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cl_radar.lua b/cl_radar.lua index 841466f..0b2e8e5 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -670,11 +670,7 @@ function RADAR:Main() print( "Front fast veh: " .. tostring( vehsForDisplay[2] ) ) print( "Rear veh: " .. tostring( vehsForDisplay[3] ) ) print( "Rear fast veh: " .. tostring( vehsForDisplay[4] ) ) - print() - - if ( vehsForDisplay[2] or vehsForDisplay[4] ) then - PlaySoundFrontend( -1, "Beep_Red", "DLC_HEIST_HACKING_SNAKE_SOUNDS", 1 ) - end + print() self:SetActiveVehicles( vehsForDisplay ) else