Skip to content

Instantly share code, notes, and snippets.

L 08/05/2016 - 19:19:17: [get5_api] get5_web_api_url now set to
L 08/05/2016 - 19:21:06: [get5_api] Trying to create request to url match/24/map/0/start
L 08/05/2016 - 19:21:06: [get5_api] Added param key=098R0QD0VNGMU51ENSPFI1OS to request
L 08/05/2016 - 19:21:06: [get5_api] Added param mapname=de_overpass to request
L 08/05/2016 - 19:22:21: [get5_api] Trying to create request to url match/24/map/0/update
L 08/05/2016 - 19:22:21: [get5_api] Added param key=098R0QD0VNGMU51ENSPFI1OS to request
L 08/05/2016 - 19:22:21: [get5_api] Added param team1score=0 to request
L 08/05/2016 - 19:22:21: [get5_api] Added param team2score=1 to request
L 08/05/2016 - 19:22:21: [get5_api] Trying to create request to url match/24/map/0/player/76561198179216343/update
L 08/05/2016 - 19:22:21: [get5_api] Added param key=098R0QD0VNGMU51ENSPFI1OS to request
#pragma semicolon 1
#include <cstrike>
#include <sdktools>
#include <sourcemod>
#define PLUGIN_VERSION "1.0.0"
new bool:g_ShouldBeT[MAXPLAYERS+1] = false;
public Plugin:myinfo = {
name = "CS:GO USP Ninjas",
@splewis
splewis / brush.sp
Last active April 19, 2019 09:31 — forked from so0k/gist:8201314
#include <sourcemod>
#include <sdktools>
#include <sdkhooks>
#include <cstrike>
#include <adminmenu>
#define _DEBUG 0
// Plugin variables
//g_ChangeTeamImmune is used to flag Ts that need to be switched to CT and flag CTs that were switched to T