diff --git a/SaferSafezone.pbo b/SaferSafezone.pbo index 379420c..560ae3b 100644 Binary files a/SaferSafezone.pbo and b/SaferSafezone.pbo differ diff --git a/SaferSafezone/Code/Safezone.sqf b/SaferSafezone/Code/Safezone.sqf index d76c3ff..78859d5 100644 --- a/SaferSafezone/Code/Safezone.sqf +++ b/SaferSafezone/Code/Safezone.sqf @@ -20,8 +20,4 @@ _nearestLocation = text nearestLocation [_position, ""]; _trigger = createTrigger["EmptyDetector", _position]; _trigger setTriggerArea[_radius, _radius, 0, true]; _trigger setTriggerActivation["EAST", "PRESENT", TRUE]; -_trigger setTriggerStatements["this && {vehicle _x isKindOf 'Man'} count thislist > 0", "{if (_x isKindOf 'Man') then {_x setdamage 1; deleteVehicle _x;}; }foreach thislist;", ""]; - -if (Debug) then { - diag_log format["Safer Safezones: Creating Safezone Trigger | Position : %1 | Radius : %2m | Near : %3 ",_position,_radius,_nearestLocation]; -}; \ No newline at end of file +_trigger setTriggerStatements["this && {vehicle _x isKindOf 'Man'} count thislist > 0", "{if (_x isKindOf 'Man') then {_x setdamage 1; deleteVehicle _x;}; }foreach thislist;", ""]; \ No newline at end of file