Jacob Schmidt 1b6b825653
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2025-01-01 21:18:03 -06:00

7 lines
241 B
Plaintext

private _statsData = createHashMap;
_statsData set ["kills", player getVariable ["TAG_Kills", 0]];
_statsData set ["deaths", player getVariable ["TAG_Deaths", 0]];
_statsData set ["rating", player getVariable ["TAG_Rating", 0]];
_statsData