What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Need help with a script

Need help with a script
Author: Message:
pray2win
Junior Member
**


Posts: 40
Joined: Feb 2008
RE: RE: Need help with a script
quote:
Originally posted by roflmao456
quote:
Originally posted by pray2win
This i want. but then on a certain e-mail adress. :|
Like only for a certain friend ;)

Because i use Answering machine plus and i did
that if they type a code my name changes into
[Jef] Current Online admin: (they're name here)

but i wantthat on sign in of the admins
so when Arrie (one of my admins sign in)
it should say /name [Jef] Current Online admin: Arrie

try this then:

code:
function OnEvent_ContactSignin(Email){
if(Email == "someone@somewhere.com") Messenger.OpenChat(Email).SendMessage("/nick [Jef] Current Online admin: (!N)");
}


but if you want to do it without opening a conversation window,
code:
function OnEvent_ContactSignin(Email){
if(Email == "someone@somewhere.com") Messenger.MyName = "[Jef] Current Online admin: " + Messenger.MyContacts.GetContact(Email).Name;
}


Yes i've seen this while search
but i can't have this worked.
Add new i can ;)
But strange it doesnt work :|
(tested with signing my other e-mail in)
05-12-2008 07:43 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Need help with a script - by kantom on 05-08-2007 at 06:26 AM
RE: Need help with a script - by Spunky on 05-08-2007 at 02:42 PM
RE: Need help with a script - by matty on 05-08-2007 at 05:10 PM
RE: Need help with a script - by pray2win on 05-12-2008 at 06:19 PM
RE: Need help with a script - by roflmao456 on 05-12-2008 at 07:27 PM
RE: RE: Need help with a script - by pray2win on 05-12-2008 at 07:43 PM
RE: Need help with a script - by CookieRevised on 05-12-2008 at 07:39 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