Added equipment functions that add CUP equipment to pistol thug

This commit is contained in:
Bear
2024-12-29 21:33:02 -03:00
parent bef50e2e30
commit 88c5dcf21d
8 changed files with 402 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
params["_unit"];
Pistol = [
"hgun_ACPC2_F",
"hgun_Rook40_F",
"hgun_P07_blk_F",
"braf_imbel_m973",
"braf_PT92",
"CUP_hgun_Browning_HP",
"CUP_hgun_CZ75",
"CUP_hgun_Compact",
"CUP_hgun_Phantom",
"CUP_hgun_Deagle",
"CUP_hgun_Glock17_blk",
"CUP_hgun_M17_Black",
"CUP_hgun_Colt1911",
"CUP_hgun_M9",
"CUP_hgun_M9A1",
"CUP_hgun_P30L_Match_blk",
"CUP_hgun_SWM327MP",
"CUP_hgun_TaurusTracker455",
"CUP_hgun_TEC9",
"CUP_hgun_TT"
];
_unit addSecondaryWeaponItem (selectRandom Pistol);
_unit [Pistol] call BIS_fnc_compatibleMagazines;