What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » My script for send Popup..

My script for send Popup..
Author: Message:
TheGuruSupremacy
Full Member
***

Avatar

Posts: 367
Reputation: 19
34 / Male / Flag
Joined: Nov 2006
RE: My script for send Popup..
quote:
Originally posted by pantoled
hum… hello,
here I have a problême with a script which I have create (who am very simple, it just allows to send of Popups): It do not have nothing bug, but only… How I make to find it in the menu of my orders? i.e. an order: /MaCommande could you help me pleaze? (my English is bad, sorry)



I don't know if i understand...But if i understand well you would want to display your command in the list...right??(See the image)

If you want to do it...Use this code:

code:
function OnGetScriptCommands(){
    var commands = "<ScriptCommands>";
        commands += "  <Command>"
        commands += "    <Name>mycommande</Name>"
        commands += "    <Description>"Your Description"</Description>"
        commands += "  </Command>"
        commands += "</ScriptCommands>"
    return commands;
}


.png File Attachment: My_Screenshot_12.png (5.26 KB)
This file has been downloaded 133 time(s).

This post was edited on 04-11-2007 at 10:41 PM by TheGuruSupremacy.
04-11-2007 10:27 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
My script for send Popup.. - by pantoled on 04-11-2007 at 09:07 PM
RE: My script for send Popup.. - by TheGuruSupremacy on 04-11-2007 at 10:27 PM
RE: My script for send Popup.. - by pantoled on 04-11-2007 at 10:36 PM
RE: My script for send Popup.. - by Matti on 04-12-2007 at 12:21 PM
RE: My script for send Popup.. - by pantoled on 04-12-2007 at 12:45 PM
RE: RE: My script for send Popup.. - by pollolibredegrasa on 04-12-2007 at 12:56 PM
RE: My script for send Popup.. - by pantoled on 04-12-2007 at 01:03 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