Armed Assault Wiki

NOTE: This article is about the PDW submachine gun in ArmA 2's Operation Arrowhead expansion pack. For the PDW2000 used by various factions in ArmA 3, see PDW2000.


« The PDW was one of the first weapons to use a telescopical bolt design which allows for the magazine to be housed in the pistol grip, making the weapon a lot shorter. PDW is the most widespread submachine gun ever in military and police units.
Armoury Description[1][2]
»
The PDW 9 mm submachine gun.
The PDW 9 mm submachine gun.

The PDW is a 9 mm submachine gun used in limited numbers by the Takistani Army in ArmA 2. It was added with the release of the Operation Arrowhead expansion pack.

Overview[]

Premium content logo
This is a premium asset that requires ownership of the Operation Arrowhead expansion pack.

The PDW is a blowback-operated submachine gun that uses an open bolt design. It is chambered to fire the 9×19 mm cartridge.

It primarily feeds from 30-round box magazines, but is also able to load the same box/curved magazines used by the G17/M9 pistols and MP5A5 SMG.[CfgWp 9] It can attain a fire rate of up to 800 rounds per minute[CfgWp 10][Formula 1] and has a muzzle velocity of 400 m/s.[CfgMa 4] The PDW does not have the ability to mount optical sights or laser pointers/flashlights, but it does feature a sub-variant that is fitted with a sound suppressor.

True to its name, the PDW is utilised in limited numbers by the Takistani Army as a personal defence weapon. As a select-fire SMG, it is comparable to the newer Sa-61 Scorpion but is chambered to fire the 9 mm round instead. Where the PDW differs from the latter is its larger 30-round magazine and slightly better accuracy (~ 2% less dispersion).[CfgWp 2] In stark contrast to the Sa-61, the PDW can load not just its own 30-round magazines but also those used by the MP5A5 SMG and M9/G17 pistols (the Sa-61's proprietary 20-/10-round magazines can't be shared).[CfgWp 9]

Stopping power-wise, both SMGs are identical since the 9 mm and .32 ACP cartridge inflict the same amount of base damage.[CfgAm 1] The only real difference is that the PDW's ammunition is fired with a higher velocity of 400 m/s rather than 318 m/s (an increase of approximately ~ 22%).[CfgMa 4] However, this difference is negligible at best given that both SMGs have an effective firing range of only 100 metres or so.

That being said, the PDW's larger magazine capacity[CfgMa 1] and ability to feed from a wide variety of 9 mm weapon magazines ultimately makes it the better sidearm of the two. The PDW ideally complements the loadout of soldiers with slower-firing, semi-automatic only primary weapons like the SVD/KSVK sniper rifles.

Variants[]

PDW SD[]

Premium content logo
This is a premium asset that requires ownership of the Operation Arrowhead expansion pack.

« The PDW was one of the first weapons to use a telescoping bolt design which allows for the magazine to be housed in the pistol grip for a shorter weapon.
This weapon is equipped with additional silencer.
Armoury Description[1][2]
»
The PDW SD 9 mm submachine gun.
The PDW SD 9 mm submachine gun.

The PDW SD is a suppressed version of the baseline PDW SMG.

There are a few statistical changes; namely, it has slightly less recoil when fired on full auto, the suppressor conceals the weapon's muzzle flash[CfgWp 19][CfgWp 20], and its usage of reduced velocity 9 mm ammunition makes it harder for enemies to detect the shooter from afar.

However, one major functional change with the PDW SD is that it is restricted to being able to load only three types of magazines. All of these magazines are loaded exclusively with reduced velocity 9 mm ammunition.[CfgWp 21] But aside from these differences, the PDW SD remains mostly identical to the baseline PDW SMG.

Ironsights[]

Arma2-pdw-ironsight-overview
The PDW's ironsights are set to a fixed zeroing of 50 metres.[CfgWp 22][CfgWp 23] It is not possible to manually adjust this to a different setting.

Arma2-pdwsd-ironsight-overview
Ironsights on the PDW SD are set to a fixed zeroing of 50 metres.[CfgWp 24][CfgWp 25] It is not possible to manually adjust this to a different setting.

Recoil curves[]

Standing

 
{
    title: {
        text: 'recoil_single_pistol_2outof3'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.04, 0.01, 0.045],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0042857142857143, 0.0064285714285714, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0178571428571429, 0, -0.0089285714285714],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


 
{
    title: {
        text: 'recoil_single_pistol_3outof3'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.04, 0.01, 0.045],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.006, 0.009, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.025, 0, -0.0125],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


