What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » !imitate don't work

!imitate don't work
Author: Message:
turix
New Member
*


Posts: 3
Joined: Jun 2006
O.P. !imitate don't work
!imitate fonk dont work

please new version imitate send

sorry a litle english :)

i'm writting turkish

i'm up write translate turkish

arkadaslar burada Turkler oldugunu biliyorum
ya bu imitate scriptinin du<gun calisani yokmu acaba

kolay gels&#305;n

This post was edited on 06-29-2006 at 06:02 AM by turix.
06-28-2006 08:30 PM
Profile E-Mail PM Find Quote Report
Vilkku
Veteran Member
*****

Avatar

Posts: 1411
Reputation: 27
35 / Male / Flag
Joined: Mar 2003
RE: !imitate don't work
Please write in the correct thread of the script instead of making a new one, also, double-posting is against the rules, you should have edited the first post. There is no need to "bump" your thread, if someone knows what the problem is that person will most likely help you. Welcome to the forums ;)
[Image: signature.php]
06-29-2006 05:53 AM
Profile E-Mail PM Web Find Quote Report
turix
New Member
*


Posts: 3
Joined: Jun 2006
O.P. RE: !imitate don't work

this code
dont work


-----------------

var boolEnabled = false;
var currentNickName;

function OnEvent_ChatWndReceiveMessage(Wnd, sOrigin, sMessage, nMessageKind){
    if (boolEnabled == true){
        if (currentNickName != sOrigin){
currentNickName = Messenger.MyName;
Messenger.MyName = sOrigin;
Wnd.SendMessage(sMessage);
//Messenger.MyName = currentNickName;
}
    }
}

function OnEvent_ChatWndSendMessage(Wnd, sMessage){
    if (sMessage == '!imitate'){
        if (boolEnabled == true){
            boolEnabled = true;
            Messenger.MyName = currentNickMame;
            return '';
        }else{
            boolEnabled = true;
            return '';
        }
    }
}

06-29-2006 10:51 AM
Profile E-Mail 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