Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiraeeth/csgo-essentials
A plugin for server admins in Counter-Strike: Global Offensive which provides restrictions for some exploits and more utilities.
https://github.com/hiraeeth/csgo-essentials
addon csgo developers essentials hvh hvh-essentials sourcemod
Last synced: 24 days ago
JSON representation
A plugin for server admins in Counter-Strike: Global Offensive which provides restrictions for some exploits and more utilities.
- Host: GitHub
- URL: https://github.com/hiraeeth/csgo-essentials
- Owner: hiraeeth
- License: gpl-3.0
- Created: 2024-12-17T21:18:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-17T21:22:22.000Z (about 1 month ago)
- Last Synced: 2024-12-17T22:25:16.943Z (about 1 month ago)
- Topics: addon, csgo, developers, essentials, hvh, hvh-essentials, sourcemod
- Language: SourcePawn
- Homepage: https://alyx.ro
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS:GO Essentials Plugin (1.5.0)
A comprehensive server management plugin for Counter-Strike: Global Offensive.## Features
* Block Fake-Duck
* Force Lag Compensation 0 (aka disable AX)
* Block untrusted angles
* Block roll angles
* Block Lag Peek
* Detect and prevent air stuck exploits
* Normalize angles
* Latency management## ConVar Configuration
```sourcepawn
sm_essentials_fd 0 // Block fake duck
sm_essentials_ax 1 // Move to spectators and force lagcomp
sm_essentials_unstrusted_angles 1 // Block untrusted angles
sm_essentials_roll 1 // Block roll angles
sm_essentials_lag_peek 1 // Block lag peek
sm_essentials_airstuck 1 // Block air stuck
sm_essentials_normalize_angles 1 // Normalize angles
sm_essentials_max_latency 200 // Maximum allowed latency (ms)
```## Requirements
* SourceMod 1.11 or higher
* Counter-Strike: Global Offensive## Installation
1. Ensure SourceMod is installed
2. Copy the plugin to `addons/sourcemod/plugins/`
3. Restart the server or reload plugins## Notes
* Plugin version: 1.5.0
* Authors: dragos112 & unknowncheats & other developers