Add player states updates for EPOCH (Thanks He-Man)

This commit is contained in:
Chris Cardozo 2020-10-31 09:52:48 -04:00
parent 7c88d1fead
commit d6b433d2e3

View File

@ -34,6 +34,9 @@ _fn_doUpdates = {
{
[["showScore",[_reward,"",_kills],""],[_player]] call blck_fnc_messageplayers;
};
// SUggestion to update Epoch player stats from He-Man
[_killer, "AIKills", 1, true] call EPOCH_server_updatePlayerStats;
};
if (toLower(blck_modType) isEqualTo "exile") then
{