mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -143,10 +143,10 @@ if (_unit == player) then {
|
||||
|
||||
//Log to server :-( OverProcessing really not needed.
|
||||
if (((!(isNil {_source})) AND {(!(isNull _source))}) AND {((_source isKindOf "CAManBase") AND {(!local _source )})}) then {
|
||||
_wpst = weaponState _source;
|
||||
if (diag_ticktime-(_source getVariable ["lastloghit",0])>2) then {
|
||||
private ["_sourceWeap"];
|
||||
_source setVariable ["lastloghit",diag_ticktime];
|
||||
_wpst = weaponState _source;
|
||||
|
||||
_sourceDist = round(_unit distance _source);
|
||||
_sourceWeap = switch (true) do {
|
||||
|
||||
@@ -7547,7 +7547,7 @@
|
||||
<Czech>Doplňování paliva už probíhá!</Czech>
|
||||
</Key>
|
||||
<Key ID="str_death_shot">
|
||||
<English>a gunshot.</English>
|
||||
<English>a gunshot wound.</English>
|
||||
</Key>
|
||||
<Key ID="str_death_shothead">
|
||||
<English>a gunshot to the head.</English>
|
||||
|
||||
Reference in New Issue
Block a user