mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Some small changes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
private["_body","_name","_method","_methodStr"];
|
||||
_body = _this select 3;
|
||||
_name = _body getVariable["bodyName","unknown"];
|
||||
_method = _body getVariable["deathType","unknown"];
|
||||
|
||||
_body = _this select 3;
|
||||
_name = _body getVariable["bodyName","unknown"];
|
||||
_method = _body getVariable["deathType","unknown"];
|
||||
_methodStr = localize format ["str_death_%1",_method];
|
||||
|
||||
|
||||
cutText [format[(localize "str_player_studybody"),_name,_methodStr], "PLAIN DOWN"];
|
||||
cutText [format [localize "str_player_studybody",_name,_methodStr], "PLAIN DOWN"];
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
private["_obj"];
|
||||
|
||||
_obj = _this select 3;
|
||||
_obj spawn player_packTent;
|
||||
_obj call player_packTent;
|
||||
|
||||
Reference in New Issue
Block a user