What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » simple problem :P

simple problem :P
Author: Message:
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
RE: simple problem :P
I would assume the problem is because you haven't changed the string lengths in the command:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
    if (Message.substr(0,6) == "/stats")
    {
        Message = Message.substr(7);
       
        return query(Message);
    }
}
09-27-2007 12:43 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
simple problem :P - by Kukaka on 09-26-2007 at 08:24 PM
RE: simple problem :P - by phalanxii on 09-27-2007 at 12:43 AM
RE: RE: simple problem :P - by Kukaka on 09-27-2007 at 06:07 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