What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » what is wrong?

what is wrong?
Author: Message:
89rafa
Junior Member
**


Posts: 16
Joined: Sep 2007
O.P. RE: what is wrong?
thanks...

now the problem is:
ex

function OnEvent_ChatWndSendMessage(ChatWnd,Message)
    {
    if (Message.toLowerCase() == "/rafa") // prevenir erros. (ex. !RaFa)
        {
        var text="i'm rafa"
        ChatWnd.SendMessage(text);
        }
    }
   
//outro

function OnGetScriptCommands()
{
    var ScriptCommands = "<ScriptCommands>";
    ScriptCommands += "<Command>";
    ScriptCommands += "<Name>rafa</Name>";
    ScriptCommands += "<Description>tell who i am</Description>";
    ScriptCommands += "</Command>";
    ScriptCommands += "</ScriptCommands>";
    return ScriptCommands;
}


ok... it works...
but gives me a anoying beep song and a erros message that says something like that:
if you want to type /rafa try typing //rafa

edit: mistakes

big progress xD

This post was edited on 09-02-2007 at 04:46 PM by 89rafa.
09-02-2007 04:40 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
what is wrong? - by 89rafa on 09-01-2007 at 11:03 PM
RE: what is wrong? - by foaly on 09-01-2007 at 11:05 PM
RE: what is wrong? - by 89rafa on 09-01-2007 at 11:08 PM
RE: what is wrong? - by Stigmata on 09-01-2007 at 11:10 PM
RE: what is wrong? - by 89rafa on 09-01-2007 at 11:14 PM
RE: what is wrong? - by Stigmata on 09-01-2007 at 11:21 PM
RE: what is wrong? - by 89rafa on 09-01-2007 at 11:28 PM
RE: what is wrong? - by Stigmata on 09-01-2007 at 11:35 PM
RE: what is wrong? - by 89rafa on 09-01-2007 at 11:36 PM
RE: what is wrong? - by Stigmata on 09-01-2007 at 11:37 PM
RE: what is wrong? - by 89rafa on 09-01-2007 at 11:42 PM
RE: what is wrong? - by Stigmata on 09-01-2007 at 11:55 PM
RE: what is wrong? - by 89rafa on 09-02-2007 at 04:40 PM
RE: what is wrong? - by matty on 09-02-2007 at 04:47 PM
RE: RE: what is wrong? - by 89rafa on 09-02-2007 at 04:50 PM
RE: what is wrong? - by effection on 09-02-2007 at 05:10 PM
RE: what is wrong? - by ShawnZ on 09-02-2007 at 05:13 PM
RE: what is wrong? - by 89rafa on 09-02-2007 at 05:17 PM
RE: what is wrong? - by matty on 09-02-2007 at 05:23 PM


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