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 FATAL ERROR: No matching signatures
Vennufius Offline
Junior Member

Posts: 8
Threads: 2
Joined: Jun 2012
Reputation: 0
#1
FATAL ERROR: No matching signatures

I'm having a hard time trying to get this script to work! The problem is when I'm trying to change the map with a level door. The first map works fine, but when I'm trying to use the level door I keep on getting this message! (See the picture) [Image: fatalerrorc.th.png]

Oh yeah and btw, my script looks like this atm:


void OnStart ()
{
AddEntityCollideCallback("Player", "activate_monster", "ActivateMonster", true, 1);
AddEntityCollideCallback("Player", "Tp_script_1", "Tp_Active", true, -1);
}

void ActivateMonster(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("servant_grunt_1", ture);
}

void Tp_Active(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("Tp_Guy_1", true);
AddPropForce("Tp_Guy_1", 0, 0, -10000, "World");
}
(This post was last modified: 06-30-2012, 12:17 AM by Vennufius.)
06-30-2012, 12:16 AM
Find


Messages In This Thread
FATAL ERROR: No matching signatures - by Vennufius - 06-30-2012, 12:16 AM



Users browsing this thread: 1 Guest(s)