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
How to stop grunt music?
srobb Offline
Junior Member

Posts: 24
Threads: 4
Joined: Sep 2012
Reputation: 0
#1
How to stop grunt music?

Hi.
I have some ambient music playing and there's a grunt encounter a bit into the map and I don't want the grunt music to play.


void sanityscript1(string &in asParent, string &in asChild, int alState)

{
SetPlayerSanity(35);
PlayMusic("29_amb.ogg", true, 2, 2, 0, true);
}



void wakeuptextscript1(string &in asParent, string &in asChild, int alState)

{
SetMessage("Messages", "wakeuptext1", 5.5f);
StopMusic(5, 0);
}

Thanks in advance.
10-02-2012, 10:54 AM
Find


Messages In This Thread
How to stop grunt music? - by srobb - 10-02-2012, 10:54 AM
RE: How to stop grunt music? - by craven7 - 10-02-2012, 11:03 AM
RE: How to stop grunt music? - by srobb - 10-02-2012, 11:21 AM
RE: How to stop grunt music? - by craven7 - 10-02-2012, 11:51 AM
RE: How to stop grunt music? - by srobb - 10-02-2012, 11:56 AM
RE: How to stop grunt music? - by craven7 - 10-02-2012, 12:07 PM
RE: How to stop grunt music? - by Unearthlybrutal - 10-02-2012, 03:27 PM
RE: How to stop grunt music? - by srobb - 10-03-2012, 06:55 AM
RE: How to stop grunt music? - by srobb - 10-03-2012, 07:21 AM
RE: How to stop grunt music? - by brute360 - 10-03-2012, 07:57 AM
RE: How to stop grunt music? - by srobb - 10-04-2012, 08:00 AM
RE: How to stop grunt music? - by Adny - 10-04-2012, 08:04 AM
RE: How to stop grunt music? - by srobb - 10-04-2012, 08:28 AM
RE: How to stop grunt music? - by Robby - 10-04-2012, 05:29 PM
RE: How to stop grunt music? - by srobb - 10-05-2012, 04:03 AM



Users browsing this thread: 1 Guest(s)