mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-14 03:53:30 +00:00
Added equipment functions that add CUP equipment to pistol thug
This commit is contained in:
109
addons/main/functions/fn_thugsequipvestCUP.sqf
Normal file
109
addons/main/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