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,109 @@
params["_unit"];
Vests = [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"CUP_V_I_RACS_Carrier_Rig_wdl_3",
"CUP_V_I_Carrier_Belt",
"CUP_V_C_Police_Holster",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"CUP_V_OI_TKI_Jacket5_04",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"CUP_V_OI_TKI_Jacket5_05",
"CUP_V_OI_TKI_Jacket5_01",
"CUP_V_OI_TKI_Jacket3_04",
"CUP_V_OI_TKI_Jacket3_05",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"CUP_V_OI_TKI_Jacket3_01",
"CUP_V_OI_TKI_Jacket2_01",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"V_TacChestrig_grn_F",
"V_TacChestrig_oli_F",
"V_LegStrapBag_black_F",
"V_LegStrapBag_coyote_F",
"braf_ephod_vest"
];
_unit addVest (selectRandom Vests);