Update occupationTransport.sqf
This commit is contained in:
parent
1ba06508be
commit
ec5e9b35af
@ -250,9 +250,10 @@ while {true} do
|
|||||||
};
|
};
|
||||||
deleteMarker _mk;
|
deleteMarker _mk;
|
||||||
_transport setDamage 1;
|
_transport setDamage 1;
|
||||||
|
_logDetail = format ["[OCCUPATION:transport]:: Transport destroyed @ %1 (%2)",_pos,time];
|
||||||
|
[_logDetail] call SC_fnc_log;
|
||||||
};
|
};
|
||||||
_logDetail = format ["[OCCUPATION:transport]:: Transport destroyed @ %1 (%2)",_pos,time];
|
if(_markerCount < 2) exitWith {};
|
||||||
[_logDetail] call SC_fnc_log;
|
|
||||||
|
|
||||||
// Spawn another heli
|
// Spawn another heli
|
||||||
uiSleep 15; // delay the start
|
uiSleep 15; // delay the start
|
||||||
|
Loading…
Reference in New Issue
Block a user