Jump to content

Chat Slow Mode System


Recommended Posts

  • Honorable Member

M2 Download Center

This is the hidden content, please
( Internal )

This is the hidden content, please
( GitHub )

Spoiler

18034968747470733a2f2f696d672e796f757475

 

Idea is from 2014 but I think this is good feature like discord. For open gui your name must start with "[" like [GM]. 

 

  • Metin2 Dev 32
  • Good 2
  • Love 2
  • Love 29

 

Link to comment
Share on other sites

  • 1 month later...
  • 3 years later...
  • Active+ Member

FIX: Update LastTalkTime when changing time in slowmode chat

 

if (button) {
        ChatPacket(CHAT_TYPE_COMMAND, "chatslowmode %d", slowtime);
        if (slowtime > 0)
            ChatPacket(CHAT_TYPE_INFO, "Slow mode enabled.");
        if (slowtime < 0)
            ChatPacket(CHAT_TYPE_INFO, "Chat closed.");
        SetLastTalkTime(0); // Reset the last talk time when the slow mode is changed
        return false;

 

spacer.png

Link to comment
Share on other sites

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.