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

@@ -66,8 +66,11 @@ if(_IsNearVehicle >= 1) then {
if(!_finished) then {
r_interrupt = false;
[objNull, player, rSwitchMove,""] call RE;
player playActionNow "stop";
if (vehicle player == player) then {
[objNull, player, rSwitchMove,""] call RE;
player playActionNow "stop";
};
_abort = true;
};