Skip to content

ErcouldnT/Get5-Match-Stats-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Get5 Match Stats API

State: currently developing for first release

Feel free to Contribute & Roadmap:

  1. 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);
  1. Use sm-json to change KeyValues to JSON

  2. Send JSON body to a server via URL

  3. First .smx release and testing

CVARs

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.

Server Requirements

To use this plugin on your server, you must have the following:

Build Requirements

To build the plugin, you must have the following:

Special Thanks to

all contributors

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published