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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Monster Play Sound After PathNode!!!!
darksky Offline
Member

Posts: 52
Threads: 8
Joined: Nov 2012
Reputation: 2
#20
RE: Monster Play Sound After PathNode!!!!

if you use playSoundAtEntity you have to use a .snt file, not a .ogg file

void RocksFunc (string &in asParent, string &in asChild, int alState)
{
    PlaySoundAtEntity("", "break_wood.snt", "RocksSound", 0, false);
}
02-14-2013, 10:01 PM
Find


Messages In This Thread
RE: Monster Play Sound After PathNode!!!! - by darksky - 02-14-2013, 10:01 PM



Users browsing this thread: 1 Guest(s)