Console warning suppressor
Go to file
2021-06-11 23:24:40 +05:00
.github/workflows Create build.yml 2021-06-11 21:52:10 +05:00
asm Added files for compilation 2019-10-21 15:34:19 +03:00
CDetour Added files for compilation 2019-10-21 15:34:19 +03:00
msvc10 Added 2018-05-28 17:49:33 +05:00
sourcemod Delete sourcemod/gamedata directory 2021-06-11 14:21:27 +05:00
AMBuilder Add files via upload 2021-06-11 21:51:23 +05:00
AMBuildScript Fix linux build 2021-06-11 22:40:17 +05:00
configure.py Add files via upload 2021-06-11 21:51:23 +05:00
extension.cpp Fixed memory leaks 2021-06-11 16:04:24 +05:00
extension.h Added 2018-05-28 17:49:33 +05:00
PackageScript Add files via upload 2021-06-11 21:51:23 +05:00
Readme.md Add Readme.md 2018-06-17 20:55:37 +03:00
sigs.h Added 2018-05-28 17:49:33 +05:00
smsdk_config.h Fixed memory leaks 2021-06-11 16:04:24 +05:00

Cleaner extension

This is an extension for Sourcemod that allows you to strip lines from your console log. Most often different types of spam messages that are normal, but provide no useful info.

Installation

  1. Choose the correct .dll (Windows) or .so (linux) file from the Release folder.
  2. Download and put it into your servers addons/sourcemod/extensions folder.
  3. Copy the contents of the sourcemod folder into your servers sourcemod folder.
  4. (Optional) Modify addons/sourcemod/configs/cleaner.cfg with more strings you want removed.