Ooops all mailmen
This commit is contained in:
parent
a0b7f9c5eb
commit
ae734063b0
4
init.sqf
4
init.sqf
|
|
@ -3,9 +3,10 @@ if (isNil "gm_fp_costumes") then
|
||||||
gm_fp_costumes =
|
gm_fp_costumes =
|
||||||
[
|
[
|
||||||
//default
|
//default
|
||||||
["AusTourShirt2021", "gm_ge_vest_90_crew_flk", "egoCap"],
|
["gm_ge_dbp_uniform_suit_80_blu", "gm_ge_vest_satchel_80_blk", "gm_ge_dbp_headgear_cap_80_blu"],
|
||||||
//special uniforms
|
//special uniforms
|
||||||
[
|
[
|
||||||
|
"AusTourShirt2021",
|
||||||
"hiVis",
|
"hiVis",
|
||||||
"hiVisOrange",
|
"hiVisOrange",
|
||||||
"ipswichShirt",
|
"ipswichShirt",
|
||||||
|
|
@ -19,6 +20,7 @@ if (isNil "gm_fp_costumes") then
|
||||||
],
|
],
|
||||||
//special hats
|
//special hats
|
||||||
[
|
[
|
||||||
|
"egoCap",
|
||||||
"H_Hat_Tinfoil_F",
|
"H_Hat_Tinfoil_F",
|
||||||
"gm_xx_headgear_headwrap_01_dino",
|
"gm_xx_headgear_headwrap_01_dino",
|
||||||
"gm_xx_headgear_headwrap_01_wht",
|
"gm_xx_headgear_headwrap_01_wht",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue