mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
private ["_unit","_medic"];
|
|
|
|
_unit = _this select 0;
|
|
_medic = _this select 1;
|
|
|
|
r_player_inpain = false;
|
|
_unit setVariable ["USEC_inPain", false, true];
|
|
R3F_TIRED_Accumulator = 0;
|
|
|
|
if (_medic != player) then {
|
|
format [localize "str_actions_medical_painkillers_receive",(name _medic)] call dayz_rollingMessages;
|
|
};
|