Jump to content

admin tool dayz epoch 1.0.6.1


victorks

Recommended Posts

4 hours ago, victorks said:

Help please put admin tools

dayz epoch 1.0.6.1

files you need

https://github.com/noxsicarius/Epoch-Admin-Tools/tree/TestBranch

BE filters no longer work well. in his post noxsicarius said

Quote

The filters are not completed yet. You may have trouble with a few items. Posting known errors will help with that when I get some time free.

so made an antihack bypass on your admins.

for example in your init.sqf

find:

dayz_antihack = 1; 

replace the line by:

adminsList= ["7656119825757****"];  //your admins ids
if((getPlayerUID player) in adminsList) then {

//disable antihack for admis 
dayz_antihack = 0;     
} else {
//enable antihack for normal players
dayz_antihack = 1; 

};
Link to comment
Share on other sites

  • 3 weeks later...
  • 3 years later...

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...