Jump to content
  • 0

Taviana Epoch Antihack/Admin menu Problem


IAmBinky

Question

Hello!

 

Recently I have started a DayZ Epoch server, and installed an admin tool along with some other mods. They worked perfectly fine on Chernarus, and all was well.

 

However now that I have switched over to DayZ Epoch Taviana, the text i'm supposed to replace in the server.pbo is not in there anymore, thus not allowing me to access my admin menu.

 

Github to mod:

https://github.com/gregariousjb/Epoch-Admin-Tools

 

Here is a snippit from the instructions:

 

"

Open init/server_functions.sqf and replace this:

    if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x)  && !((typeOf vehicle _x) in DZE_safeVehicle)) then {

...with this:

    // Epoch Admin Tools
    if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x)  && !((typeOf vehicle _x) in DZE_safeVehicle) && (vehicle _x getVariable ["MalSar",0] !=1)) then {

"

 

This text was easily located by searching on the Chernarus Epoch server.pbo, but it is not located in the Taviana Epoch server.pbo.

This text was also not found:

 

"

Now open your compile/server_updateObject.sqf and place this:

// Epoch Admin Tools
if (_object getVariable "MalSar" == 1) exitWith {};

...immediately above this:

if (!_parachuteWest and !(locked _object)) then {

"

 

Does anyone know how to code in this text to allow my admin menu to work in-game?

 

Thank you for your time!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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