mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix another Message issue with the AntiHack
This commit is contained in:
@@ -35,7 +35,7 @@ if (!isNull _playerObj) then {
|
|||||||
|
|
||||||
// Message whole server when player combat logs
|
// Message whole server when player combat logs
|
||||||
_message = format["PLAYER COMBAT LOGGED: %1",_playerName];
|
_message = format["PLAYER COMBAT LOGGED: %1",_playerName];
|
||||||
[nil,nil,"per",rTITLETEXT,_message,"PLAIN DOWN"] call RE;
|
[nil, nil, rTitleText, _message, "PLAIN"] call RE;
|
||||||
};
|
};
|
||||||
|
|
||||||
diag_log format["DISCONNECT: %1 (%2) Object: %3, _characterID: %4 at loc %5", _playerName,_playerUID,_playerObj,_characterID, (getPosATL _playerObj)];
|
diag_log format["DISCONNECT: %1 (%2) Object: %3, _characterID: %4 at loc %5", _playerName,_playerUID,_playerObj,_characterID, (getPosATL _playerObj)];
|
||||||
|
|||||||
Reference in New Issue
Block a user