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
music wont stop?
zombiehacker595 Offline
Member

Posts: 141
Threads: 51
Joined: Mar 2012
Reputation: 3
#7
RE: music wont stop?

(04-02-2012, 11:22 AM)Unearthlybrutal Wrote: void something(?)
{
FadeOut(0);
FadeIn(15);
PlayMusic("10_amb.ogg", true, 1, 1, 0, true);
AddPlayerSanity(25);
AddTimer("stop", 15.0, "Stop");
}

void Stop(string &in asTimer)
{
StopMusic(0.0f, 0);
}


still didnt work Sad
04-02-2012, 11:40 AM
Find


Messages In This Thread
music wont stop? - by zombiehacker595 - 04-02-2012, 09:22 AM
RE: music wont stop? - by flamez3 - 04-02-2012, 09:26 AM
RE: music wont stop? - by zombiehacker595 - 04-02-2012, 09:37 AM
RE: music wont stop? - by flamez3 - 04-02-2012, 09:42 AM
RE: music wont stop? - by zombiehacker595 - 04-02-2012, 10:20 AM
RE: music wont stop? - by Unearthlybrutal - 04-02-2012, 11:22 AM
RE: music wont stop? - by zombiehacker595 - 04-02-2012, 11:40 AM
RE: music wont stop? - by Unearthlybrutal - 04-02-2012, 11:48 AM
RE: music wont stop? - by zombiehacker595 - 04-02-2012, 12:16 PM
RE: music wont stop? - by Unearthlybrutal - 04-02-2012, 12:31 PM



Users browsing this thread: 1 Guest(s)