mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +03:00
0.91
added randomly comsumable toolbox for cracking vaults, tweaks to allow interaction with large boats/helicopters. Changed kill message to use title text instead of global chat.
This commit is contained in:
@@ -27,7 +27,10 @@ if (_killerName == "nil" || _victimName == _killerName) then {
|
||||
|
||||
diag_log _loc_message;
|
||||
//SHOW THE MESSAGE INGAME [GLOBAL CHAT]
|
||||
[nil, nil, rspawn, [_victim, _message], { (_this select 0) globalChat (_this select 1) }] call RE;
|
||||
// [nil, nil, rspawn, [_victim, _message], { (_this select 0) globalChat (_this select 1) }] call RE;
|
||||
|
||||
//SHOW THE MESSAGE INGAME [TITLE TEXT]
|
||||
[nil,nil,rTITLETEXT,_message,"PLAIN DOWN"] call RE;
|
||||
|
||||
_victim setVariable["AttackedBy", "nil", true];
|
||||
_victim setVariable["AttackedByName", "nil", true];
|
||||
|
||||
Reference in New Issue
Block a user