Added new plate hit BOLO sound

This commit is contained in:
Dan
2020-02-19 09:34:55 +00:00
parent 5b8695397b
commit a00b5417ef
4 changed files with 19 additions and 7 deletions

View File

@@ -1626,12 +1626,12 @@ function RunControlManager()
-- Locks front plate reader
if ( IsDisabledControlJustPressed( 1, CONFIG.plate_front_lock_key ) ) then
READER:LockCam( "front" )
READER:LockCam( "front", true )
end
-- Locks front plate reader
if ( IsDisabledControlJustPressed( 1, CONFIG.plate_rear_lock_key ) ) then
READER:LockCam( "rear" )
READER:LockCam( "rear", true )
end
end