shobhit-pathak / MatchZy

MatchZy is a plugin for CS2 (Counter Strike 2) for running and managing practice/pugs/scrims/matches with easy configuration and Get5 (G5API/G5V) support as well!
https://shobhit-pathak.github.io/MatchZy/
MIT License
268 stars 78 forks source link

[REQ] CT Score and T Score in match data #252

Open twilightsay opened 1 week ago

twilightsay commented 1 week ago

I made a webpage shows results of matches, every parts works fine and I want to add additional part to show how many CT side wins and T side wins of both team get. So I wonder if these data can be add in CSV/SQL data. eg. "team1_score":"13","team1_ct_score":"12","team1_t_score":"1"

Thanks!