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
Script Help Script Error
MaksoPL Offline
Member

Posts: 51
Threads: 26
Joined: Mar 2014
Reputation: 0
#1
Script Error

Hi. I've got a error with music script.
"Main 8,1 : No matching signatures to 'PlayMusic(string@&,const double,const double, const bool)'"
This is my script file:
void OnStart()
{
AddEntityCollideCallback("Player","Start_Music","Start_Music",false,1);
}

void Start_Music(string &in asParent, string &in asChild, int alState)
{
PlayMusic("01_amb_darkness",0.8,0.1,1.0,true);
}


What's wrong?
05-26-2015, 04:12 PM
Find


Messages In This Thread
Script Error - by MaksoPL - 05-26-2015, 04:12 PM
RE: Script Error - by DnALANGE - 05-26-2015, 04:17 PM



Users browsing this thread: 1 Guest(s)