mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Added new plate hit BOLO sound
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user