bombajack Posted February 22, 2015 Report Share Posted February 22, 2015 I need only Infistar setup,becouse only admin can use it..other "normal" player cant(no menu on screen)...if i shut off infistar all working good... Thank you. Link to comment Share on other sites More sharing options...
ElricMelnibone Posted February 22, 2015 Report Share Posted February 22, 2015 Infistar bans for using the Action menu. What is the work around? BadCommandingMenu: #USER:ActionMenu (v0074) Link to comment Share on other sites More sharing options...
Leigham Posted February 22, 2015 Author Report Share Posted February 22, 2015 you need to allow whilelist the commanding menu, infistars run.sqf tells you how to do it. Link to comment Share on other sites More sharing options...
bombajack Posted February 22, 2015 Report Share Posted February 22, 2015 you need to allow whilelist the commanding menu, infistars run.sqf tells you how to do it. I know but dont know how..:/ What add to _cMenu? Link to comment Share on other sites More sharing options...
Leigham Posted February 22, 2015 Author Report Share Posted February 22, 2015 or just turn cmenus off until i sort it Link to comment Share on other sites More sharing options...
bombajack Posted February 22, 2015 Report Share Posted February 22, 2015 or just turn cmenus off until i sort it If is _CMC = true then is cMenu OFF?Becouse was it FALSE..My english is not good... :( Link to comment Share on other sites More sharing options...
sparrow8332 Posted February 22, 2015 Report Share Posted February 22, 2015 infistar AH options to make it work for normal players : run.sqf _CAP = false; _OAP = false; _OAO = false; _CAO = false; Link to comment Share on other sites More sharing options...
bombajack Posted February 22, 2015 Report Share Posted February 22, 2015 infistar AH options to make it work for normal players : run.sqf _CAP = false; _OAP = false; _OAO = false; _CAO = false; Thank you so much....but.. _CAP is not in infi.. EDIT:but it works..thx all for help Link to comment Share on other sites More sharing options...
SadBoy1981 Posted February 22, 2015 Report Share Posted February 22, 2015 Infistar bans for using the Action menu. What is the work around? BadCommandingMenu: #USER:ActionMenu (v0074) You can dissable commanding menu check /* CommandingMenu Check */ _CMC = false; /* true or false */ or few lines down add _cMenu = [ '', 'RscMainMenu','RscMoveHigh','#WATCH','#WATCH0','RscWatchDir','RscWatchMoveDir','#GETIN','#RscStatus','RscCallSupport','#ACTION', 'RscCombatMode','RscFormations','RscTeam','RscSelectTeam','RscReply','#User:BIS_Menu_GroupCommunication','#CUSTOM_RADIO', 'RscRadio','RscGroupRootMenu','RscMenuReply','RscMenuStatus','#User:BIS_fnc_addCommMenuItem_menu','RscMenuMove','RscMenuFormations','#USER:ActionMenu' ]; sparrow8332 1 Link to comment Share on other sites More sharing options...
Humpabry Posted February 23, 2015 Report Share Posted February 23, 2015 working lovely thank you :) Link to comment Share on other sites More sharing options...
Leigham Posted February 23, 2015 Author Report Share Posted February 23, 2015 working lovely thank you :) no problem @SadBoy Added to OP with credits to you :D thanks Link to comment Share on other sites More sharing options...
ElricMelnibone Posted February 23, 2015 Report Share Posted February 23, 2015 I got it working by disabling Infistar commanding menu check. However when I changed the bike.sqf code to the following it does not work? titleText ["Checking to see if you have the required items to craft an Ebike.", "PLAIN DOWN"]; sleep 3; if ("ItemCorrugated" in (magazines player)) then[{ if ("CircuitParts" in (magazines player)) then[{ if ("ItemScraps" in (magazines player)) then[{ titleText ["", "PLAIN DOWN"]; player playActionNow "Medic"; _spawnPos = player modelToWorld [0,2,0]; _spawnDir = (getDir player) -90; UDBike = [player, _spawnPos, _spawnDir]; sleep 3; publicVariableServer "UDBike"; sleep 1; titleText ["You have crafted an Ebike!", "PLAIN DOWN"]; player removeMagazine "ItemCorrugated"; player removeMagazine "CircuitParts"; player removeMagazine "ItemScraps"; },{ titleText ["You need one Scrap Metal to build an Ebike.", "PLAIN DOWN"]; }]; },{ titleText ["You need one Electronic Component to build an Ebike.", "PLAIN DOWN"]; }]; },{ titleText ["You need one Small Salvage Metal to build an Ebike.", "PLAIN DOWN"]; }]; Link to comment Share on other sites More sharing options...
ElricMelnibone Posted February 23, 2015 Report Share Posted February 23, 2015 Nevermind this change works if anyone needs it to allow for more items to be required for the bike to be created. arafinar 1 Link to comment Share on other sites More sharing options...
ognims Posted February 23, 2015 Report Share Posted February 23, 2015 Might be a good idea to let people who dont want to wonder into the admin only fuctions know that there are already 3 pid's entered into the feature granting 3 people that im guessing are you and youre friends the features. Or they might just be templates. Idk. Would be nice if you cleared that up anywas :P Link to comment Share on other sites More sharing options...
Leigham Posted February 23, 2015 Author Report Share Posted February 23, 2015 yeah i forgot :P will do on next release Link to comment Share on other sites More sharing options...
ElricMelnibone Posted February 23, 2015 Report Share Posted February 23, 2015 I put our admin's GUI into this code and I don't see the admin based menu items. Does anyone actually get them to come up in the menu? Either as a player or as a admin I do get the ear plugs and the crafting options and they do work for both. We have infistar just FYI Link to comment Share on other sites More sharing options...
1Man Posted February 25, 2015 Report Share Posted February 25, 2015 Got it all working now after countless BE filters added, only issue I have is sometimes it does not spawn the vehicle which could be world limit issue, working with non epoch vehicles so it's still buggy. Link to comment Share on other sites More sharing options...
1Man Posted February 25, 2015 Report Share Posted February 25, 2015 ok so logging in or relog works but once you respawn after a death you no longer have that option Link to comment Share on other sites More sharing options...
ElricMelnibone Posted February 26, 2015 Report Share Posted February 26, 2015 I got the crafting of the ebike and the mozzie to work on two of our serves but the 3rd server does everything but no vehicle ever appears. I can't for the life of me find any log or anything. I never see the vehicle it just never shows up. Link to comment Share on other sites More sharing options...
Leigham Posted February 26, 2015 Author Report Share Posted February 26, 2015 im trying to get the menu to show up after respawn, andi have no idea what is stopping the vehicle spawning atm Link to comment Share on other sites More sharing options...
1Man Posted February 26, 2015 Report Share Posted February 26, 2015 Elric try to delete some of deploy vehicles on that 3rd server, could be world limit but I don't think it is because it doesn't show up in the BE create vehicle file Link to comment Share on other sites More sharing options...
1Man Posted February 27, 2015 Report Share Posted February 27, 2015 So I got respawn working but now players get banned epoch autoban even though config patches is false. I may switch to 3rd party now Link to comment Share on other sites More sharing options...
ghostfur Posted February 28, 2015 Report Share Posted February 28, 2015 Noob Question: If i wanted to combine items for crafting, instead of 1 item you need 2 items, how do i configure that? In bike.sqfi've try'd: if("ItemCorrugated","ItemMixOil" in (magazines player))then[{titleText ["", "PLAIN DOWN"];With this action it stops the script from reading.I've try'd: if("ItemCorrugated,ItemMixOil" in (magazines player))then[{titleText ["", "PLAIN DOWN"];This will read the script but doesnt check if players have the items on it, it will say You need This and That item to build a bike. (i do have the items)I've edited the fn_deploybike.sqf the same ways i did with bike.sqf, but im stuck here, can't configure the script to read player items and remove them for building the bike.Default script worked great! thanks! Link to comment Share on other sites More sharing options...
1Man Posted February 28, 2015 Report Share Posted February 28, 2015 You need to go into the UD pbo and unpack change the corrugated there as well then repack Link to comment Share on other sites More sharing options...
Leigham Posted March 1, 2015 Author Report Share Posted March 1, 2015 1man, how did you get this to show after respawn too then i can get to work on finding whats banning Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now