Jump to content

[Release] WPD's Action Menu (Deploy Vehicle/View Distance/Color Filters/Self Bloodbag/Suicide/Flip Vehicle)


Recommended Posts

  • 9 months later...

So i have resently installed your script, but it isnt working for regular players. They get a sec to just see the action menu after scroll wheel and tap the action menu. I tested it without infistar, well it worked. i have wrote the ,'#USER:ActionMenu','#USER:ActionsMenu','#USER:VehicleMenu','#USER:FunMenu','#USER:MovementMenu','#USER:TransformAnimalMenu','#USER:DamiSpawn'

My looks like this:
[dayz_server.zip](https://github.com/noxsicarius/Custom-Actions-Menu/files/561466/dayz_server.zip)

*  MouseMoving EH check  */ _MOH = false;    /* true or false */    /* will say: "MouseMoving EventHandler added" - needs to be disabled for UAV scripts and such.. */
/*  Close Dialogs ?       */ _CUD = false;    /* true or false */    /* Closes custom Dialogs (Menus) that are not in _ALLOWED_Dialogs */
/*  check MapSingleClick  */ _OMC = false;    /* true or false */    /* announces: "MapSingleClick modified", if modification is found - NEEDS _MBC to be true! */
/*  Remove Keybinds ?     */ _RCK = false;    /* true or false */    /* Removes custom Keybinds and sets back the default ones */
/*  Check CMDMenus ?      */ _CCM = false;    /* true or false */    /* only disable this if you know what you are doing. I strongly recommend to use this! */
/*  BLOCK ALL CMDMenus    */ _BCM =  true;    /* true or false */    /* we don't need commandingMenus. so have this true as well. */
/*  Check Actions ?       */ _CSA = false;    /* true or false */    /* this checks mousewheel actions */
/*  Force Terrain Grid ?  */ _FTG =    25;    /* 50, 25, 12.5  */    /* if set to 50 grass will be very low for better client FPS.. default is 25 */
/*  Use Clutter check ?   */ _UBC =  true;    /* true or false */    /* BadSize: %1 - Plants and/or Clutter pbo(s) removed..! */
/*  Log Epoch Maintain    */ _LEM =  true;    /* true or false */

 

/*  ALLOWED CMDMenus "_cMenu" are only used if you have "_BCM = false;" which I would not recommend.  */
_cMenu =
[
    "","RscMainMenu","RscMoveHigh","#WATCH","#WATCH0",
    "RscWatchDir","RscDisplayClassSelecter","RscDisplayGenderSelect",
    "RscDisplaySpawnSelecter","RscWatchMoreDir","#GETIN","RscStatus",
    "RscCombatMode","RscFormations","RscTeam","RscSelectTeam","RscReply",
    "RscCallSupport","#ACTION","#CUSTOM_RADIO","RscRadio","RscGroupRootMenu",
    "BTC_Hud","PlotManagement","DoorManagement","Entercode","#USER:_keyMenu",'#USER:ActionMenu','#USER:ActionMenua','#USER:SkyMenu','#USER:FogMenu','#USER:SkyMenu2','#USER:FogMenu2','#USER:_DeployMenu'
];

/*  ALLOWED Actions "_dayzActions" are only used if you have "_CSA =  true;"  */

 

Hope you guys can help me out.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...