Jump to content
  • 0

whitelisting actions


Achmed

Question

Im trying to set up the latest pro version of blurs anti hack and currently i keep getting kicked when logging in as a normal player (not admin)
 
I know i need to add items to the whitelist and have looked here http://blurgaming.com/threads/how-to-whitelist-dayzactions.8/ however im unsure where i find what to add into the _dayzActions part.
 
In my rpt log it says
 
10:39:30 "AntiHack Log: Mathew (xxxxxxxx) REASON: zombie_findTargetAgent ({#line 1 "mpmissions\__CUR_MP.Chernarus\dayz_code\zombie_findTargetAgent.sqf"
private["_agent","_target","_targets","_targetDis","_c","_man","_manDis","_targets","_agent","_agentheight","_nearEnts","_rnd","_assigned","_range","_objects"];
_agent = _this;
_target = objNull;
 
 
 
 
_targets = [];
_targetDis = [];
_range = 120;
_manDis = 0;
_refobj = vehicle player;
 
 
 
 
_targets = _agent getVariable ["targets",[]];
 
if (isNil "_targets") exitWith {};
 
if (count _targets == 0) then
{
_objects = nearestObjects [_agent,["ThrownObjects","GrenadeHandTimedWest","SmokeShell","Land_Bucket_EP1"],500];
{
private["_dis"];
if (!(_x in _targets)) then
{
_targets set [count _targets,_x];
_targetDis set [count _targetDis,_dis];
_move = "ZombieFeed";
[objNull, _objects,rPlayMove, _move] call RE;
};
} forEach _objects;
};
 
 
if (count _targets > 0) then
{
_man = _targets select 0;
_manDis = _man distance _agent;
{
private["_dis"];
_dis =  _x di
 
i dont see any s_player_ so not sure what i need to add.
 
would it be from the first line? so s_player_zombie_findTargetAgent  ??
 
I have a load of scripts to add to the whitelist so would be good to know where im looking for etc.
 
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
Im also getting this and have no idead what fixes this
 
11:23:53 "AntiHack Log: Mathew (xxxxxxxx) REASON: remExServer (changed) - |DayZ Instance: 11|"
11:23:53 "AntiHack Log: Mathew (xxxxxxxx) REASON: REServerChecks (Loop Exited) - |DayZ Instance: 11|"
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
  • Advertisement
  • Discord

×
×
  • Create New...