Initial testable version
This commit is contained in:
@@ -0,0 +1 @@
|
||||
respawnOnStart = 1;
|
||||
@@ -0,0 +1,30 @@
|
||||
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;
|
||||
+1850
-4
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user