View Single Post
Author Message
sekac
Senior Member
Join Date: Nov 2016
Old 07-10-2018 , 06:57   Help blocking a message
Reply With Quote #1

I tried blocking the "Picture-In-Picture is not available in First-Person mode while playing." message and it didn't work.

PHP Code:
register_message(get_user_msgid("TextMsg"), "Message_TextMsg")

public 
Message_TextMsg(iMsgIdiMsgDestid)
{
    if( !
id && get_msg_arg_int(1) == print_center )
    {
        new 
szMessage[15]
        
get_msg_arg_string(2szMessagecharsmax(szMessage))
        if( 
equal(szMessage"#Cstrike_TitlesTXT_Spec_No_PIP") )
            return 
PLUGIN_HANDLED
    
}
    
    return 
PLUGIN_CONTINUE

sekac is offline