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
Script error: no matching signatures
ClayPigeon Offline
Member

Posts: 214
Threads: 13
Joined: Mar 2012
Reputation: 8
#2
RE: Please check the troubleshooting guides before posting!

You're missing an argument on the PlayMusic function.
1 2 3 4 5
PlayMusic("requiem_for_a_dream.ogg", false, 1, 3, 0);

1 2 3 4 5 6
PlayMusic(string& asMusicFile, bool abLoop, float afVolume, float afFadeTime, int alPrio, bool abResume);


You're missing the bool abResume part. Set it to false/true.
04-12-2012, 06:20 PM
Find


Messages In This Thread
Script error: no matching signatures - by Wapez - 04-12-2012, 05:52 PM
RE: Please check the troubleshooting guides before posting! - by ClayPigeon - 04-12-2012, 06:20 PM



Users browsing this thread: 1 Guest(s)