Jump to content

Sound In Scripts


Guest Johnson

Recommended Posts

:lmaojump: ... I need to know if anyone out there can help me .. you know the sounds in some of the scripts like join room .. leave room .. how do I get a phone ringing :D .. iv googled this and come up wiv nothing :(
Link to comment
Share on other sites

Guest X-Fusion

First, you need to find the sound of a telephone ringing. Then you can do something like ..

on !*:JOIN:#: {
  if (%nosound) return
  set -u2 %nosound on
  splay -q C:\fullpath\to\yoursound\telephone.mp3
}

Link to comment
Share on other sites

:oops: I better explain myself better ... this is the code I use for sound which works fine

#Sounds on
on *:Join:*:{ splay join.wav }
on *:Part:*:{ splay leave.wav }

 

soundnr5.th.jpg

 

That is what Im looking for and how do I do it ... I hope iv explained myself a bit better .. X-Fusion thankyou for your help and reply :D

Link to comment
Share on other sites

A simple search for rintone samples would get you a ton of sounds from a reg phone to little dance biddies. Even some voice overs. I used one in my last script for the join tune that sang welcome to the jungle by GnR. LOL

Glad you got it Lynx. TC Dude!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...