splewis / get5

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

Lots of improvements to stats + add support for team ID #994

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

Improves availability of stats information in the JSON events.

The MySQL plugin now exclusively reacts to data sent to it using the JSON events; it no longer needs to pull the stats KeyValues in and copy it. It also now uses transactions in more places where it runs multiple queries.

Added full player stats to Get5_OnMapResult, similarly to Get5_OnRoundEnd.

Breaking due to various changes to the JSON events/forwards and the stats KeyValues.

You can now provide an id parameter to a team in match configurations, which is sent back via events/forwards when referencing a team.

CC @LukasW1337