Arma 3
[Not maintained] Kyklop's Electronic warfare
Z.Adams 9 Jun, 2021 @ 3:58pm
Setting Jammers to block other detonator types?
I'm trying to set the jammers so they can jam other detonation types (such as m57 firing device and timer detonations) as described in the document below
https://docs.google.com/document/d/1Fvk_VtttAVX44SxvQOk-3OiN7bPTe-nouBsxWke7oA4/edit?usp=sharing

I think I setup the command correctly however it does not seem to work.
This is what I have in definejammers.sqf

if(isServer) then
{
waitUntil {kyk_ew_initComplete};
["Timer", [3, 2, "test"]] call kyk_ew_fnc_clackerAdd;
};


Any help would be appreciated, Thank you.