Jump to content

Disable chat ox


Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

13 minutes ago, TeoDoR said:

I noticed that there is a question about it, but I give compilation. error if those changes are made .

Search input_main

if (LC_IsCanada() == false)
    {
        CBanwordManager::instance().ConvertString(buf, buflen);
    }

 

add after

    if (ch->GetMapIndex() == 113)
    {
        ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("text"));
        return iExtraLen;
    }

Spoiler

x

Where the fuck it's code tag ?

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.