ADDCONTACT_CANTADDSELF message

Last post 01-09-2012, 8:41 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  01-04-2012, 12:51 AM 72493

    ADDCONTACT_CANTADDSELF message

    if add self in contact list, show ADDCONTACT_CANTADDSELF message.
    where is declaredd ADDCONTACT_CANTADDSELF message ?
    i think internal code not message.
  •  01-09-2012, 8:41 AM 72566 in reply to 72493

    Re: ADDCONTACT_CANTADDSELF message

    Hi pianism,
     
    Please try the way below.
     
    1. Open file "CuteChat\CuteSoft_Client\CuteChat\Script\ChatUI.js"
     
    2. Find section below 
     
    msgtext=TEXT(info1[0],info1[1]);
     
    3. Change the info1[0] to the message you need, like
     
    msgtext=TEXT("can you add yourself",info1[1]); 
     
    Regards,
     
    Ken 
View as RSS news feed in XML