This task needs to be in the following format.
SetFrequency = {
id = 'ActivateJammer',
params = {
x = number,
y = number,
gpsSpoofing = number,
glonassSpoofing = number,
radioJamming = number,
jammingStart = number,
jammingEnd = number,
}
}
Required parameters:
x: x coordinate of center point to be jammed
y: y coordinate of center point to be jammed
gpsSpoofing: Effects the Global Positioning System of NATO aircraft and weapons.
glonassSpoofing: Effects the Russian GPS system.
0: Off
1: Jamming
2: Spoofing
radioJamming: Will jam the radio frequencies in the range for aircraft using those frequencies.
0: off
1: Simple
2: Adaptive
Optional Parameters:
jammingStart : Used if radioJamming is not set to 0. Bottom range of the radio frequency to jam in Mhz.
jammingEnd : Used if radioJamming is not set to 0. Top range of the radio frequency to jam in Mhz.
|