darkxess 60 Posted April 11, 2019 Hey guys, please help me... I lost now on what to do. Our dedicated server is not counting kills anymore since using ACE3 and I read that it is because of the "LastDamageSource" or something like that. So upon further reading I came across this: https://github.com/acemod/ACEX/tree/master/addons/killtracker which says for the mission to count unit kills etc you need to add this: class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; Within your Description.ext file which I have done, but still, it is not counting kills on our server. So, any help please? much appreciated, thank you 🙂 Share this post Link to post Share on other sites
diwako 395 Posted April 12, 2019 You sure you are also running the mod ACEX on server AND clients as well? The kill tracker will not increase your score ingame for the scoreboard as it normally would, it adds a debriefing page at mission end so people can see who they killed and which one might bleed out with them as the last damage source. Share this post Link to post Share on other sites