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
No Matching signatures
Lake Offline
Member

Posts: 58
Threads: 20
Joined: Jul 2012
Reputation: 0
#1
No Matching signatures

This is the error:
[Image: 34o20ev.jpg]

this is the script:

Void OnStart()
{
AddEntityCollideCallback("Player", "ScriptArea_1", "statue", true, 1);
SetLocalVarInt("suitorelement", 0);
}

void statue(string &in asParent, string &in asChild, int alState)
{
AddLocalVarInt("suitorelement", 1);
Func02();
SetEntityActive("enemy_suitor_2", true);
AddEnemyPatrolNode("enemy_suitor_2", "PathNodeArea_1", 2, "");
SetEntityActive("armour_rusty_complete_1", true);
SetEntityActive("armour_rusty_complete_2", true);
AddQuest("quest4", "quest4");

Global.hps:

void OnStart()
{
//level 2 to note level 1 start
SetLocalVarInt("suitorelement", 0);
}

void Func02()
{
    if (GetLocalVarInt("suitorelement") == 1)
    {        
    SetEntityActive("nota5", true);
    }    
}
(This post was last modified: 08-12-2012, 11:20 AM by Lake.)
08-12-2012, 10:34 AM
Find


Messages In This Thread
No Matching signatures - by Lake - 08-12-2012, 10:34 AM
RE: No Matching signatures - by palistov - 08-12-2012, 10:39 AM
RE: No Matching signatures - by Lizard - 08-12-2012, 10:42 AM
RE: No Matching signatures - by Lake - 08-12-2012, 11:00 AM
RE: No Matching signatures - by Lizard - 08-12-2012, 11:11 AM
RE: No Matching signatures - by Lake - 08-12-2012, 11:14 AM
RE: No Matching signatures - by Lizard - 08-12-2012, 11:15 AM
RE: No Matching signatures - by Lake - 08-12-2012, 11:19 AM
RE: No Matching signatures - by Lizard - 08-12-2012, 11:22 AM



Users browsing this thread: 1 Guest(s)