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

Need help
Author: Message:
SnuZZer
Full Member
***

Avatar

Posts: 114
32 / Male / Flag
Joined: Jun 2006
RE: Need help
Hi.
That's because Messenger Plus! can't find the commando "/tagnavn" in the commando menu.

code:
function OnGetScriptCommands()
{
    var kommandoer = "<ScriptCommands>";
    kommandoer += "<Command>";
    kommandoer += "<Name>tagnavn</Name>";
    kommandoer += "<Description>Stjæler kontakts navn.</Description>";
    kommandoer += "</Command>";
    kommandoer += "</ScriptCommands>";
    return kommandoer;
}
08-20-2006 10:49 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Need help - by Kroko on 08-20-2006 at 10:44 AM
RE: Need help - by SnuZZer on 08-20-2006 at 10:49 AM
RE: Need help - by ShawnZ on 08-20-2006 at 10:52 AM
RE: Need help - by mickael9 on 08-20-2006 at 10:53 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