From acb95757eeac5dce8f60076cacc21fe770505c66 Mon Sep 17 00:00:00 2001 From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com> Date: Thu, 21 Apr 2022 23:32:32 +0100 Subject: [PATCH] Updated the guide F7 document. + Added new keybinds that were missing and commands for cops to the guidehud. --- resources/Engine-Toggle/cl_vengine.lua | 2 +- resources/guidehud/config.js | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/Engine-Toggle/cl_vengine.lua b/resources/Engine-Toggle/cl_vengine.lua index 7df36a242..a17df9e8a 100644 --- a/resources/Engine-Toggle/cl_vengine.lua +++ b/resources/Engine-Toggle/cl_vengine.lua @@ -1,6 +1,6 @@ -- Configuration -local button = 56 -- 167 (F6 by default) +local button = 56 -- 167 (F6 by default) Set to F9 local commandEnabled = true -- (false by default) If you set this to true, typing "/engine" in chat will also toggle your engine. -- You're all set now! diff --git a/resources/guidehud/config.js b/resources/guidehud/config.js index 1c5c880d0..f93dfa167 100644 --- a/resources/guidehud/config.js +++ b/resources/guidehud/config.js @@ -154,6 +154,7 @@ var rphotkeys = [ var vehiclehotkeys = [ //'Press U to lock/unlock your vehicle.', 'Press /engine to turn car engine off/on.', + 'Press F9 to toggle engine.', 'Press - for the left blinker, = for the right blinker & ] to put on the hazard lights.', 'You may use /dv to delete your vehicle and /fix to temporarily fix engine, or fix fully if near a repair point.', 'You may use vMenu to customise and modify your vehicle.', @@ -164,7 +165,10 @@ var jobshotkey = [ 'Press F5 to open Police Menu.', 'Use F6 to oepn the police speed radar. ', 'Use /mdt to open the in-game CAD MDT.', - //'Press CTRL+] to open the CAD Terminal.', + 'Use /panic to press the emergency panic button.', + 'Press LEFT ALT + 7 to open the CAD Terminal.', + 'Press LEFT ALT + 8 to move the CAD Terminal.', + 'Press LEFT ALT + 9 to close the CAD Terminal.', 'Press Q to turn on emergency lights.', 'Press 1 to turn on sirens.', 'Press Z to turn on secondary siren.',