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
[Solved] Sound Isn't Playing?
Strembitsky Offline
Senior Member

Posts: 254
Threads: 37
Joined: Feb 2012
Reputation: 3
#1
[Solved] Sound Isn't Playing?

Here is my code:

void Shout(string &in asChild, string &in asParent, int alState)
{
    SetEntityActive("deformed_man_2", false);
    SetEntityActive("deformed_man_1", true);
    SetPlayerActive(false);
    StartPlayerLookAt("deformed_man_1", 15, 15, "");
    PlaySoundAtEntity("FatherSufferSame.ogg", "FatherSufferSame.snt", "deformed_man_1", 0, false);
    AddEffectVoice("", "", "Subtitles", "FatherSufferSame", false, "", 1, 10);
    AddTimer("Shout2", 5, "Shout2");
}


The function DOES get called, but not the subtitles, or the sound.

The Nightmares v1.0 - Dreadful Fires WIP
(This post was last modified: 02-11-2012, 09:30 PM by Strembitsky.)
02-11-2012, 08:15 PM
Find


Messages In This Thread
[Solved] Sound Isn't Playing? - by Strembitsky - 02-11-2012, 08:15 PM
RE: Sound Isn't Playing? - by trollox - 02-11-2012, 08:23 PM
RE: Sound Isn't Playing? - by Your Computer - 02-11-2012, 08:32 PM
RE: Sound Isn't Playing? - by Strembitsky - 02-11-2012, 08:40 PM
RE: Sound Isn't Playing? - by Your Computer - 02-11-2012, 08:43 PM
RE: Sound Isn't Playing? - by Strembitsky - 02-11-2012, 08:45 PM
RE: Sound Isn't Playing? - by Your Computer - 02-11-2012, 08:51 PM
RE: Sound Isn't Playing? - by Strembitsky - 02-11-2012, 08:55 PM
RE: Sound Isn't Playing? - by Your Computer - 02-11-2012, 09:07 PM
RE: Sound Isn't Playing? - by Strembitsky - 02-11-2012, 09:16 PM
RE: Sound Isn't Playing? - by Your Computer - 02-11-2012, 09:29 PM
RE: Sound Isn't Playing? - by Elven - 02-11-2012, 09:30 PM



Users browsing this thread: 1 Guest(s)