Prone

 
{
    title: {
        text: 'recoil_single_pistol_prone_2outof3'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02', '0.03']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.035, 0.01, 0.045, 0.01],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0034285714285714, 0.0051428571428571, 0, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.015, 0, -0.0053571428571429, -0.0053571428571429],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


 
{
    title: {
        text: 'recoil_single_pistol_prone_3outof3'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02', '0.03']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.035, 0.01, 0.045, 0.01],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0045714285714286, 0.0068571428571429, 0, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.02, 0, -0.0071428571428571, -0.0071428571428571],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


Ammunition[]

Ammo parameter 9 mm (Ball/PDW) 9 mm SD (Ball/PDW) 9 mm (Ball/MP5) 9 mm SD (Ball/MP5) 9 mm (Ball/M9) 9 mm SD (Ball/M9) 9 mm (Ball/G17)
Base damage value 5[CfgAm 1] 5[CfgAm 2] 5[CfgAm 1] 5[CfgAm 2] 5[CfgAm 1] 5[CfgAm 1] 5[CfgAm 2]
Aerodynamic friction -0.001513[CfgAm 3] -0.001312[CfgAm 4] -0.001513[CfgAm 3] -0.001312[CfgAm 4] -0.001513[CfgAm 3] -0.001312[CfgAm 3] -0.001513[CfgAm 4]
Muzzle velocity (m/s) 400[CfgMa 4] 320[CfgMa 7] 400[CfgMa 8] 320[CfgMa 9] 398[CfgMa 10] 315[CfgMa 11] 360[CfgMa 12]
Expected velocity (m/s) 398
[CfgAm 5][note 1]
315
[CfgAm 6][note 1]
398
[CfgAm 5][note 1]
315
[CfgAm 6][note 1]
398
[CfgAm 5][note 1]
315
[CfgAm 6][note 1]
398
[CfgAm 5][note 1]
Deflection angle (degrees) 10°[CfgAm 7] 10°[CfgAm 8] 10°[CfgAm 7] 10°[CfgAm 8] 10°[CfgAm 8] 10°[CfgAm 7] 10°[CfgAm 8]

Unsuppressed PDWs can load up to seven types of magazines[CfgWp 9] while the PDW SD is limited to only three of them[CfgWp 21] (specifically SD magazines loaded with reduced velocity 9 mm ammo):

  • PDWs can load both 30-rounder PDW magazines, 30-round MP5-type magazines, 15-rounder M9 magazines, and 17-round G17-type magazines.
  • PDW SDs can load only three types of magazines: 30-rounder PDW SD magazines, 30-round MP5SD magazines, and 15-round M9 SD magazines.

It should also be noted that the PDW's dedicated 30-round magazines can be shared with most 9 mm-chambered SMGs and pistols.[note 2] However, they cannot be loaded by the CZ Scorpion Evo 3 A1 (and vice versa).

Inventory space-wise, the MP5A5/MP5SD6's magazines occupy at least one[CfgMa 13][CfgMa 14] primary weapon magazine slot. On the other hand, M9[CfgMa 15], G17[CfgMa 16] and PDW[CfgMa 17][CfgMa 18] magazines specifically take up one secondary weapon magazine slot instead:

PDW Mag.[]

Arma2-ammunition-30rndpdw

Standard 30-round box magazine. It is loaded with 9 mm ball ammunition.[CfgMa 19]

None of the rounds fired will emit visible tracers.

PDW SD Mag.[]

Arma2-ammunition-30rndpdw

Alternate 30-round PDW-type box magazine loaded with reduced velocity 9 mm ball ammunition.[CfgMa 20] Rounds fired from this magazine specifically have a lower muzzle velocity of 320 m/s instead.[CfgMa 7]

This magazine can be loaded by the PDW SD.

MP5 Mag.[]

Arma1-ammunition-30rndmp5

30-round MP5-type loaded with 9 mm ball ammunition.[CfgMa 21]

None of the rounds fired will emit visible tracers.

MP5SD Mag.[]

Arma1-ammunition-30rndmp5

Special 30-rounder magazine loaded with reduced velocity 9 mm ball ammunition.[CfgMa 22] Rounds fired from this magazine specifically have a lower muzzle velocity of 320 m/s instead.[CfgMa 9]

This magazine can be loaded by the PDW SD.

M9 Mag.[]

Arma1-ammunition-15rndm9

15-rounder magazine used by M9 pistols. It is loaded with 9 mm ball ammunition.[CfgMa 23]

Rounds fired from this magazine specifically have a lower muzzle velocity of 398 m/s.[CfgMa 10]

M9SD Mag.[]

Arma1-ammunition-15rndm9

Alternate 15-rounder M9-type magazine loaded with reduced velocity 9 mm ball ammunition.[CfgMa 24]

Rounds fired from this magazine specifically have a lower muzzle velocity of 315 m/s.[CfgMa 11]

This magazine can be loaded by the PDW SD.

G17 Mag.[]

Arma2-ammunition-17rndg17

17-round box magazine used by G17 pistols. It is loaded with 9 mm ball ammunition[CfgMa 25] and has a lower muzzle velocity of 360 m/s.[CfgMa 12]

None of the rounds fired from this magazine will emit visible tracers.

Magazine compatibility[]

Weapon name
(Classname)
PDW Mag.
Arma2-ammunition-30rndpdw
PDW SD Mag.
Arma2-ammunition-30rndpdw
MP5 Mag.
Arma1-ammunition-30rndmp5
MP5SD Mag.
Arma1-ammunition-30rndmp5
M9 Mag.
Arma1-ammunition-15rndm9
M9SD Mag.
Arma1-ammunition-15rndm9
G17 Mag.
Arma2-ammunition-17rndg17
PDW
(UZI_EP1)
PDW SD
(UZI_SD_EP1)


Trivia[]

  • The PDW is based on the real-life "Micro Uzi" variant of the "Uzi" family of SMGs designed by the Israel Weapon Industries (IWI).
  • It is technically a weapon that belongs to the Takistani Army but none of the faction's units wield it by default. Without the usage of scripting commands, it can only be found in Takistani Army weapon crates and specific missions in the expansion pack's main campaign (specifically at the start of the Pathfinder mission).
  • Like the Sa-61, the PDW is technically classified as an SMG but is treated as a sidearm in-game. It cannot be equipped as a primary weapon.
  • Prior to the latest Steam version patches, the PDW had better accuracy and its 9 mm ammunition actually dealt higher base damage than that of the Sa-61's .32 ACP. CorePatch's changes subsequently buffed .32 ACP to be on par with the PDW's 9 mm cartridge while the PDW's accuracy was nerfed and had its dispersion increased significantly.[3]

Gallery[]

Config/script references[]

CfgAmmo

  1. 1.0 1.1 1.2 1.3 1.4 CfgAmmo >> B_9x19_Ball >> hit
  2. 2.0 2.1 2.2 CfgAmmo >> B_9x19_SD >> hit
  3. 3.0 3.1 3.2 3.3 CfgAmmo >> B_9x19_Ball >> airFriction
  4. 4.0 4.1 4.2 CfgAmmo >> B_9x19_SD >> airFriction
  5. 5.0 5.1 5.2 5.3 CfgAmmo >> B_9x19_Ball >> typicalSpeed
  6. 6.0 6.1 6.2 CfgAmmo >> B_9x19_SD >> typicalSpeed
  7. 7.0 7.1 7.2 CfgAmmo >> B_9x19_Ball >> deflecting
  8. 8.0 8.1 8.2 8.3 CfgAmmo >> B_9x19_SD >> deflecting

CfgMagazines

  1. 1.0 1.1 CfgMagazines >> 30Rnd_9x19_UZI >> count
  2. CfgMagazines >> 17Rnd_9x19_glock17 >> count
  3. CfgMagazines >> 15Rnd_9x19_M9 >> count
  4. 4.0 4.1 4.2 CfgMagazines >> 30Rnd_9x19_UZI >> initSpeed
  5. CfgMagazines >> 30Rnd_9x19_UZI_SD >> count
  6. CfgMagazines >> 15Rnd_9x19_M9SD >> count
  7. 7.0 7.1 CfgMagazines >> 30Rnd_9x19_UZI_SD >> initSpeed
  8. CfgMagazines >> 30Rnd_9x19_MP5 >> initSpeed
  9. 9.0 9.1 CfgMagazines >> 30Rnd_9x19_MP5SD >> initSpeed
  10. 10.0 10.1 CfgMagazines >> 15Rnd_9x19_M9 >> initSpeed
  11. 11.0 11.1 CfgMagazines >> 15Rnd_9x19_M9SD >> initSpeed
  12. 12.0 12.1 CfgMagazines >> 17Rnd_9x19_glock17 >> initSpeed
  13. CfgMagazines >> 30Rnd_9x19_MP5 >> type >> "256"
  14. CfgMagazines >> 30Rnd_9x19_MP5SD >> type >> "256"
  15. CfgMagazines >> 15Rnd_9x19_M9SD >> type >> "16"
  16. CfgMagazines >> 17Rnd_9x19_glock17 >> type >> "16"
  17. CfgMagazines >> 30Rnd_9x19_UZI >> type >> "16"
  18. CfgMagazines >> 30Rnd_9x19_UZI_SD >> type >> "16"
  19. CfgMagazines >> 30Rnd_9x19_UZI >> ammo >> "B_9x19_Ball"
  20. CfgMagazines >> 30Rnd_9x19_UZI_SD >> ammo >> "B_9x19_SD"
  21. CfgMagazines >> 30Rnd_9x19_MP5 >> ammo >> "B_9x19_Ball"
  22. CfgMagazines >> 30Rnd_9x19_MP5SD >> ammo >> "B_9x19_SD"
  23. CfgMagazines >> 15Rnd_9x19_M9 >> ammo >> "B_9x19_Ball"
  24. CfgMagazines >> 15Rnd_9x19_M9SD >> ammo >> "B_9x19_SD"
  25. CfgMagazines >> 17Rnd_9x19_glock17 >> ammo >> "B_9x19_Ball"

CfgWeapons

  1. CfgWeapons >> UZI_EP1 >> Single >> dispersion
  2. 2.0 2.1 CfgWeapons >> UZI_EP1 >> FullAuto >> dispersion
  3. CfgWeapons >> UZI_EP1 >> type >> "2"
  4. CfgWeapons >> UZI_EP1 >> Single >> recoil
  5. CfgWeapons >> UZI_EP1 >> FullAuto >> recoil
  6. CfgWeapons >> UZI_EP1 >> Single >> recoilProne
  7. CfgWeapons >> UZI_EP1 >> FullAuto >> recoilProne
  8. CfgWeapons >> UZI_EP1 >> dexterity
  9. 9.0 9.1 9.2 CfgWeapons >> UZI_EP1 >> {"30Rnd_9x19_UZI","30Rnd_9x19_UZI_SD","17Rnd_9x19_glock17","30Rnd_9x19_MP5","30Rnd_9x19_MP5SD","15Rnd_9x19_M9", "15Rnd_9x19_M9SD"}
  10. CfgWeapons >> UZI_EP1 >> Single >> reloadTime
  11. CfgWeapons >> UZI_SD_EP1 >> Single >> dispersion
  12. CfgWeapons >> UZI_SD_EP1 >> FullAuto >> dispersion
  13. CfgWeapons >> UZI_SD_EP1 >> type >> "2"
  14. CfgWeapons >> UZI_SD_EP1 >> Single >> recoil
  15. CfgWeapons >> UZI_SD_EP1 >> FullAuto >> recoil
  16. CfgWeapons >> UZI_SD_EP1 >> Single >> recoilProne
  17. CfgWeapons >> UZI_SD_EP1 >> FullAuto >> recoilProne
  18. CfgWeapons >> UZI_SD_EP1 >> dexterity
  19. CfgWeapons >> UZI_SD_EP1 >> fireLightDuration >> "0"
  20. CfgWeapons >> UZI_SD_EP1 >> fireLightIntensity >> "0"
  21. 21.0 21.1 CfgWeapons >> UZI_SD_EP1 >> {"30Rnd_9x19_UZI_SD","30Rnd_9x19_MP5SD","15Rnd_9x19_M9SD"}
  22. CfgWeapons >> UZI_EP1 >> distanceZoomMax
  23. CfgWeapons >> UZI_EP1 >> distanceZoomMin
  24. CfgWeapons >> UZI_SD_EP1 >> distanceZoomMax
  25. CfgWeapons >> UZI_SD_EP1 >> distanceZoomMin

Formulae

  1. 60 / reloadTime = 60 / 0.075

Notes[]

  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 Damage will be reduced if the projectile's velocity drops below this value.
  2. The non-reduced velocity 15-round M9 magazine cannot be shared with baseline MP5A5 SMGs that do not have an integral suppressor.

References[]

  1. 1.0 1.1 Bohemia Interactive a.s., 2010, Handguns, Arma 2, viewed 4 April 2025, <https://www.arma2.com/arma-2-oa-weaponry/arma2-oa-handguns>.
  2. 2.0 2.1 Bohemia Interactive a.s., 2010, Weaponry, Arma 2, viewed 5 March 2025, <https://www.arma2.com/arma-2-pmc-weaponry/arma2-rft-weapons>.
  3. Mazzon, M et al. 2019, CorePatch, GitHub, viewed 20 August 2024, <https://github.com/Goliath86/CorePatch/blob/master/Changelog.txt>.

External links[]

See also[]

Weapons of comparable role and configuration[]

Weapons of ARMA 2
Handguns CZ 75 D COMPACT 9 mm (P-07 DUTY, SP-01 PHANTOM) • G17 9 mmM1911 .45M9 9 mmMakarov 9 mmRevolver .45
Submachine guns CZ Scorpion Evo 3 A1 9 mmMP5A5 9 mm (SD6) • PDW 9 mmPP-19 Bizon 9 mmSa-61 Scorpion .32
Shotguns M1014Saiga 12KAA-12
Carbines AKS-74U 5.45 mm* • G36 series* (G36C*, G36K*) • M4A1 5.56 mm (M4A1 M203, M4A3, M4A3 M203) • Mk16 CQC 5.56 mmXM8 Compact 5.56 mm
Assault rifles AK-107 5.45 mm (AK-107 GP-25) • AK-74 5.45 mm (AK-74 GP-25*, AKS-74*) • AKM 7.62 mmAKS 7.62 mm* • CZ 805 BREN A1 5.56 mm (CZ 805 A1 G1, CZ 805 BREN A2, CZ 805 B1 G1) • FN FAL 7.62 mmG36A 5.56 mm* • L85A2 5.56 mm (L85A2 UGL) • M16A2 5.56 mm* (M16A2 M203*) • M16A4 5.56 mm (M16A4 M203) • SCAR series (Mk16, Mk16 EGLM, Mk17, Mk17 EGLM) • Sa-58 7.62 mmXM8 series (XM8, XM8 M320)
Designated marksman rifles DMR 7.62 mmL86A2 LSW 5.56 mmM14 7.62 mmMk12 SPR 5.56 mmMk17 Sniper 7.62 mmVSS Vintorez 9 mmXM8 Sharpshooter 5.56 mm
Sniper rifles AS50 12.7 mmCZ 550 9.3 mmCZ 750 S1 M1 .308KSVK 12.7 mm* • Lee-Enfield .303LRR .338M107 .50* • M110 7.62 mmM24 7.62 mm* (M40A3) • SVD Dragunov 7.62 mm*
Squad automatic weapons L110A1 5.56 mmM249 SAW 5.56 mm* • MG36 5.56 mm* • RPK-74 5.45 mmXM8 Automatic Rifle 5.56 mm
Machineguns L7A2 GPMG 7.62 mmMk 48 Mod 0 7.62 mm* • M240 7.62 mm* • M60E4 7.62 mmPKP 7.62 mmPKM 7.62 mmUK-59 7.62 mm
Grenade launchers M32M79Mk13
Launchers 9K32 Strela-29K38 Igla9K115-2 Metis-MFGM-148 JavelinFIM-92F StingerM136M47 DragonMAAWSNLAWRPG-7VRPG-18SMAW
Static AGS-30D-30DShKMIgla AA PodKORDL111A1L134A1M119A1M2M252Mk19Metis AT-132B14 PodnosRBS-70SearchlightSPG-9StingerTOWZU-23
(Parenthesis) denote variants.
* indicates partial DLC dependency.
Operation Arrowhead | British Armed Forces | Private Military Company | Army of the Czech Republic
Arma2-factionicon-takistaniarmy Takistani Army - Armoury (ARMA 2)
Handguns Makarov 9 mmRevolver .45
Submachine guns PDW 9 mm
Carbines AKS-74U 5.45 mmM4A1 5.56 mm
Assault rifles AK-74 5.45 mm (AK-74 GP-25, AKS-74) • FN-FAL 7.62 mmM16A2 5.56 mm (M16A2 M203)
Sniper rifles KSVK 12.7 mmSVD Dragunov 7.62 mm
Squad automatic weapons RPK-74 5.45 mm
Machineguns M240 7.62 mmPKM 7.62 mm
Launchers 9K32 Strela-2Metis-M 9K115-2RPG-7VRPG-18
Static AGS-30D-30Igla AA PodKORDMetis AT-132B14 PodnosSearchlightSPG-9ZU-23
(Parenthesis) denote variants. | Operation Arrowhead