Skip to content

Instantly share code, notes, and snippets.

View Mr-Robot-ops's full-sized avatar

Mr-Robot-ops

  • Germany
  • 17:31 (UTC +02:00)
View GitHub Profile
using CounterStrikeSharp.API;
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Modules.Timers;
using CounterStrikeSharp.API.Modules.Utils;
namespace HNS_Fix
{
public class HNS_Fix : BasePlugin
{
public override string ModuleName => "Roundstart Knife and sv_cheats Fix";
@Mr-Robot-ops
Mr-Robot-ops / Decoy.cs
Last active April 27, 2024 09:58
DecoyPlugin
using CounterStrikeSharp.API;
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Modules.Timers;
using CounterStrikeSharp.API.Modules.Utils;
namespace DecoyPlugin
{
public class DecoyPlugin : BasePlugin
{
public override string ModuleName => "Decoy & Smoke Refill Plugin";