Jump to content

rosuto

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Posts posted by rosuto


  1. I am having issues getting the CBA_fnc_addKeyHandler to work. For some reason i can't get the shift alt ctrl array to work.

    [_optActKey, [false, false, false], {player execVM "GPS_DAGR\DAGR_START.sqf"}] call CBA_fnc_addKeyHandler;
    
    [_optActKey, [true, false, false], {player execVM "GPS_DAGR\DAGR_MENU_INIT.sqf"}] call CBA_fnc_addKeyHandler;
    

    The first script fires just fine when the _optActKey is pressed. The second one is supposed to fire when I hit _optActKey + shift, but it never does. Any help is much appreciated.

×