An open API service indexing awesome lists of open source software.

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

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

![glowesp](https://github.com/user-attachments/assets/8a954561-5aca-4a43-bd3a-0de2f1a0a8e3)

---

## 📦 Dependencies
[![Metamod:Source](https://img.shields.io/badge/Metamod:Source-2d2d2d?logo=sourceengine)](https://www.sourcemm.net)

[![CounterStrikeSharp](https://img.shields.io/badge/CounterStrikeSharp-83358F)](https://github.com/roflmuffin/CounterStrikeSharp)

[![MySQL](https://img.shields.io/badge/MySQL-4479A1?logo=mysql&logoColor=white)](https://dev.mysql.com/doc/connector-net/en/) [Included in zip]

[![JSON](https://img.shields.io/badge/JSON-000000?logo=json)](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

---