Results 1 to 3 of 3

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

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #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

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

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

Posting Permissions

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