[Request] Sounds during games |
Author: |
Message: |
Lou
Veteran Member
Posts: 2475 Reputation: 43
– / /
Joined: Aug 2004
|
RE: [Request] Sounds during games
quote: Originally posted by luisillo
quote: Originally posted by .Lou
quote: Originally posted by luisillo
then go to WLM/Plus!/Preferences/General/Scripts/create new
select all, delete, and paste te code above, that should work.
Easier method: Go to the Plus! preferences, the first tab at the top, the script tab at the left. Click Create new. Name it whatever you want. Then when the popup with some code comes up, remove the code there, and paste the code above.
sorry, but I can't see the difference
Instead of creating the folder and files manually, you do it all inside Plus!
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
|
|
06-26-2006 04:08 PM |
|
|
luisillo
Junior Member
yo
Posts: 23
38 / / –
Joined: Jun 2006
|
RE: [Request] Sounds during games
quote: Originally posted by .Lou
quote: Originally posted by luisillo
quote: Originally posted by .Lou
quote: Originally posted by luisillo
then go to WLM/Plus!/Preferences/General/Scripts/create new
select all, delete, and paste te code above, that should work.
Easier method: Go to the Plus! preferences, the first tab at the top, the script tab at the left. Click Create new. Name it whatever you want. Then when the popup with some code comes up, remove the code there, and paste the code above.
sorry, but I can't see the difference
Instead of creating the folder and files manually, you do it all inside Plus!
I never meant to create anything manually, " WLM/Plus!/Preferences/General/Scripts/create new" stands for the route of menus and buttons you have to press to get there, nothing else (as I've seen worldwide)
This post was edited on 06-26-2006 at 04:19 PM by luisillo.
|
|
06-26-2006 04:19 PM |
|
|
Dark_Angel_Pt
Junior Member
Posts: 25
41 / / –
Joined: Jun 2006
|
O.P. RE: [Request] Sounds during games
Thank you guys. I'll see if it works fine. One more thing... this is for when someone chats with me but what do i have to add to have the same effect but when people sign in?
Thank you for all the help
If you try and don't succeed, cheat. Repeat until caught. Then lie.
|
|
06-26-2006 04:49 PM |
|
|
whatever-
New Member
Posts: 2
– / / –
Joined: Jun 2006
|
RE: [Request] Sounds during games
I tryied but I couln't put it to play....
I was hoping to make it play a little sound on every message received, much like some other clients....But I hear nothing.....tryed diferent sounds, diferent status.... Nothing.... I don't know....
oh, I'm using a single slash in the name, like the Scripting documentation said:
quote: SoundFile
[string] Path to the sound file to play. The path is relative to the script's directory by default, to override this behavior, prefix the path with "\". Example: "\C:\directory\sound.mp3". If this string is empty, the current sound playing is stopped and the function returns.
so this is my code
code: function OnEvent_ChatWndReceiveMessage(pChatWnd, sOrigin, sMessage, nMessageKind, sNewMessage){
MsgPlus.PlaySound("\C:\Programas\MSN Messenger\nudge.wma");
}
I also tryed a WAVE file.... it's the same....
|
|
06-26-2006 05:27 PM |
|
|
Dark_Angel_Pt
Junior Member
Posts: 25
41 / / –
Joined: Jun 2006
|
O.P. RE: [Request] Sounds during games
Try using 2 \ like they told me to do:
function OnEvent_ChatWndReceiveMessage(pChatWnd, sOrigin, sMessage, nMessageKind, sNewMessage){
MsgPlus.PlaySound("\\C:\\Program Files\\MSN Messenger\\type.wma");
well it doesn't work for me either. Can anybody help? Why no sounds are played? Are we doing anything wrong?
If you try and don't succeed, cheat. Repeat until caught. Then lie.
|
|
06-26-2006 05:30 PM |
|
|
cloudhunter
Senior Member
Posts: 536 Reputation: 18
37 / – / –
Joined: Dec 2005
|
RE: [Request] Sounds during games
Well there is an option about busy in full screen in messenger, and when your status is busy then you don't hear any sounds. If you turn that option off you may be able to hear the sounds again
Cloudy
Sig by pirateok/marisaok/marisa
quote: Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return
6910 days, 21 hours, 46 minutes, 27 seconds ago
|
|
06-28-2006 12:20 AM |
|
|
Dark_Angel_Pt
Junior Member
Posts: 25
41 / / –
Joined: Jun 2006
|
O.P. RE: RE: [Request] Sounds during games
quote: Originally posted by cloudhunter
Well there is an option about busy in full screen in messenger, and when your status is busy then you don't hear any sounds. If you turn that option off you may be able to hear the sounds again
Cloudy
Yes there is but i always have that turned off. That's why i would like to make the script work so that i can play but still hear messenger sounds when someone is talking to me.
The sign in and open conversation sounds are in the plus options and work well.
If you try and don't succeed, cheat. Repeat until caught. Then lie.
|
|
06-28-2006 12:23 AM |
|
|
Pages: (2):
« First
«
1
[ 2 ]
Last »
|
|