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 Next script error
MaksoPL Offline
Member

Posts: 51
Threads: 26
Joined: Mar 2014
Reputation: 0
#1
Next script error

Hello. I got a new script error. ExecuteString (1,1) ERR: No Matching signature of OnLeave()
main (9,35): ERR: Unexpected token
That's my 2 script:

void OnStart ()
{
AddEntityCollideCallback("Player","monster1","Monster",true,1);
}

void Monster(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("grunt1",true);
ShowEnemyPlayerPosition("grunt1");
03-29-2014, 09:56 AM
Find


Messages In This Thread
Next script error - by MaksoPL - 03-29-2014, 09:56 AM
RE: Next script error - by 7heDubz - 03-29-2014, 10:42 AM



Users browsing this thread: 1 Guest(s)