This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| { |