splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
557 stars 176 forks source link

Add stats to round end event + fix stats per side #991

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

This adds stats to the Get5_OnRoundEnd event and also adds side-specific scores to the stats system.

This is going to be breaking as I plan on cleaning up the keys in the stats object for consistency.

Also fixes some inheritance syntax issues in the event documentation.

Closes https://github.com/splewis/get5/issues/990 Closes https://github.com/splewis/get5/issues/518

WIP.