mission problem pls help

it has to do with this line:
Code:
if(vehicle _x != _x && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n

The fix presented in that link is not usable for dayz epoch.
 
I think it's

Code:
if(vehicle _x != _x &&!(vehicle _x in PVDZE_serverObjectMonitor)&&(isPlayer _x)&&(vehicle _x getVariable ["DZAI",0]!=1)&&!((typeOf vehicle _x)in DZE_safeVehicle))then{

and in the new epoch the "Killing a hacker" has been moved to: server_functions.sqf at the line around 780
 
Back
Top