FashionPolice.gm_weferlinge.../init.sqf

32 lines
644 B
Plaintext
Raw Normal View History

2026-02-22 01:39:41 +00:00
if (isNil "gm_fp_costumes") then
{
gm_fp_costumes =
[
//default
2026-02-24 11:24:00 +00:00
["gm_ge_dbp_uniform_suit_80_blu", "gm_ge_vest_satchel_80_blk", "gm_ge_dbp_headgear_cap_80_blu"],
2026-02-22 01:39:41 +00:00
//special uniforms
[
2026-02-24 11:24:00 +00:00
"AusTourShirt2021",
2026-02-22 01:39:41 +00:00
"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
[
2026-02-24 11:24:00 +00:00
"egoCap",
2026-02-22 01:39:41 +00:00
"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;