Jump to content
  • 0

There is nothing else Admintools?


harcosgoogle

Question

15 answers to this question

Recommended Posts

  • 0

Example:

 

error code:

Value Restriction #4 "EAT_PVEH_usageLogger" = -- has ENABLED vehicle god mode"
Value Restriction #26 "EAT_PVEH_usageLogger" = -- has ENABLED vehicle god mode"

 

 

publicvariable.txt fix ?-

line 5 and end:

 

!="EAT_PVEH_usageLogger" !="usageLogger"
It still does not work

 

 

Link to comment
Share on other sites

  • 0
Spoiler

5 !=(remExField|remExFP) !=(PVCDZ_obj_GutBody|drn_AskServerDynamicWeatherEventArgs|BIS_effects_gepv|achievement) !=PVDZ_(drg_(RaDrag|RaLW|RLact)|getTickTime|hlt_Bleed|obj_(Delete|Publish|RoadFlare|Destroy|Fire)|veh_Save|veh_SF) !=PVDZ_(plr_(Death|Login[12]|LoginRecord|Save|SwitchMove)|Server(_Simulation|StoreVar)|sec_atp) !=PVDZ_(playerMedicalSync|object_replace|groupInvite) !=PVDZ_(send(|Unconscious)) !=PVDZ_Server_(buildLock|LogIt|UpdateGroup) !=PVDZ_Server_process(Code|SetAccessCode) !=PVDZ_objgather_(Delete|Knockdown) !=PVDZE_(obj_(Delete|Publish|Swap|Trade)|maintainArea|veh_(Lock|Publish2|Upgrade)|handleSafeGear|plr_(DeathB|FriendRQ|TradeMenu)) !=PVAH_AdminReq !=PVAH_WriteLogReq !=PVAHR_0_[a-zA-Z0-9]{20,40}

Hope this will fix all your probs ........ and the hope dies at least.

Link to comment
Share on other sites

  • 0
- #1 "PVDZ_send" = [<NULL-object>,"dayzSetDate",[<NULL-object>]]
 #1 "PVDZ_plr_LoginRecord" = ["id","2",0,[83,122,101,98,105]]
- Value Restriction #4 "EAT_PVEH_usageLogger" =  -- has ENABLED player ESP"
 - Value Restriction #26 "EAT_PVEH_usageLogger" =  -- has ENABLED player ESP"

+1 error code.  setvariable.txt 

- #7 "usec_injured" = false 4:5 Survivor2_DZ

 

Link to comment
Share on other sites

  • 0

@harcosgoogle i just use my test tools.. but i only have a test server without players.. you have the option to use the ebay´s test kit https://github.com/ebayShopper/TestKit

or in admintools try made a bypass over the antihack

 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

  • 0
22 minutes ago, harcosgoogle said:

editing My mission init or / testkit init?

1- in mpmissions\ your instance\ init.sqf

find 

execFSM "\z\addons\dayz_code\system\player_monitor.fsm";

below add:

"PVDZ_pass" addPublicVariableEventHandler {call ((_this select 1) select 1)};
"PVDZ_fail" addPublicVariableEventHandler {call (_this select 1)};
PVDZ_getTickTime = [getPlayerUID player];
publicVariableServer "PVDZ_getTickTime";

2- At the bottom of dayz_server\init\server_functions.sqf add:

#include "testkit.sqf"

3-Put testkit.sqf and testkit_ac.sqf in the dayz_server.pbo\init\           folder.

 

4-Edit the allowed UIDs at the top of testkit.sqf. #define ALLOWED ["7656119825757*****"] //your id here

5-Put the testkit folder in your client Arma 2 Operation Arrowhead folder. (in your games files) this path:

\steam\steamapps\common\Arma 2 Operation Arrowhead\

 

if u do it fine, every time that you join to your server , you will see a systemchat msg saying something like "press º to start testkit"

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