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

script command
Author: Message:
mickael9
Full Member
***


Posts: 117
Reputation: 3
32 / Male / Flag
Joined: Jul 2005
RE: RE: script command
quote:
Originally posted by lanky3
ouiiiiiin , ji arrive pas !


function OnEvent_ChatWndSendMessage(ChatWnd, Message){
    if(Message== '/toast'){
        Titre=""
        Message="ceci est un toast :)"
        Son="\C:\Program Files\MSN
Messenger\online.wma"
        MsgPlus.DisplayToast(Titre,Message,Son)
        return '';
    }
}





function OnGetScriptCommands (){
    var commands = "<ScriptCommands>";
    commands += "    <Command>";
    commands += "        <Name>toast</Name>";
    commands += "        <Description>...</Description>";
    commands += "    </Command>";
    commands += "</ScriptCommands>";
    return commands;
}

Les sons WMA ne sont pas supportés par MsgPlus! Live, tu dois les convertir en mp3 par exemple

WMA sounds are not supported by MsgPlus! Live, you have to convert them to mp3 for example

And you must provide an english translation

code:
Son="C:\\Program Files\\MSN Messenger\\online.wma"; // correct syntax (but this will not work : wma)

PS: lol ton script :P

Edit : http://shoutbox.menthix.net/showthread.php?tid=64...d=710418#pid710418

This post was edited on 08-20-2006 at 11:26 AM by mickael9.
08-20-2006 11:19 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
script command - by lanky3 on 08-16-2006 at 10:40 AM
RE: script command - by Felu on 08-16-2006 at 12:17 PM
RE: script command - by lanky3 on 08-16-2006 at 12:41 PM
RE: script command - by lanky3 on 08-16-2006 at 07:26 PM
RE: script command - by matty on 08-16-2006 at 08:21 PM
RE: script command - by lanky3 on 08-16-2006 at 08:54 PM
RE: script command - by lanky3 on 08-18-2006 at 04:07 PM
RE: script command - by Felu on 08-18-2006 at 04:15 PM
RE: script command - by lanky3 on 08-18-2006 at 04:54 PM
RE: script command - by KnRd_WC on 08-18-2006 at 05:54 PM
RE: script command - by lanky3 on 08-18-2006 at 07:06 PM
RE: script command - by lanky3 on 08-18-2006 at 07:09 PM
RE: script command - by KnRd_WC on 08-18-2006 at 07:29 PM
RE: script command - by lanky3 on 08-20-2006 at 10:38 AM
RE: RE: script command - by mickael9 on 08-20-2006 at 11:19 AM
RE: script command - by lanky3 on 08-20-2006 at 11:29 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