Jump to content
  • 0

Interface reset for regular players


R4ziel

Question

Hey guys, me again with another weird stupid question. 

 

I am running infistar and I do suspect that its causing my issue, but I need some advice please.

 

The problem is that any addon that has a menu seperate from what is already in the game does not actually stay open for regular players. For admins they work fine. 

 

For example the server info from IT07 and R3F towiing, both their menus for info and inventory open for a split second and then close instantly. 

 

Is there anything in infistar that causes this perhaps? If so, where do I disable the resetting of the interface (Which I assume is what is happening)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

This is really a question that should be brought up on infiStar's forum, as he would be in a much better position to answer it. 

 

From the sound of it, it sure is something that is suppressing the menues....

 

Completely understand that it would be better there, but this community is alot more helpful and I just thought i'd ask here if someone saw the same symptoms.

 

thank you for your answer though, I am trying to find what is causing it but not really coming up with anything. 

Link to comment
Share on other sites

  • 0

you need to put the dialog idd into run.sqf to white-list your menu  :-)

_allowedDialogs = [-1,602,8332];

or look into this section of your run.sqf

_UDW = false;
_allowedDialogs = [-1,602,8332];
/*	5001, -3: Zupas New Hud (Hud-Builder) - https://github.com/DevZupa/ZHB-A3 */
_allowedDialogs pushBack 5001;
_allowedDialogs pushBack -3;
/*	37400: Custom Menu from AltisLife used on some Epoch Servers */
_allowedDialogs pushBack 37400;
_badDialogsKICK = [-1337];
_badDialogsClose =
[
	2,3,7,17,19,25,26,27,28,29,30,31,32,37,40,41,43,44,45,51,52,53,74,85,
	106,126,127,129,132,146,147,150,151,152,153,154,159,164,262,
	314,632,1320,2121
];
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
  • Advertisement
  • Discord

×
×
  • Create New...