#713 Add player logon/logoff location to RPT

This commit is contained in:
dayz10k
2013-11-18 11:26:46 -05:00
parent 6e8859a1f9
commit 262bbba0bc

View File

@@ -30,7 +30,7 @@ if (!isNull _playerObj) then {
_playerObj setVariable["NORRN_unconscious",true, true]; _playerObj setVariable["NORRN_unconscious",true, true];
_playerObj setVariable["unconsciousTime",300,true]; _playerObj setVariable["unconsciousTime",300,true];
diag_log format["COMBAT LOGGED: %1 (%2)", _playerName,_timeout]; diag_log format["COMBAT LOGGED: %1 (%2) at location %3", _playerName,_timeout,(getPosATL _playerObj)];
//diag_log format["SET UNCONCIOUSNESS: %1", _playerName]; //diag_log format["SET UNCONCIOUSNESS: %1", _playerName];
// Message whole server when player combat logs // Message whole server when player combat logs