Fix running corpses

This commit is contained in:
icomrade
2017-01-07 11:39:18 -05:00
parent 70948ad0a2
commit 0c4d77d2aa
2 changed files with 8 additions and 0 deletions

View File

@@ -103,6 +103,12 @@ if (!local _source && isPlayer _source) then {
r_player_unconscious = false;
r_player_cardiac = false;
dayz_autoRun = false;
if (player == vehicle player) then { //fix running corpses
[nil, player, rSWITCHMOVE, ""] call RE;
player SWITCHMOVE "";
PVDZ_plr_SwitchMove = [player,""];
publicVariableServer "PVDZ_plr_SwitchMove";
};
terminate dayz_musicH;
terminate dayz_slowCheck;