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

12 lines
386 B
Plaintext

params [["_statsData", createHashMap, [createHashMap]]];
{
private _key = _x;
private _value = _y;
switch (_key) do {
case "kills": { player setVariable ["TAG_Kills", _value, true] };
case "deaths": { player setVariable ["TAG_Deaths", _value, true] };
case "rating": { player setVariable ["TAG_Rating", _value, true] };
};
} forEach _statsData;