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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Disable Script when chatting with people not using live messenger - by Stalkid on 06-26-2006 at 11:07 AM
RE: Disable Script when chatting with people not using live messenger - by mathieumg on 06-26-2006 at 11:56 AM
RE: RE: Disable Script when chatting with people not using live messenger - by Stalkid on 06-26-2006 at 12:27 PM
RE: Disable Script when chatting with people not using live messenger - by Dally on 06-26-2006 at 04:14 PM
RE: Disable Script when chatting with people not using live messenger - by qgroessl on 06-26-2006 at 04:16 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