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
#9
RE: music wont stop?

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

void Stop(string &in asTimer)
{
StopMusic(0.1f, 1);
}


aha there we go it stoped after about 10 seconds exactly what i wanted thanks Smile
04-02-2012, 12:16 PM
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)