bugfixes, track playerId (directplay id, unique per session)

This commit is contained in:
2023-04-29 08:08:04 -07:00
parent 811ccdf3b7
commit edd1c3a82b
8 changed files with 37 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
params [
["_eventType", ""],
["_playerId", ""],
["_playerUID", ""],
["_profileName", ""],
["_steamName", ""],
@@ -9,6 +10,7 @@ params [
private _hash = + (AttendanceTracker getVariable ["missionContext", createHashMap]);
_hash set ["eventType", _eventType];
_hash set ["playerId", _playerId];
_hash set ["playerUID", _playerUID];
_hash set ["profileName", _profileName];
_hash set ["steamName", _steamName];