View Single Post
sanag749
Junior Member
Join Date: Oct 2016
Old 08-15-2017 , 10:49   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #320

Quote:
Originally Posted by Spirit_12 View Post
Try this signature for CSGO on Windows.

PHP Code:
\x55\x8B\xEC\x83\xE4\xF8\x81\xEC\x3C\x02\x00\x00\x53\x56 
Hello, i'm not very good at this ...
Replaced it in cleaner.txt
PHP Code:
"Games"
{
    
"left4dead2"
    
{
        
"Keys"
        
{
            
"ServerConsolePrintSig_windows"            "\x55\x8B\xEC\x83\xEC\x1C\xA1\x2A\x2A\x2A\x2A"
            "ServerConsolePrintSig_linux"            "_ZN14CLoggingSystem9LogDirectEi17LoggingSeverity_t5ColorPKc"
        
}
    }
    
"#default"
    
{
        
"#supported"
        
{
            
"engine"    "csgo"
        
}
        
        
"Keys"
        
{
            
"ServerConsolePrintSig_windows"            "\x55\x8B\xEC\x83\xE4\xF8\x81\xEC\x3C\x02\x00\x00\x53\x56"
            "ServerConsolePrintSig_linux"            "LoggingSystem_Log"
        
}
        
"Offsets"
        
{
            
"ServerConsolePrint"
            
{
                
"linux"            "144" // Thank you rom4s
            
}
        }
    }

and this is don't work
PHP Code:
L 08/15/2017 21:26:42SourceMod error session started
L 08
/15/2017 21:26:42Info (map "de_dust") (file "errors_20170815.log")
L 08/15/2017 21:26:42: [SMUnable to load extension "cleaner.ext"Failed to find signaturePlease contact the author
I looked at the source code of this extension, but I did not quite understand

Last edited by sanag749; 08-15-2017 at 10:57.
sanag749 is offline