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
hps file, fatal error could not load script file
Conrad285 Offline
Junior Member

Posts: 13
Threads: 4
Joined: Aug 2014
Reputation: 0
#1
hps file, fatal error could not load script file

This is my script for my .hps file, my error is 11,1:

void OnStart()
{
AddEntityCollideCallback("Player", "TeleportScript", "Collide_Area", true, 1);
}

void Collide_Area (string &in asParent, string &in asChild, int alState);
{
SetEntityActive("corpse_male_1", true);
AddPropForce("corpse_male_1", -10000, 0, 0, "world");
PlayerSoundAtEntity ("", "24_iron_maiden", "corpse_male_1", 0, false);
}
void OnEnter()
{

}
void OnLeave()
{

}
08-09-2014, 02:11 AM
Find


Messages In This Thread
hps file, fatal error could not load script file - by Conrad285 - 08-09-2014, 02:11 AM



Users browsing this thread: 1 Guest(s)