Jump to content
  • 0

Infistar 1 PBO different admin setup


includes08

Question

I know people will tell me to go to infistar, but i send in a ticket 2 weeks ago and posted a message on the forum but no respond still and i can't wait.

 

My question is the following;

 

The problem i get is when i join chernarus, i can open the menu but get killed. F1 for me is unusable. On namalsk it works fine on the other hand so i am looking for an alternative but i wanna stay with the 1PBO.

 

Her is the following i tried 

if (dayZ_instance in [15]) then {
/*  infiSTAR.de .dll path */  /* REMOVED */
/*  Key to open the menu  */ _OpenMenuKey = 0x3C;    /* google DIK_KeyCodes (0x3C is F2) */
/*  LOW ADMIN HERE        */ _LAdmins = ["00000000","00000000"]; // 
/*  NORMAL ADMIN HERE     */ _NAdmins = ["00000000","0"]; // 
/*  SUPER ADMIN HERE      */ _SAdmins = ["00000000","0"]; //  
/*  BANNED UIDs HERE      */ _BLOCKED = ["0","0","0"]; //do not have a , at the end.
};
if (dayZ_instance in [11]) then {
/*  infiSTAR.de .dll path */  /* REMOVED */
/*  Key to open the menu  */ _OpenMenuKey = 0x3C;    /* google DIK_KeyCodes (0x3C is F2) */
/*  LOW ADMIN HERE        */ _LAdmins = ["00000000","00000000"]; // 
/*  NORMAL ADMIN HERE     */ _NAdmins = ["00000000","0"]; // 
/*  SUPER ADMIN HERE      */ _SAdmins = ["00000000","0"]; // 
/*  BANNED UIDs HERE      */ _BLOCKED = ["0","0","0"]; //do not have a , at the end.
};
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

i'm not sure if it works, but you can try it

 

if (dayZ_instance == 11) then {

blah

blah

};

 

 

Thanks will try ill let you know tomorrow if it works.

 

First dont show the uids.

 

Why are you using "If" commands? Installing them the default way puts them into the server pbo (Per server). So the admins list stays different on different server if you set the up right.

 

I know but if you read it then you would've seen that i just want 1 PBO....

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
  • Discord

×
×
  • Create New...