What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Code needed for hiding sound alert!

Code needed for hiding sound alert!
Author: Message:
Jumpfreakske
Junior Member
**

Avatar
Hardstyle!!!

Posts: 62
Reputation: -7
31 / Male / Flag
Joined: Jan 2007
O.P. RE: Code needed for hiding sound alert!
I'm now working with this kind of stuff to send my sounds:


code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)
{
if(Message == "Veritas")
{
ChatWnd.SendMessage("/sound Veritas");
}
if(Message == "All For The Thrill")
{
ChatWnd.SendMessage("/sound All For The Thrill");
}

But if you have to do this for more than 300 Sounds,
Then it takes hours of copy/past/edit things....


I was thinking at a solution from this kind of genre:

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)
{
ChatWnd.Send("/sound" + Message);
}

And then for the alerthing.

This post was edited on 12-13-2007 at 08:12 PM by Jumpfreakske.
12-13-2007 08:08 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Code needed for hiding sound alert! - by Jumpfreakske on 12-13-2007 at 05:36 PM
RE: Code needed for hiding sound alert! - by Jesus on 12-13-2007 at 06:47 PM
RE: RE: Code needed for hiding sound alert! - by Jumpfreakske on 12-13-2007 at 07:32 PM
RE: Code needed for hiding sound alert! - by Matti on 12-13-2007 at 07:51 PM
RE: Code needed for hiding sound alert! - by Jumpfreakske on 12-13-2007 at 08:08 PM
RE: Code needed for hiding sound alert! - by CookieRevised on 12-13-2007 at 09:05 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