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
Unexpected end of file help
killerblade Offline
Junior Member

Posts: 4
Threads: 1
Joined: Mar 2013
Reputation: 0
#1
Unexpected end of file help

guys please i really need help on this one , it says error on my hps line 15 , 1 , here's my hps


void OnStart()
{
AddEntityCollideCallback("Player", "thescript", "Collidethescript", true, 1);
AddEntityCollideCallback("firstgrunt", "secondnode", "Collidesecondnode", true, 1);
}
void Collidethescript(string &in asParent, string &in asChild, int alState)
{
SetEntityactive("firstgrunt", true);
AddEnemyPatrolNode("firstgrunt, "firstnode", 1, "");
}
void Collidesecondscript(string &in asParent, string &in asChild, int alState)
{
SetEntityactive("firstgrunt", false);
}
03-15-2013, 10:26 AM
Find


Messages In This Thread
Unexpected end of file help - by killerblade - 03-15-2013, 10:26 AM
RE: Unexpected end of file help - by Adrianis - 03-15-2013, 10:36 AM
RE: Unexpected end of file help - by killerblade - 03-15-2013, 11:31 AM
RE: Unexpected end of file help - by Adrianis - 03-15-2013, 12:25 PM
RE: Unexpected end of file help - by ingedoom - 03-15-2013, 01:54 PM
RE: Unexpected end of file help - by killerblade - 03-15-2013, 08:57 PM
RE: Unexpected end of file help - by ingedoom - 03-15-2013, 09:30 PM
RE: Unexpected end of file help - by killerblade - 03-15-2013, 10:49 PM
RE: Unexpected end of file help - by ingedoom - 03-15-2013, 11:16 PM
RE: Unexpected end of file help - by Adrianis - 03-15-2013, 11:08 PM
RE: Unexpected end of file help - by Adrianis - 03-15-2013, 11:23 PM



Users browsing this thread: 1 Guest(s)