broma-arma / BromA-A3-Framework-Mark3

The legend is born again.
9 stars 6 forks source link

Time Limit Plugin different endings for coop,tvt #9

Closed geroge-011 closed 9 years ago

geroge-011 commented 9 years ago

The time limit plugin currently is only set to call the defeat ending

LINE27:

["defeat"] call BRM_fnc_callEnding;

Should be : if (mission_game_mode == "COOP") then { ["defeat"] call BRM_fnc_callEnding; } else { ["side_a_defeat"] call BRM_fnc_callEnding; };

Neefay commented 9 years ago

Fixed.