Author Topic: Sound helps please  (Read 1793 times)

This should be easy. All I want is a code that will make something play a sound for the 'New Rewards' System in the Add-Ons section. Something like the UT or Halo 'Headshot' Sounds is what I'm aiming for. I'll do the sounds, I just need the code to play duh sound.

Thanks

~Scott

Quote
duh sound.
You need it to play duh sound?

Quote
duh sound.
You need it to play duh sound?

yes.. duh sound. i'm sorry i sopke in such a lowlifly quickly typed manor that your pee-diddled brain just couldn't handle it... lets put it even a more laymans term ...

SOUND HELPS PLEAZ..

If you were typing fast you would have typed teh, not duh. But Im gonna stop getting off topic.

I made the new rewards system play quake sounds by making using emotes, yet i'm not going to help you since i can't be bothered to root around in my add-ons folder.

If you want to change the Headshot sound for example follow these steps :
1.Make a copy of Emote_Alarm.cs
2.Change every Alarm in it to Headshot,don't forget the sound.
3.Go into Support_NewRewards.cs
4.Change this:
Code: [Select]
%killer.play2d(rewardSound);(There are 2 of it,they are at the Headshot reward)
 To this:
Code: [Select]
%killer.play2d(HeadShotSound);

What are you working on?

What are you working on?

Woah, this is old.

Um, I was working on a deathmatch thing that played my voice like in UT or Halo. But I never got around to it.