Results 1 to 3 of 3

Thread: [CoD 1.1] How to reduce the required delay between Quick Chat messages?

  1. #1
    Deleter/Deleted
    Join Date
    Jan 2023
    Posts
    76
    Thanks
    40
    Thanked 9 Times in 9 Posts

    Question [CoD 1.1] How to reduce the required delay between Quick Chat messages?

    Hi
    Do you know how to reduce the required delay between Quick Chat messages on your server?
    ("mp_QuickMessage")

  2. The Following User Says Thank You to raphael For This Useful Post:

    kung foo man (24th April 2023)

  3. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Probablly to do with either g_floodprotect (set to zero), or (in cod2 at least) with the spamdelay set inside the quickmessages.gsc file. In cod2 it's set to 2 seconds, like so:

    PHP Code:
        }

        
    self saveHeadIcon();
        
    self doQuickMessage(soundaliassaytext);

        
    wait 2;
        
    self.spamdelay undefined;
        
    self restoreHeadIcon();    

    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  4. The Following 2 Users Say Thank You to IzNoGoD For This Useful Post:

    kung foo man (24th April 2023),raphael (27th April 2023)

  5. #3
    Deleter/Deleted
    Join Date
    Jan 2023
    Posts
    76
    Thanks
    40
    Thanked 9 Times in 9 Posts
    Thank you very much, I now notice that cod1 has the same part of code in _teams.gsc

    Actually I struggle because I'm not sure if it's the server or the client who read this
    I will explain how i did if i success to make the change working

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •