Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Hard to find the errors in the HPS file
Adrianis Offline
Senior Member

Posts: 620
Threads: 6
Joined: Feb 2012
Reputation: 27
#12
RE: Hard to find the errors in the HPS file

"{

SetEntityActive("corpse_male_1", true);

AddTimer("Scare", 0.5f, "Scare1");

}"

Your missing the function name here, it aint gonna like that Smile

void Spawn(string &in asEntity)
{


SetEntityActive("corpse_male_1", true);


AddTimer("Scare", 0.5f, "Scare1");


}

03-05-2012, 07:38 PM
Find


Messages In This Thread
RE: Hard to find the errors in the HPS file - by Adrianis - 03-05-2012, 07:38 PM



Users browsing this thread: 2 Guest(s)