Этот плагин позволяет безопасно включить sv_cheats на сервере, не давая игрокам доступ к командам noclip, god, impulse 101 и т.д. Плагин имеет смысл только при sv_cheats "1"
Блокируется около 200 чит команд, которыми игроки могут злоупотреблять.
addons/sourcemod/configs/cheat-control/allowed-commands.ini - Поместите в данный конфиг разрешенные команды(например: noclip, implulse 101)
addons/sourcemod/configs/cheat-control/block-commands.ini - вы можете добавить команды, которые должны быть заблокированы, кроме того, чтобы защитить их (потому что они не имеют cheatflag)
Date: 07.02.2010
Version: 1.5
Added config block-commands.cfg for blocking additional commands where the cheatflag is missing
Rewrote the command hooking to use the new Command Listener that came with Sourcemod 1.3
Moved the config to configs/cheat-control/
fixed little memory leak
fixed player loop not handling all players
Date: 29.07.2009
Version: 1.4.2
Fixed old dependency on playerhooks
Date: 24.07.2009
Version: 1.4.1
Removed the requirement to use my custom extension as a PlayerRunCmd hook has been added with sm revision 2711. Changed the code to use the new sourcemod hook instead.
Date: 03.08.2008
Version: 1.4
Added support for orangebox games
Added automatic cvar config generation
Complete code cleanup
Renamed cvar sm_cheats_adminsonly to cheatcontrol_enable
Renamed cvar sm_cheatcontrol_maxwarnings to cheatcontrol_maxwarnings
Added new cvars cheatcontrol_enablewarnings, cheatcontrol_printtoadmins, cheatcontrol_stripnotifyflag
Added version cvar cheatcontrol_version
Added new commands sm_allowcheatcommand, sm_disallowcheatcommand, sm_cheatcontrol_reloadcfg
Bugfix when cheat command is executed by console
Fixed TF2 offset
Added offset for obsidian
Other little bug fixes/optimizations
Date: 27.06.2008
Version: 1.01
Added Code to fix command give not being protected by a cheatflag on the server.
Date: 02.05.2008
Version: 1.0
Converted the metamod extension to a sourcemod extension
Added a config file for dynamic offset loading, the extension should now work with any games
Added a config file to allow commands and impulses for none admins even when sm_cheats_admins_only is set to 1
Added warnings-system, after a certain amount of warnings a user gets automatically kicked out of the game when he keeps trying to execute cheat commands.