mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Additional error checking
This commit is contained in:
parent
8934358c2a
commit
810baaa5aa
@ -99,6 +99,10 @@ if (_pos isEqualTypeArray [0,0,0]) then
|
||||
};
|
||||
_grp enableAttack true;
|
||||
_spawned pushBack _grp;
|
||||
} else
|
||||
{
|
||||
["fn_spawnVEMFrAI", 0, "failed to retrieve _groupSide"] spawn VEMFr_fnc_log;
|
||||
breakOut "outer";
|
||||
};
|
||||
};
|
||||
|
||||
@ -108,6 +112,7 @@ if (_pos isEqualTypeArray [0,0,0]) then
|
||||
{
|
||||
_spawned = false;
|
||||
["fn_spawnVEMFrAI", 0, "failed to load AI's inventory..."] spawn VEMFr_fnc_log;
|
||||
breakOut "outer";
|
||||
};
|
||||
} else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user