Keybase proof
I hereby claim:
- I am RumbleFrog on github.
- I am rumblefrog (https://keybase.io/rumblefrog) on keybase.
- I have a public key whose fingerprint is FFEE 23D8 21A8 36C5 6361 D5F6 DE33 7F45 080C B46B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
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); | |
} |
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); | |
} | |
{"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 |
#pragma semicolon 1 | |
#define DEBUG | |
#define PLUGIN_AUTHOR "Fishy" | |
#define PLUGIN_VERSION "1.00" | |
#include <sourcemod> | |
#include <sdktools> | |
#include <smjansson> |
{ | |
"5021": "auto", | |
"5002": 0.05, | |
"5001": 0.10, | |
"5000": "auto" | |
} |
// ************************************************************************* | |
// 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, |
To use this patch, simply insert & replace accordingly, when patched you may include the word blacklist
anywhere in the reason for it to activate.
yarn
or npm install
accountName
and password
on line 11 and 12node index
in that directoryfunc dynamicUnmarshal(text string) ([][]interface{}, error) { | |
var data [][]json.RawMessage | |
if err := json.Unmarshal(text, &data); err != nil { | |
return nil, err | |
} | |
result := make([][]interface{}, len(data)) | |
for i, _ := range result { | |
result[i] = make([]interface{}, len(data[i])) |