CS:GO Sourcemod plugin sends current Get5 Match Stats file as a JSON POST request to a server set with CVAR get5_match_stats_api_url.
State: currently developing for first release
native bool Get5_GetMatchStats(KeyValues kv);
on everyGet5_OnRoundStatsUpdated();
Get5_OnSeriesResult(MatchTeam seriesWinner, int team1MapScore, int team2MapScore);
Get5_OnDemoFinished(const char[] filename);
Use sm-json to change KeyValues to JSON
Send JSON body to a server via URL
First .smx release and testing
get5_match_stats_api_url - Set's the server url to send the post request to.
get5_match_stats_api_available - Checks if the plugin is correctly loaded on the server.
To use this plugin on your server, you must have the following:
To build the plugin, you must have the following: