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
  Reveal hidden contents

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
  On 5/5/2017 at 8:33 PM, harcosgoogle said:

editing My mission init or / testkit init?

Expand  

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...