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:
@@ -670,11 +670,7 @@ function RADAR:Main()
|
|||||||
print( "Front fast veh: " .. tostring( vehsForDisplay[2] ) )
|
print( "Front fast veh: " .. tostring( vehsForDisplay[2] ) )
|
||||||
print( "Rear veh: " .. tostring( vehsForDisplay[3] ) )
|
print( "Rear veh: " .. tostring( vehsForDisplay[3] ) )
|
||||||
print( "Rear fast veh: " .. tostring( vehsForDisplay[4] ) )
|
print( "Rear fast veh: " .. tostring( vehsForDisplay[4] ) )
|
||||||
print()
|
print()
|
||||||
|
|
||||||
if ( vehsForDisplay[2] or vehsForDisplay[4] ) then
|
|
||||||
PlaySoundFrontend( -1, "Beep_Red", "DLC_HEIST_HACKING_SNAKE_SOUNDS", 1 )
|
|
||||||
end
|
|
||||||
|
|
||||||
self:SetActiveVehicles( vehsForDisplay )
|
self:SetActiveVehicles( vehsForDisplay )
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user