项目作者: ErcouldnT

项目描述 :
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.
高级语言: SourcePawn
项目地址: git://github.com/ErcouldnT/Get5-Match-Stats-API.git
创建时间: 2021-08-18T20:58:23Z
项目社区:https://github.com/ErcouldnT/Get5-Match-Stats-API

开源协议:GNU General Public License v3.0

下载


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

  1. get5_match_stats_api_url - Set's the server url to send the post request to.
  2. 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