whitelisting actions

Mathewjknott

Well-Known Member
Im trying to set up the latest of blurs pro version 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

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

thanks
 
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|"
 
Back
Top