What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » To The Pro's: please correct this cool script

To The Pro's: please correct this cool script
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: To The Pro's: please correct this cool script
quote:
Originally posted by -!Felu!-
Here's the code :cheesy:
code:
function OnEvent_MyStatusChange(NewStatus)
{
if (NewStatus == "4")
{
  var Contacts = Messenger.MyContacts;
  var Contact = Contacts.GetContact("smarterchild@hotmail.com");
  if (Contact.Blocked == false)
  {
    Contact.Blocked = true;
  }
           MsgPlus.DisplayToast("Sander", "Sander heeft je geblokkeerd." ," C:\Program Files\MSN Messenger\online.wma");
     }
}


quote:
Originally posted by Eljay
  • Sound file names need to be escaped properly (e.g. "C:\\blah.txt" instead of "C:\blah.txt")


and anyway, as people have already said .wma isnt supported

edit: filenames also need a \ before them if theyre not in the currents script's directory

This post was edited on 07-17-2006 at 10:34 AM by Eljay.
07-17-2006 10:32 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 09:35 AM
RE: To The Pro's: please correct this cool script - by ShawnZ on 07-17-2006 at 09:39 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 09:43 AM
RE: To The Pro's: please correct this cool script - by NiteMare on 07-17-2006 at 09:44 AM
RE: RE: To The Pro's: please correct this cool script - by segosa on 07-17-2006 at 09:50 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 09:45 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 09:52 AM
RE: RE: To The Pro's: please correct this cool script - by segosa on 07-17-2006 at 09:55 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 09:57 AM
RE: To The Pro's: please correct this cool script - by NiteMare on 07-17-2006 at 10:02 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:03 AM
RE: To The Pro's: please correct this cool script - by Eljay on 07-17-2006 at 10:04 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:06 AM
RE: To The Pro's: please correct this cool script - by NiteMare on 07-17-2006 at 10:07 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:08 AM
RE: To The Pro's: please correct this cool script - by Eljay on 07-17-2006 at 10:10 AM
RE: To The Pro's: please correct this cool script - by Matti on 07-17-2006 at 10:15 AM
RE: To The Pro's: please correct this cool script - by Felu on 07-17-2006 at 10:17 AM
RE: To The Pro's: please correct this cool script - by NiteMare on 07-17-2006 at 10:20 AM
RE: To The Pro's: please correct this cool script - by John Anderton on 07-17-2006 at 10:23 AM
RE: To The Pro's: please correct this cool script - by andrey on 07-17-2006 at 10:32 AM
RE: To The Pro's: please correct this cool script - by Eljay on 07-17-2006 at 10:32 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:35 AM
RE: To The Pro's: please correct this cool script - by Felu on 07-17-2006 at 10:36 AM
RE: To The Pro's: please correct this cool script - by Ezra on 07-17-2006 at 10:37 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:38 AM
RE: To The Pro's: please correct this cool script - by andrey on 07-17-2006 at 10:40 AM
RE: RE: To The Pro's: please correct this cool script - by foaly on 07-17-2006 at 12:59 PM
RE: To The Pro's: please correct this cool script - by Eljay on 07-17-2006 at 10:40 AM
RE: To The Pro's: please correct this cool script - by John Anderton on 07-17-2006 at 10:40 AM
RE: To The Pro's: please correct this cool script - by DennisMartijn on 07-17-2006 at 10:42 AM
RE: To The Pro's: please correct this cool script - by John Anderton on 07-17-2006 at 04:11 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