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
Music stops too soon
zombiehacker595 Offline
Member

Posts: 141
Threads: 51
Joined: Mar 2012
Reputation: 3
#1
Music stops too soon

so this is my music script and it only lasts for like 15 seconds and i thought the 450.0f was seconds so im confused how to get it to gor for longer? thanks Smile

PlayMusic("10_amb.ogg", false, 3, 3, 3, false);
AddTimer("stop", 450.0f, "Stop");
}

void Stop(string &in asTimer)
{
StopMusic(2.0f, 1);
}
04-30-2012, 07:07 AM
Find


Messages In This Thread
Music stops too soon - by zombiehacker595 - 04-30-2012, 07:07 AM
RE: Music stops too soon - by jens - 04-30-2012, 07:19 AM
RE: Music stops too soon - by zombiehacker595 - 04-30-2012, 07:31 AM
RE: Music stops too soon - by SilentStriker - 04-30-2012, 04:48 PM



Users browsing this thread: 1 Guest(s)