Giter Club home page Giter Club logo

lr-sends-clients-stats-on-lvl-up's Introduction

[LR] Sends clients stats on LVL UP

Post-query to http used JSONObj after lvl up

Description

The plugin sends statistics on the server among the players every time the client raises his level. It is useful in order to track whether a player is on the server and does not wind up statistics.

Requirements

ConVar

In the server.cfg configuration file, specify convar http_a "OWN_a_LINK"

Containts of post request

{
	"SteamID":				"STEAM_0:1:180196110",
	"Name":					"Palonez",
	"Kills":				0,
	"Deaths":				0,
	"Scores":				0,
	"LVL_UP":				10,
	"Time":					1686829508,
	"Json":
	[
		"{
			'SteamID':'Grant',
			'Kills':1,
			'Deaths':0,
			'Scores':2,
			'Time':0
		}",
		"{
			'SteamID':'Dean',
			'Kills':1,
			'Deaths':0,
			'Scores':2,
			'Time':0
		}",
		"{
			'SteamID':'Henry',
			'Kills':0,
			'Deaths':1,
			'Scores':0,
			'Time':0
		}",
		"{
			'SteamID':'STEAM_1:1:00000000',
			'Kills':0,
			'Deaths':0,
			'Scores':0,
			'Time':1109303291
		}"
	]
}

At this moment there are 2 real players on the server, one of which received the request, as well as 3 bots

About possible problems, please let me know:

lr-sends-clients-stats-on-lvl-up's People

Contributors

quake1011 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.