What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Different sign-in sound while having a certain psm

Pages: (2): « First « 1 [ 2 ] Last »
Different sign-in sound while having a certain psm
Author: Message:
Tool
New Member
*


Posts: 8
Joined: Jun 2006
O.P. RE: Different sign-in sound while having a certain psm
Not working... any of those :\
06-26-2006 09:18 PM
Profile E-Mail PM Find Quote Report
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: Different sign-in sound while having a certain psm
code:
function OnEvent_ContactSignin(Email)
{
    if (Email == "********@hotmail.com" && Messenger.MyPersonalMessage == "YourPSM")
        MsgPlus.PlaySound ("\C:\Test.wav");
}

The previous code you guys were using isn't valid.
Thats how the function should be written, but it still doesn't work. No matter what I do It won't play a sound it always fails.

This post was edited on 06-26-2006 at 09:28 PM by Silentdragon.
06-26-2006 09:26 PM
Profile E-Mail PM Web Find Quote Report
Tool
New Member
*


Posts: 8
Joined: Jun 2006
O.P. RE: RE: Different sign-in sound while having a certain psm
quote:
Originally posted by Silentdragon
code:
function OnEvent_ContactSignin(Email)
{
    if (Email == "********@hotmail.com" && Messenger.MyPersonalMessage == "YourPSM") {
        MsgPlus.PlaySound ("\C:\Test.wav");
    }
}

The previous code you guys were using isn't valid.
Thats how the function should be written, but it still doesn't work. No matter what I do It won't play a sound it always fails.


I think I also tried something like that while trying different combinations of the previous suggestions
06-26-2006 09:29 PM
Profile E-Mail PM Find Quote Report
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: Different sign-in sound while having a certain psm
Here you go, this is all you need in the script
code:
function OnEvent_ContactSignin(Email)
{
    if (Email == "******@hotmail.com" && Messenger.MyPersonalMessage == "Nukkumassa")
        MsgPlus.PlaySound("\\C:\\Documents and Settings\\Tomi\\Omat tiedostot\\Messenger äänet\\happytreefriendsthemesong.mp3");
}
06-26-2006 09:36 PM
Profile E-Mail PM Web Find Quote Report
Tool
New Member
*


Posts: 8
Joined: Jun 2006
O.P. RE: RE: Different sign-in sound while having a certain psm
quote:
Originally posted by Silentdragon
Here you go, this is all you need in the script
code:
function OnEvent_ContactSignin(Email)
{
    if (Email == "******@hotmail.com" && Messenger.MyPersonalMessage == "Nukkumassa")
        MsgPlus.PlaySound("\\C:\\Documents and Settings\\Tomi\\Omat tiedostot\\Messenger äänet\\happytreefriendsthemesong.mp3");
}


Thank you so very much for this! ^_^ It actually works! I've wanted to get this kind of thing for a long time, but no-one made such plugin. Good thing we got the scripts. ^^
06-26-2006 09:40 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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