What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script only for me

Script only for me
Author: Message:
zefaya
New Member
*


Posts: 4
Joined: Mar 2006
O.P. Script only for me
Hi all, i want launch the scripts only for my email adresse.
So i include :

function OnEvent_ChatWndSendMessage(ChatWnd) {
if(Messenger.MyUserId == '584848673') {
    The rest of code
    }
}

But doesn't work..

and

var user = Messenger.MyUserId
var me = '584848673'
function OnEvent_ChatWndSendMessage(ChatWnd,Msg) {
if user = moi
{
    if(Msg == "^stealdp") { ...

again

Can you help me?
07-14-2006 09:51 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script only for me - by zefaya on 07-14-2006 at 09:51 PM
RE: Script only for me - by Ezra on 07-14-2006 at 10:01 PM
RE: Script only for me - by L. Coyote on 07-14-2006 at 10:12 PM
RE: Script only for me - by NiteMare on 07-14-2006 at 10:25 PM
RE: Script only for me - by zefaya on 07-15-2006 at 04:45 PM
RE: Script only for me - by Voldemort on 07-15-2006 at 04:52 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