What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Disable Script when chatting with people not using live messenger

Disable Script when chatting with people not using live messenger
Author: Message:
Stalkid
New Member
*


Posts: 7
Joined: Jun 2006
O.P. Disable Script when chatting with people not using live messenger
Hi there^^

I found a script in this forum that makes me writing in two colors all the time.
Now those who don't use the live messenger always see numbers in the message...

Now what I want to ask is, is it possible to disable a script when I send a message to them?


Edit: Found it out myself, didn't know it was that easy^^"

function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
    if(Email == "guy1 || guy2 || guy3")
    {
    }
    else
    {
        var MsgOutput = null;
        MsgOutput= "[c=1]" + Message + "[/c=4]";

        return MsgOutput;
    }
}


Greetings
Stalkid

This post was edited on 06-26-2006 at 11:54 AM by Stalkid.
06-26-2006 11:07 AM
Profile E-Mail PM Find Quote Report
mathieumg
Full Member
***


Posts: 181
Reputation: 2
34 / Male / Flag
Joined: May 2004
RE: Disable Script when chatting with people not using live messenger
I don't think it is possible to detect that on the fly. You would have to use the /ping command, and still, you wouldn't know if they have Plus! Live or just Plus!
Official MessengerPlus! Live French Translator
Official StuffPlug 3 French Translator

:)
06-26-2006 11:56 AM
Profile E-Mail PM Web Find Quote Report
Stalkid
New Member
*


Posts: 7
Joined: Jun 2006
O.P. RE: RE: Disable Script when chatting with people not using live messenger
quote:
Originally posted by mathieumg
I don't think it is possible to detect that on the fly. You would have to use the /ping command, and still, you wouldn't know if they have Plus! Live or just Plus!


That wasn't nessecary because I know who doesn't use mlm in my contact list. It aren't many so I could type the email adresses in myself :)
06-26-2006 12:27 PM
Profile E-Mail PM Find Quote Report
Dally
New Member
*


Posts: 7
Joined: Jun 2006
RE: Disable Script when chatting with people not using live messenger
Hey I want to do something similar but the other way round.

Only a few ppl on my contact list use messenger plus live, so I
need a script that'll allow the gradient text script to be enabled for
only the contacts who use messenger plus live and disabled for the
rest. Using the script above will take wayyy too much time as I'll
have to enter so many email addresses.

Any help plz

Thx
06-26-2006 04:14 PM
Profile E-Mail PM Find Quote Report
qgroessl
Veteran Member
*****


Posts: 1615
Reputation: 22
33 / – / Flag
Joined: Jul 2005
Status: Away
RE: Disable Script when chatting with people not using live messenger
quote:
Originally posted by Stalkid
mlm

WLM.... not MLM.... there is no such thing as MLM (probably the 10th person I've seen this from, don't know where they got it either.)

This post was edited on 06-26-2006 at 04:16 PM by qgroessl.
06-26-2006 04:16 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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