Skip to content

oqyh/cs2-ESP-Players-GoldKingZ

Repository files navigation

.:[ Join Our Discord For Support ]:.

[CS2] ESP-Players-GoldKingZ (1.0.1)

Show Glow/Esp To Players With Flags

glowesp


📦 Dependencies

Metamod:Source

CounterStrikeSharp

MySQL [Included in zip]

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 On WarmUp? true = Yes, false = No -
DisableGlowOnGOTV Disable Glow In Demo GOTV/HLTV? true = Yes, false = No -
UserTimerCheckPlayersGlow Use Timer To Check Player Glow (Useful If Use Custom Models)? true = Yes, false = No -
Show_ESP_For Show ESP For? 0-Any
1-Dead Players Only
2-Spec Players Only
Discord_WebHook
ShowOnlyEnemyTeam Show ESP Only Enemy Team? true = Only enemies, false = All players Show_ESP_For = 0/1
GlowType Glow Only When Crosshair Near To Player Glow? true = Near, false = Always visible -
GlowRange Max Range To Show Player Glow Number (e.g. 5000) -
Glow_Color_CT Glow color for Counter-Terrorists (Red, Green, Blue, Alpha) color (e.g. 0, 190, 255, 255) -
Glow_Color_T Glow color for Terrorists (Red, Green, Blue, Alpha) color (e.g. 243, 0, 93, 255) -
DefaultToggleGlow Default Glow To New Players? true = Yes, false = No -
Toggle_Glow_CommandsInGame Commands To Enable/Disable ESP e.g. !esp,!glow
"" = Disable
-
Toggle_Glow_Flags Access control (SteamID / Flag / Group) See example below Toggle_Glow_CommandsInGame""
Toggle_Glow_Hide Hide Chat After Toggle? 0-No
1-Yes, But Only After Toggle Successfully
2-Yes, Hide All The Time
Toggle_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

🔹 Toggle_Glow_Flags Example

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.1]

  • Includ Missing Config Folder In Repository
  • Some Rework
  • Fix Some Bugs
  • Fix Config.json
  • Fix Toggle_Glow_Flags CounterStrikeSharp Excluding Root By Default
  • Fix Glow_Color_CT Now Support alpha (Red, Green, Blue, Alpha)
  • Fix Glow_Color_T Now Support alpha (Red, Green, Blue, Alpha)
  • Added DisableGlowOnGOTV
  • Added Show_ESP_For (Dead Players Only , Spec Players Only)
  • Added Toggle_Glow_Hide

[1.0.0]

  • Initial plugin release