DayZ AI Missions Problem

pridesoccer14

New Member
So I got Ai Missions installed and also got Sarge AI. I changed the lines in the pbo. Like the ServerClean up and updateObject.

So the problem i have is that in an Ai Mission if you get in one of the cars it blows up.

In the cleanup fsm you change a line in kill a hacker to this
if(vehicle _x != _x && !(vehicle _x in _safety) && (isPlayer _x) && (vehicle _x getVariable [""Mission"",0] != 1) && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n

But i changed it to

if(vehicle _x != _x && !(vehicle _x in _safety) && (isPlayer _x) && (vehicle _x getVariable [""Sarge"",0] != 1) && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n

Because i have Sarge Ai and also for Phoenix Admin tools. The code with Sarge in it allows admin tools to function and without it Admin tools doesent work correctly. So any way to fix this problem?
 
Back
Top