Jump to content
Sign in to follow this  
mr_centipede

Problem with BIS_fnc_commsMenuCreate - Didn't show up

Recommended Posts

I have this piece of code here, it works in ARMA 2 (originally made for ARMA 2), but in ARMA 3 it doesn't work. The COMMUNICATION menu just wasn't available... any idea why?

waituntil {!isnil "bis_fnc_init"};
[] call BIS_fnc_commsMenuCreate;

HCS_menu = [
["HCS",false],
["Split Unit",[2],"",-5,[["expression","nul=[player,(groupSelectedUnits player)] execVM 'cent_HCS2\Scripts\cent_HCS2_split.sqf'"]],"1","1"],
["Regroup",[3],"",-5,[["expression","nul=[player,(hcSelected player)] execVM 'cent_HCS2\Scripts\cent_HCS2_join.sqf'"]],"1","1"],
["Watch My Direction",[4],"",-5,[["expression","nul=[player,(hcSelected player)] execVM 'cent_HCS2\Scripts\cent_HCS2_watch.sqf'"]],"1","1"]
];

waituntil {!isnil "BIS_MENU_GroupCommunication"};
[bIS_MENU_GroupCommunication, ["HCS",[0],"#USER:HCS_menu",-5,[["expression",""]],"1","1"]] call BIS_fnc_arrayPush;

if (true) exitWith {};

Share this post


Link to post
Share on other sites

I've been looking for an answer to this myself but I can't get anything to work.

Has this been replaced with something else?

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  

×