Skip to content

Instantly share code, notes, and snippets.

View Nickelony's full-sized avatar

Kewin Kupilas Nickelony

  • United Kingdom
  • 18:01 (UTC +01:00)
View GitHub Profile
@Nickelony
Nickelony / third-person.sp
Created June 23, 2018 10:27
Unexploitable thirdperson for CS:GO
#include <sourcemod>
#pragma newdecls required
#pragma semicolon 1
bool gB_ThirdPerson[MAXPLAYERS + 1];
public Plugin myinfo =
{
name = "Third Person",
#include <sourcemod>
#include <sdktools>
#undef REQUIRE_PLUGIN
#include <shavit>
#pragma newdecls required
#pragma semicolon 1
bool gB_UseSpawnPosition[MAXPLAYERS + 1];