quote:
Originally posted by -!Felu!-
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");
}
}
Again, this shows a pop-up if
you blocked this contact,
not if he has blocked you.
Btw, "Sander heeft je geblokkeerd." means afaik "Sander has blocked you."
What DennisMartijn wants is
quote:
Originally posted by DennisMartijn
a script, wich makes a toast popup, with the message ''sander has blokked you'
which will never work, because you can't see if someone has blocked you.
Block checkers DO NOT work