- Put these two files in the same directory
- Run
yarnornpm install - Update the
accountNameandpasswordon line 11 and 12
- Run
node indexin that directory - Enter Steam Guard Code (If prompted)
| // ************************************************************************* | |
| // This file is part of SourceBans++. | |
| // | |
| // Copyright (C) 2014-2016 SourceBans++ Dev Team <https://github.com/sbpp> | |
| // | |
| // SourceBans++ is free software: you can redistribute it and/or modify | |
| // it under the terms of the GNU General Public License as published by | |
| // the Free Software Foundation, per version 3 of the License. | |
| // | |
| // SourceBans++ is distributed in the hope that it will be useful, |
| { | |
| "5021": "auto", | |
| "5002": 0.05, | |
| "5001": 0.10, | |
| "5000": "auto" | |
| } |
| #pragma semicolon 1 | |
| #define DEBUG | |
| #define PLUGIN_AUTHOR "Fishy" | |
| #define PLUGIN_VERSION "1.00" | |
| #include <sourcemod> | |
| #include <sdktools> | |
| #include <smjansson> |
| {"query":{"since":"2017-01-10T00:00:00Z","until":"2017-02-09T00:00:00Z","time_delta":1440},"result":{"timeseries":[{"since":"2017-01-10T00:00:00Z","until":"2017-01-11T00:00:00Z","requests":{"all":0,"cached":0,"uncached":0,"ssl":{"encrypted":0,"unencrypted":0},"http_status":{},"content_type":{},"country":{},"ip_class":{}},"bandwidth":{"all":0,"cached":0,"uncached":0,"ssl":{"encrypted":0,"unencrypted":0},"content_type":{},"country":{}},"threats":{"all":0,"type":{},"country":{}},"pageviews":{"all":0,"search_engine":{}},"uniques":{"all":0}},{"since":"2017-01-11T00:00:00Z","until":"2017-01-12T00:00:00Z","requests":{"all":0,"cached":0,"uncached":0,"ssl":{"encrypted":0,"unencrypted":0},"http_status":{},"content_type":{},"country":{},"ip_class":{}},"bandwidth":{"all":0,"cached":0,"uncached":0,"ssl":{"encrypted":0,"unencrypted":0},"content_type":{},"country":{}},"threats":{"all":0,"type":{},"country":{}},"pageviews":{"all":0,"search_engine":{}},"uniques":{"all":0}},{"since":"2017-01-12T00:00:00Z","until":"2017-01-13T0 |
| public Action CmdGetCommands(int client, int args) | |
| { | |
| char buffer[64]; | |
| for (int i = 0; i < GetArraySize(cb); i++) | |
| { | |
| GetArrayString(cb, i, buffer, sizeof(buffer)); | |
| ReplyToCommand(client, "%s s", buffer); | |
| } | |
| RegisterCommands() | |
| { | |
| RegServerCmd("tf_dodgeball_explosion", CmdExplosion, "", 0); | |
| RegServerCmd("tf_dodgeball_shockwave", CmdShockwave, "", 0); | |
| RegAdminCmd("db_setrocket", CmdRocketCount, ADMFLAG_SLAY); | |
| RegAdminCmd("db_setspeed", CmdRocketSpeed, ADMFLAG_SLAY); | |
| } |
I hereby claim:
To claim this, I am signing this object: