The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
custom sounds not working
zombiehacker595 Offline
Member

Posts: 141
Threads: 51
Joined: Mar 2012
Reputation: 3
#1
custom sounds not working

So i have started to add custom sounds i did the whole sounds folder, and now it doesnt even work can someone tell me what is wrong here? thanks Smile

folder

[Image: whyunowork.png]



and here is the script

void OnStart()

{

AddEntityCollideCallback("Player", "ScriptArea_5", "wolves", true, 1);

}

void wolves(string &in asParent, string &in asChild, int alState)
{
PlaySoundAtEntity("", "12_Wolves_Howling.snt", "ScriptArea_5", 0, false);
}

can anyone see anything wrong?
(This post was last modified: 04-30-2012, 11:54 AM by zombiehacker595.)
04-30-2012, 11:54 AM
Find


Messages In This Thread
custom sounds not working - by zombiehacker595 - 04-30-2012, 11:54 AM
RE: custom sounds not working - by jens - 04-30-2012, 12:05 PM
RE: custom sounds not working - by trollox - 04-30-2012, 12:16 PM
RE: custom sounds not working - by trollox - 04-30-2012, 01:02 PM
RE: custom sounds not working - by jens - 04-30-2012, 01:18 PM



Users browsing this thread: 1 Guest(s)