mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Removed beep because it gets annoying
This commit is contained in:
@@ -672,10 +672,6 @@ function RADAR:Main()
|
||||
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
|
||||
|
||||
self:SetActiveVehicles( vehsForDisplay )
|
||||
else
|
||||
self:SetActiveVehicles( { nil, nil, nil, nil } )
|
||||
|
||||
Reference in New Issue
Block a user