What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Line 6: can someone fix this?

Line 6: can someone fix this?
Author: Message:
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: Line 6: can someone fix this?
OK, there's quite a lot wrong with that... I think you want more like...

code:
function OnEvent_ContactSignin(Email){
   if(Email == 'ruben_mud@hotmail.com'){
       var Message = "Ruben Mud is online!";
       MsgPlus.DisplayToast("Notification", Message);
       MsgPlus.PlaySound('C:\Program Files\MSN Messenger\newalert.wma');
   }
}


EDIT:  You should try reading some other scripts and see what you pick up.

This post was edited on 07-24-2006 at 08:40 AM by alexp2_ad.
07-24-2006 08:37 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Line 6: can someone fix this? - by DennisMartijn on 07-24-2006 at 08:26 AM
RE: Line 6: can someone fix this? - by alexp2_ad on 07-24-2006 at 08:37 AM
RE: Line 6: can someone fix this? - by DennisMartijn on 07-24-2006 at 08:42 AM
RE: Line 6: can someone fix this? - by Intosia on 07-24-2006 at 06:26 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