Console warning suppressor
Go to file
2024-05-07 18:41:08 +03:00
.github/workflows 1.4.0 2024-05-07 18:10:12 +03:00
sourcemod Delete sourcemod/gamedata directory 2021-06-11 14:21:27 +05:00
.gitignore don't strip newlines or 2021-08-24 08:41:52 +03:00
AMBuilder Update ambuild scripts, added x64 build 2024-05-06 07:52:43 +03:00
AMBuildScript Update workflow 2024-05-06 08:39:03 +03:00
configure.py Update ambuild scripts, added x64 build 2024-05-06 07:52:43 +03:00
extension.cpp Fix finding strings 2024-05-07 18:41:08 +03:00
extension.h Fix finding strings 2024-05-07 18:41:08 +03:00
PackageScript Update ambuild scripts, added x64 build 2024-05-06 07:52:43 +03:00
Readme.md Update Readme.md 2021-08-24 08:41:52 +03:00
sigs.h Update sigs.h 2023-02-03 22:28:35 +03:00
smsdk_config.h 1.4.0 2024-05-07 18:10:12 +03: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.

Note: This extension ignores nonprintable or non-ascii unicode characters, as removing them can lead to crashes.