mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-14 04:03:29 +00:00
moved CUP files to it's own pbo so i can add the addon.toml to not rapify the pbo and allow for #if __has_include statements
This commit is contained in:
109
addons/CUPcompat/functions/fn_thugsequipvestCUP.sqf
Normal file
109
addons/CUPcompat/functions/fn_thugsequipvestCUP.sqf
Normal 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);
|
||||
Reference in New Issue
Block a user