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,15 @@
params["_unit"];
Sniper = [
"Braf_aglc_scope",
"braf_factions_aglc_verde_scope",
"CUP_srifle_M14_DMR",
"CUP_Weapon_srifle_Remington700_scoped",
"braf_fal_scope",
"Braf_md1a1_Scope",
"Braf_msr_308_scope"
];
_unit addSecondaryWeaponItem (selectRandom Sniper);
_unit [Sniper] call BIS_fnc_compatibleMagazines;