Added in separate option for plate reader audio

This commit is contained in:
Dan
2020-02-18 18:06:34 +00:00
parent 0c3dc42103
commit 5b8695397b
2 changed files with 7 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ function READER:LockCam( cam )
-- Play a beep
if ( self:GetCamLocked( cam ) ) then
SendNUIMessage( { _type = "audio", name = "beep", vol = RADAR:GetSettingValue( "beep" ) } )
SendNUIMessage( { _type = "audio", name = "beep", vol = RADAR:GetSettingValue( "plateAudio" ) } )
end
end
end