File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
co30_Domination.Altis/client Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,20 @@ if (player getVariable "xr_pluncon") then {
2727 d_uncon_finally_over = false ;
2828};
2929
30- cutText [localize " STR_DOM_MISSIONSTRING_1999" , " BLACK" , 0 ];
31-
3230player allowDamage false ;
3331
34- if (vehicle player ! = player ) then {
35- moveOut player ;
36- };
37-
32+ (findDisplay 160 ) closeDisplay 1 ;
3833if (! isNull getConnectedUAV player ) then {
3934 getConnectedUAV player action [" UAVTerminalReleaseConnection" , player ];
4035 player connectTerminalToUAV objNull ;
4136};
4237
38+ cutText [localize " STR_DOM_MISSIONSTRING_1999" , " BLACK" , 0 ];
39+
40+ if (vehicle player ! = player ) then {
41+ moveOut player ;
42+ };
43+
4344params [" _numtk" , [" _isjip" , 0 ]];
4445
4546private _secs = [_numtk * 60 , _isjip ] select (_isjip > 0 );
You can’t perform that action at this time.
0 commit comments