View Single Post
Dr.Mohammad
Senior Member
Join Date: Jan 2016
Location: CSGO Servers
Old 01-30-2018 , 05:44   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #117

Quote:
Originally Posted by ESK0 View Post
For unknown reason.. still does not works
PHP Code:
public void OnPluginStart()
{
  
PTaH(PTaH_ServerConsolePrintHookServerConsolePrint);
}
public 
Action ServerConsolePrint(const char[] sMessageLoggingSeverity severity)
{
  if(
StrContains(sMessage"DataTable warning") != -1)
  {
    return 
Plugin_Handled;
  }
  return 
Plugin_Continue;

tested on my servers but not worked !!
i used last version !!

PHP Code:
PTaH(PTaH_ServerConsolePrintHookServerConsolePrint); 
Dr.Mohammad is offline