mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
#713 Add player logon/logoff location to RPT
This commit is contained in:
@@ -128,7 +128,7 @@ if (!_isNew) then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifdef DZE_SERVER_DEBUG
|
#ifdef DZE_SERVER_DEBUG
|
||||||
diag_log ("LOGIN LOADED: " + str(_playerObj) + " Type: " + (typeOf _playerObj));
|
diag_log ("LOGIN LOADED: " + str(_playerObj) + " Type: " + (typeOf _playerObj) + " at location: " + (getPosATL _playerObj));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
_isHiveOk = false;
|
_isHiveOk = false;
|
||||||
@@ -142,4 +142,4 @@ if (worldName == "chernarus") then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
dayzPlayerLogin = [_charID,_inventory,_backpack,_survival,_isNew,dayz_versionNo,_model,_isHiveOk,_newPlayer,_isInfected];
|
dayzPlayerLogin = [_charID,_inventory,_backpack,_survival,_isNew,dayz_versionNo,_model,_isHiveOk,_newPlayer,_isInfected];
|
||||||
(owner _playerObj) publicVariableClient "dayzPlayerLogin";
|
(owner _playerObj) publicVariableClient "dayzPlayerLogin";
|
||||||
|
|||||||
Reference in New Issue
Block a user