I need to know how to turn off the Chanel Chat Event

Results 1 to 2 of 2
  1. #1
    Member hdjhaker9 is offline
    MemberRank
    Sep 2012 Join Date
    San Cristóbal,Location
    66Posts

    I need to know how to turn off the Chanel Chat Event

    Hi all I would like to know how to get the Chanel Turn off chat Event.

    Chat loby and the Stage.

    Tank


  2. #2
    Valued Member a1tl4 is offline
    MemberRank
    Sep 2012 Join Date
    BrazilLocation
    112Posts

    Re: I need to know how to turn off the Chanel Chat Event

    PHP Code:
    bool MMatchServer::ChannelChat(const MUIDuidPlayer, const MUIDuidChannelcharpszChat){
        if( 
    uidChannel.High == IDChannel && pObj->GetAccountInfo()->m_nUGrade 252 ) return false;
    [...]

    PHP Code:
    bool MMatchServer::StageChat(const MUIDuidPlayer, const MUIDuidStagecharpszChat){
        
    MMatchObjectpObj = (MMatchObject*)GetObject(uidPlayer);
        if ((
    pObj == NULL) || (pObj->GetCharInfo() == NULL) || (pObj->GetChannelUID().High == IDCHANNEL && pObj->GetAccountInfo()->m_nUGrade 252)) return false// Replace for it
    [...]




Advertisement