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 Error "No matching signatures"
Kanthos Offline
Junior Member

Posts: 48
Threads: 7
Joined: Oct 2015
Reputation: 1
#1
Script Error "No matching signatures"

Hey guys,

the following thing is so basic, yet i can´t solve it: When i want to set variables it won´t work. I get the error message "no matching signatures", so i thought i´m missing an include-file, but couldn´t spot my mistake.

Example code:

_______________________________________________________________________

#include "interfaces/Map_Interface.hps"
#include "base/Inputhandler_Types.hps"


#include "helpers/helper_map.hps"
#include "helpers/helper_props.hps"
#include "helpers/helper_effects.hps"
#include "helpers/helper_audio.hps"
#include "helpers/helper_imgui.hps"
#include "helpers/helper_sequences.hps"
#include "helpers/helper_game.hps"
#include "helpers/helper_modules.hps"
#include "helpers/helper_ai.hps"


...
//nothing special
...

void OnStart()
{
SetLocalVarInt("Var1", 0);


}

...
//nothing special
...

_________________________________________________________________________

Thanks, guys Sad
10-08-2015, 12:22 PM
Find


Messages In This Thread
Script Error "No matching signatures" - by Kanthos - 10-08-2015, 12:22 PM



Users browsing this thread: 1 Guest(s)