mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
private["_body","_name","_method","_methodStr"];
|
|
|
|
_body = _this select 3;
|
|
_name = _body getVariable["bodyName","unknown"];
|
|
_method = _body getVariable["deathType","unknown"];
|
|
_methodStr = localize format ["str_death_%1",_method];
|
|
|
|
format[localize "str_player_studybody",_name,_methodStr] call dayz_rollingMessages;
|