├── Config ├── Configs.cs ├── Cookies.cs ├── Extension.cs ├── Game_Hook.cs ├── Game_Listeners.cs ├── Game_UserMessages.cs ├── Globals.cs ├── Helper.cs └── MySQL.cs ├── CounterStrikeSharp.API.dll ├── Game-Manager-GoldKingZ.cs ├── Game-Manager-GoldKingZ.csproj ├── MaxMind.Db.dll ├── MaxMind.GeoIP2.dll ├── MySqlConnector.dll ├── Newtonsoft.Json.dll ├── README.md ├── Resources ├── SoundEvents_Hash.txt └── chat_processor.json └── lang └── en.json /Config/Configs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Config/Configs.cs -------------------------------------------------------------------------------- /Config/Cookies.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Config/Cookies.cs -------------------------------------------------------------------------------- /Config/Extension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Config/Extension.cs -------------------------------------------------------------------------------- /Config/Game_Hook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Config/Game_Hook.cs -------------------------------------------------------------------------------- /Config/Game_Listeners.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Config/Game_Listeners.cs -------------------------------------------------------------------------------- /Config/Game_UserMessages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Config/Game_UserMessages.cs -------------------------------------------------------------------------------- /Config/Globals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Config/Globals.cs -------------------------------------------------------------------------------- /Config/Helper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Config/Helper.cs -------------------------------------------------------------------------------- /Config/MySQL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Config/MySQL.cs -------------------------------------------------------------------------------- /CounterStrikeSharp.API.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/CounterStrikeSharp.API.dll -------------------------------------------------------------------------------- /Game-Manager-GoldKingZ.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Game-Manager-GoldKingZ.cs -------------------------------------------------------------------------------- /Game-Manager-GoldKingZ.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Game-Manager-GoldKingZ.csproj -------------------------------------------------------------------------------- /MaxMind.Db.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/MaxMind.Db.dll -------------------------------------------------------------------------------- /MaxMind.GeoIP2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/MaxMind.GeoIP2.dll -------------------------------------------------------------------------------- /MySqlConnector.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/MySqlConnector.dll -------------------------------------------------------------------------------- /Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/README.md -------------------------------------------------------------------------------- /Resources/SoundEvents_Hash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Resources/SoundEvents_Hash.txt -------------------------------------------------------------------------------- /Resources/chat_processor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/Resources/chat_processor.json -------------------------------------------------------------------------------- /lang/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oqyh/cs2-Game-Manager-GoldKingZ/HEAD/lang/en.json --------------------------------------------------------------------------------