https://github.com/oqyh/cs2-esp-players-goldkingz
Show Glow/Esp To Players With Flags
https://github.com/oqyh/cs2-esp-players-goldkingz
behind cs2 css css2 cssharp esp gkz glow glz goldkingz oqyh players plugin plugins show wall
Last synced: 6 months ago
JSON representation
Show Glow/Esp To Players With Flags
- Host: GitHub
- URL: https://github.com/oqyh/cs2-esp-players-goldkingz
- Owner: oqyh
- Created: 2025-04-28T02:35:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T03:03:43.000Z (7 months ago)
- Last Synced: 2025-04-28T03:31:13.409Z (7 months ago)
- Topics: behind, cs2, css, css2, cssharp, esp, gkz, glow, glz, goldkingz, oqyh, players, plugin, plugins, show, wall
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## .:[ Join Our Discord For Support ]:.
# [CS2] ESP-Players-GoldKingZ (1.0.0)
Show Glow/Esp To Players With Flags

---
## 📦 Dependencies
[](https://www.sourcemm.net)
[](https://github.com/roflmuffin/CounterStrikeSharp)
[](https://dev.mysql.com/doc/connector-net/en/) [Included in zip]
[](https://www.newtonsoft.com/json) [Included in zip]
---
## 📥 Installation
### Plugin Installation
1. Download the latest `ESP-Players-GoldKingZ.x.x.x.zip` release
2. Extract contents to your `csgo` directory
3. Configure settings in `ESP-Players-GoldKingZ/config/config.json`
4. Restart your server
---
## 🛠️ `config.json`
Main Config (Click to expand 🔽)
| Property | Description | Values | Required |
|:---------|:------------|:-------|:---------|
| `DisableOnWarmUp` | Disable ESP during warmup? | `true` = Yes, `false` = No | - |
| `UserTimerCheckPlayersGlow` | Use timer to check player glow (useful for custom models)? | `true` = Yes, `false` = No | - |
| `ShowOnlyEnemyTeam` | Show ESP only for enemies? | `true` = Only enemies, `false` = All players | - |
| `GlowType` | Glow only when crosshair near player? | `true` = Near, `false` = Always visible | - |
| `GlowRange` | Max distance to show player glow | Number (e.g. `5000`) | - |
| `GlowColor_CT` | Glow color for Counter-Terrorists | Hex color (e.g. `#00beff`) | - |
| `GlowColor_T` | Glow color for Terrorists | Hex color (e.g. `#f3005d`) | - |
| `DefaultToggleGlow` | Enable glow by default for new players? | `true` = Yes, `false` = No | - |
| `Glow_CommandsInGame` | Commands to toggle ESP on/off | Example: `!esp,!glow`, `""` = Disabled | `""` = Disabled |
| `Glow_Flags` | Access control (SteamID / Flag / Group) | See example below | `Glow_CommandsInGame` |
| `Cookies_Enable` | Save player data locally with cookies? | `true` = Yes, `false` = No | - |
| `Cookies_AutoRemovePlayerOlderThanXDays` | Auto-delete inactive cookies after X days | Number (`0` = Never) | `Cookies_Enable=true` |
| `MySql_Enable` | Save player data to MySQL database? | `true` = Yes, `false` = No | - |
| `MySql_Host` | MySQL server hostname | Text (e.g. `localhost`) | `MySql_Enable=true` |
| `MySql_Database` | MySQL database name | Text | `MySql_Enable=true` |
| `MySql_Username` | MySQL username | Text | `MySql_Enable=true` |
| `MySql_Password` | MySQL password | Text | `MySql_Enable=true` |
| `MySql_Port` | MySQL port | Number (e.g. `3306`) | `MySql_Enable=true` |
| `MySql_AutoRemovePlayerOlderThanXDays` | Auto-remove inactive MySQL entries after X days | Number (`0` = Never) | `MySql_Enable=true` |
---
### 🔹 `Glow_Flags` Example
```text
SteamID: 76561198206086993,76561198974936845 | Flag: @css/vips,@css/admins | Group: #css/vips,#css/admins
```
Utilities Config (Click to expand 🔽)
| Property | Description | Values | Required |
|----------|-------------|--------|----------|
| `EnableDebug` | Debug Mode | `true`-Enable
`false`-Disable | - |
---
## 📜 Changelog
📋 View Version History (Click to expand 🔽)
### [1.0.0]
- Initial plugin release
---
