Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do i make it sound like its coming from a room
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#9
RE: How do i make it sound like its coming from a room

I'm not sure if this has an impact on whether it'll work or not, but when in the stop sound, the sound name is refering to the first blank in the play sound at entity. The SoundName can be made up; it is used for refering to the individual command to play this sound.

PlaySoundAtEntity("SoundName", "SoundFile", "EntityToPlaySoundAt", 1, false);

Then have:

StopSound("SoundName", 1);

05-17-2011, 10:37 AM
Find


Messages In This Thread
RE: How do i make it sound like its coming from a room - by Kyle - 05-17-2011, 10:37 AM



Users browsing this thread: 1 Guest(s)