Skip to content

Instantly share code, notes, and snippets.

@21Joakim
21Joakim / BhopPlugin.cs
Created January 27, 2025 19:41
Example of how to use ReplicateConVar to enable bhop on a per player basis.
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Core.Attributes.Registration;
using CounterStrikeSharp.API.Modules.Commands;
using CounterStrikeSharp.API.Modules.Memory.DynamicFunctions;
using CounterStrikeSharp.API.Modules.Cvars;
// Example of how to use ReplicateConVar
// to enable bhop on a per player basis.
public class BhopPlugin : BasePlugin
{