Jump to content
Sign in to follow this  
rosuto

Addkeyhander issue

Recommended Posts

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.

Share this post


Link to post
Share on other sites

Did you see any documentation about this kind of CBA function? What is a numerical key, how to find them? TOOO MUCH undocumented functions, as BI ! Not better.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×