Initial testable version

This commit is contained in:
via 2026-02-22 12:39:41 +11:00
parent 03056050b3
commit b80163c665
3 changed files with 1881 additions and 4 deletions

1
description.ext Normal file
View File

@ -0,0 +1 @@
respawnOnStart = 1;

30
init.sqf Normal file
View File

@ -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;

File diff suppressed because it is too large Load Diff