GuzzenVonLidl / GW-Framework

My custom framework for Arma 3
1 stars 4 forks source link

Module: Endscreen #25

Open GuzzenVonLidl opened 5 years ago

GuzzenVonLidl commented 5 years ago

Idea for a stat tracker for each player and display all info in the end screen

Possible things to track are:

Bonus: Could go in to extreme depth of also extracting the info and storing them in a database for general progression on a website

GuzzenVonLidl commented 5 years ago

Commands to consider and wiki's

addMissionEventHandler ["EntityKilled",{}]; addMissionEventHandler ["Ended",{}];

https://community.bistudio.com/wiki/Debriefing https://community.bistudio.com/wiki/BIS_fnc_endMission https://community.bistudio.com/wiki/BIS_fnc_endMissionServer

jasonjoyce971 commented 5 years ago

A few people would probably be interested in the Stat Tracker especially kill count.