View Single Post
Author Message
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 06-18-2017 , 23:54   [CSGO] Client Convar Checker (1.2 | 2017/10/17)
Reply With Quote #1




Description
This plugin can check players' convars, to prevent players' use bad convar like "voice_inputfromfile".



Install
  1. Upload all files to your server.
  2. Edit "addons/sourcemod/configs/kento_ccc.cfg".
    Code:
    "net_graph"			//Cvar name
    	{
    		"immunity"			"a"	// What admin flag have immunity? empty = disabled
    		"mode"			"0"	// 0 = not allow value, 1 = only allow value
    		"value"			"1"	// Value
    		"punishment"			"1"	// 1 = kick, 2 = ban
    		"bantime"			"0"	// If punishment is ban, how long should a player be banned? (0 = Permanent Ban)
    	}



Admin Commands
Spoiler




Cvars
Spoiler




Changelog
Spoiler




Known Bugs


To Do
  • Support more than 1 value.



Donate
If you apreciate my work, you can donate me via steam trade offer or paypal.




Git Repo
Download
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 02-01-2018 at 08:19.
rogeraabbccdd is offline