mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 18:06:32 +03:00
Fixes missing animation when unlocking
This commit is contained in:
@@ -55,7 +55,7 @@ if ((_ownerID == dayz_combination) or (_ownerID == dayz_playerUID)) then {
|
|||||||
_magazines = _obj getVariable["MagazineCargo",[]];
|
_magazines = _obj getVariable["MagazineCargo",[]];
|
||||||
_backpacks = _obj getVariable["BackpackCargo",[]];
|
_backpacks = _obj getVariable["BackpackCargo",[]];
|
||||||
|
|
||||||
//player playActionNow "Medic";
|
player playActionNow "Medic";
|
||||||
sleep 1;
|
sleep 1;
|
||||||
[player,"tentpack",0,false] call dayz_zombieSpeak;
|
[player,"tentpack",0,false] call dayz_zombieSpeak;
|
||||||
sleep 5;
|
sleep 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user