2026-02-22 01:39:41 +00:00
|
|
|
if (isNil "gm_fp_costumes") then
|
|
|
|
|
{
|
|
|
|
|
gm_fp_costumes =
|
|
|
|
|
[
|
|
|
|
|
//default
|
2026-02-24 10:49:38 +00:00
|
|
|
["AusTourShirt2021", "gm_ge_vest_90_crew_flk", "egoCap"],
|
2026-02-22 01:39:41 +00:00
|
|
|
//special uniforms
|
|
|
|
|
[
|
|
|
|
|
"hiVis",
|
|
|
|
|
"hiVisOrange",
|
|
|
|
|
"ipswichShirt",
|
|
|
|
|
"thaiHolidayShirt"
|
|
|
|
|
],
|
|
|
|
|
//special vests
|
|
|
|
|
[
|
2026-02-24 10:49:38 +00:00
|
|
|
"gm_ge_army_vest_80_crew",
|
|
|
|
|
"gm_ge_pol_vest_80_wht",
|
|
|
|
|
"V_BandollierB_blk"
|
2026-02-22 01:39:41 +00:00
|
|
|
],
|
|
|
|
|
//special hats
|
|
|
|
|
[
|
|
|
|
|
"H_Hat_Tinfoil_F",
|
|
|
|
|
"gm_xx_headgear_headwrap_01_dino",
|
|
|
|
|
"gm_xx_headgear_headwrap_01_wht",
|
|
|
|
|
"gm_xx_headgear_headwrap_01_blu",
|
|
|
|
|
"H_HeadBandage_bloody_F"
|
|
|
|
|
]
|
|
|
|
|
];
|
|
|
|
|
};
|
|
|
|
|
call gm_missions_fnc_fp_general_init;
|