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

@@ -50,6 +50,8 @@ if (_finished) then {
};
} else {
r_interrupt = false;
[objNull, player, rSwitchMove,""] call RE;
player playActionNow "stop";
if (vehicle player == player) then {
[objNull, player, rSwitchMove,""] call RE;
player playActionNow "stop";
};
};