mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
private["_obj"];
|
||||
_obj = _this select 3;
|
||||
player playActionNow "Medic";
|
||||
sleep 6;
|
||||
uiSleep 6;
|
||||
if(_obj isKindOf "Land_fire") then {
|
||||
dayz_hasFire = objNull;
|
||||
deleteVehicle _obj;
|
||||
|
||||
Reference in New Issue
Block a user