30 lines
562 B
Plaintext
30 lines
562 B
Plaintext
|
|
if (isNil "gm_fp_costumes") then
|
||
|
|
{
|
||
|
|
gm_fp_costumes =
|
||
|
|
[
|
||
|
|
//default
|
||
|
|
["AusTourShirt2021", "gm_gc_army_vest_80_belt_str", "egoCap"],
|
||
|
|
//special uniforms
|
||
|
|
[
|
||
|
|
"hiVis",
|
||
|
|
"hiVisOrange",
|
||
|
|
"ipswichShirt",
|
||
|
|
"thaiHolidayShirt"
|
||
|
|
],
|
||
|
|
//special vests
|
||
|
|
[
|
||
|
|
"V_Safety_blue_F",
|
||
|
|
"V_Safety_orange_F",
|
||
|
|
"V_Safety_yellow_F"
|
||
|
|
],
|
||
|
|
//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;
|