stop animation fixes while in vehicle

This commit is contained in:
vbawol
2013-06-20 08:46:19 -05:00
parent 5b0d2e0f5c
commit 1936d33a23
23 changed files with 96 additions and 48 deletions

View File

@@ -49,8 +49,10 @@ if ((_hasKnife or _hasKnifeBlunt) and !_hasHarvested) then {
if (!_finished) exitWith {
r_interrupt = false;
[objNull, player, rSwitchMove,""] call RE;
player playActionNow "stop";
if (vehicle player == player) then {
[objNull, player, rSwitchMove,""] call RE;
player playActionNow "stop";
};
cutText ["Canceled gutting." , "PLAIN DOWN"];
//_abort = true;
};