State: currently developing for first release
- Get the latest match stats with
native bool Get5_GetMatchStats(KeyValues kv);
on every
Get5_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:
- Get5 forward and natives
- sm-json for encoding JSON
- SteamWorks for HTTP request
all contributors