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
starting sound
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#2
RE: starting sound

Rage? Simple to answer.

void OnStart()
{
     PlaySoundAtEntity("", "SoundFile1.snt", "Location", 0, false);
     PlaySoundAtEntity("", "SoundFile2.snt", "Location", 0, false);
     PlaySoundAtEntity("", "SoundFile3.snt", "Location", 0, false);
}

(This post was last modified: 05-29-2011, 08:59 PM by Kyle.)
05-29-2011, 08:58 PM
Find


Messages In This Thread
starting sound - by xtron - 05-29-2011, 08:29 PM
RE: starting sound - by Kyle - 05-29-2011, 08:58 PM



Users browsing this thread: 1 Guest(s)