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
Edit :
http://shoutbox.menthix.net/showthread.php?tid=64...d=710418#pid710418