mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -160,7 +160,7 @@ if (isPlayer cursorTarget) then {
|
||||
_y = _y + 1;
|
||||
_vehicle = (_vehClose select _y);
|
||||
_vehType = getText (configFile >> "CfgVehicles" >> typeOf _unit >> "displayName");
|
||||
sleep 0.001;
|
||||
uiSleep 0.001;
|
||||
};
|
||||
_action = _unit addAction [format[localize "str_actions_medical_03",_vehType], "\z\addons\dayz_code\medical\load\load_act.sqf",[player,_vehicle,_unit], 0, true, true];
|
||||
r_player_actions set [count r_player_actions,_action];
|
||||
|
||||
Reference in New Issue
Block a user