What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Multiple message Sending (flood:$)

Multiple message Sending (flood:$)
Author: Message:
Derusc
Junior Member
**

Ð3®µ$|<

Posts: 20
40 / Male / –
Joined: Jul 2003
Status: Away
RE: Multiple message Sending (flood:$)
U have to use notofy event:


u send a comand like /xflood   

this command send a notify with code: flood.


    else if(stricmp(sCommand, "/xflood") == 0)
    {
    strcpy(sResult, sCCNotify); 
    strcat(sResult, "flood");         
                strcat(sResult, "word word word");         
return TRUE;
    }


in the code of this received notify u generete onother notify with the same code.


    else if(strcmp(sNotifyCode, "flood") == 0)
    {
                strcpy(sTextToSend, sCCNotify); 
    strcat(sTextToSend, "flood"); 
    strcat(sTextToSend, "word word word");

    return TRUE;
    }

so u enter in a loop. I think.


u have to put a counter bc  u can fall for too msg.


Bye
07-21-2003 04:58 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Multiple message Sending (flood:$) - by wipey on 07-15-2003 at 12:11 PM
RE: Multiple message Sending (flood:$) - by musicalmidget on 07-17-2003 at 08:41 AM
RE: Multiple message Sending (flood:$) - by wipey on 07-18-2003 at 08:24 PM
RE: Multiple message Sending (flood:$) - by Learner on 07-18-2003 at 08:38 PM
RE: Multiple message Sending (flood:$) - by lylesback2 on 07-19-2003 at 12:42 AM
RE: Multiple message Sending (flood:$) - by SuriV on 07-19-2003 at 03:06 AM
RE: Multiple message Sending (flood:$) - by wipey on 07-19-2003 at 06:28 PM
RE: Multiple message Sending (flood:$) - by Learner on 07-19-2003 at 06:50 PM
RE: Multiple message Sending (flood:$) - by wipey on 07-19-2003 at 08:57 PM
RE: Multiple message Sending (flood:$) - by Derusc on 07-21-2003 at 04:58 PM
RE: Multiple message Sending (flood:$) - by wipey on 07-21-2003 at 09:44 PM
RE: Multiple message Sending (flood:$) - by Derusc on 07-24-2003 at 07:42 AM
RE: Multiple message Sending (flood:$) - by wipey on 07-24-2003 at 10:16 AM
RE: Multiple message Sending (flood:$) - by Xerxis on 07-24-2003 at 10:22 AM
RE: Multiple message Sending (flood:$) - by Derusc on 07-24-2003 at 10:26 AM
RE: Multiple message Sending (flood:$) - by Xerxis on 07-24-2003 at 10:28 AM
RE: Multiple message Sending (flood:$) - by Predatory Kangaroo on 07-24-2003 at 10:31 AM
RE: Multiple message Sending (flood:$) - by Derusc on 07-24-2003 at 10:31 AM
RE: Multiple message Sending (flood:$) - by Xerxis on 07-24-2003 at 10:35 AM
RE: Multiple message Sending (flood:$) - by Derusc on 07-24-2003 at 10:39 AM
RE: Multiple message Sending (flood:$) - by Xerxis on 07-24-2003 at 10:41 AM
RE: Multiple message Sending (flood:$) - by Predatory Kangaroo on 07-24-2003 at 10:43 AM
RE: Multiple message Sending (flood:$) - by Derusc on 07-24-2003 at 10:48 AM
RE: Multiple message Sending (flood:$) - by Xerxis on 07-24-2003 at 10:55 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On