diff --git a/addons/spectator/functions/fnc_handleInterface.sqf b/addons/spectator/functions/fnc_handleInterface.sqf index fe361a8e7f..58f042781e 100644 --- a/addons/spectator/functions/fnc_handleInterface.sqf +++ b/addons/spectator/functions/fnc_handleInterface.sqf @@ -222,6 +222,13 @@ switch (toLower _mode) do { case 32: { // D GVAR(camDolly) set [3,true]; }; + case 35: { // H + private ["_help","_dsiplay","_show"]; + _help = _dsiplay displayCtrl IDC_HELP; + _show = !ctrlShown _help; + + _help ctrlShow _show; + }; case 44: { // Z GVAR(camBoom) set [1,true]; };