What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » broken example script

broken example script
Author: Message:
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
37 / – / –
Joined: Dec 2005
RE: broken example script
Well that is what the function is for... when you sign in. When other people sign in the function is:

quote:
Originally posted by Messenger Plus! live Scripting Documentation

OnEvent_ContactSignin(
    [string] Email
);


To get it to do what you want, you would use this code:

code:
function OnEvent_ContactSignin(Email)
{
Debug.Trace(Email + " entrou!");
MsgPlus.DisplayToast("", Email + " entrou!");
}

Cloudy

Edit: Why do I always get beaten to a reply :(

This post was edited on 07-25-2006 at 01:47 AM by cloudhunter.
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6749 days, 12 hours, 37 minutes, 40 seconds ago
07-25-2006 01:46 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
broken example script - by jvlppm on 07-25-2006 at 01:42 AM
RE: broken example script - by cooldude_i06 on 07-25-2006 at 01:44 AM
RE: broken example script - by cloudhunter on 07-25-2006 at 01:46 AM
RE: broken example script - by jvlppm on 07-25-2006 at 01:49 AM
RE: broken example script - by cloudhunter on 07-25-2006 at 01:56 AM
RE: RE: broken example script - by jvlppm on 07-25-2006 at 01:57 AM
RE: broken example script - by matty on 07-25-2006 at 02:25 AM
RE: broken example script - by jvlppm on 07-25-2006 at 03:12 AM


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