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
Introduction music won't stop
Cruzore Offline
Senior Member

Posts: 301
Threads: 2
Joined: Jun 2012
Reputation: 37
#2
RE: Introduction music won't stop

void musicstart(float afFadeTime, int alPrio)
wrong callback syntax, it's
void MyFunc(string &in asTimer)

Edit:
PlayMusic("Ambient_Ghost.ogg",true,1,0,0,false);
It has the same priority, so it will either bug out or won't play at all, since priority 0 is stopped right after. Better change it
(This post was last modified: 06-26-2012, 07:33 PM by Cruzore.)
06-26-2012, 07:31 PM
Find


Messages In This Thread
Introduction music won't stop - by MaZiCUT - 06-26-2012, 07:23 PM
RE: Introduction music won't stop - by Cruzore - 06-26-2012, 07:31 PM
RE: Introduction music won't stop - by MaZiCUT - 06-26-2012, 07:34 PM



Users browsing this thread: 1 Guest(s)