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
HELP!!! amnesia script help please!
Oliwarrior123 Offline
Junior Member

Posts: 31
Threads: 9
Joined: Jul 2012
Reputation: 0
#1
HELP!!! amnesia script help please!

Okay guys, im making a new CS but my script isn't working Sad
|
Here is it \/


void OnStart()
{
AddEntityCollideCallback("Player", "FlyingCorpse", "Flying", true, 1);
}

void Falling(string &in asParent, string &in asChild, int alState)
{
AddPropImpulse("corpse_male_1", 16.682, 29.438, 4.411, "world");
SetEntityActive("corpse_male_1", true);
}


What is Wrong here? i go into the area and nothing happens! Sad
plzz help!
(This post was last modified: 07-25-2012, 03:04 PM by Oliwarrior123.)
07-25-2012, 02:27 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: HELP!!! amnesia script help please!

Why send a corpse flying before it is even active?

Tutorials: From Noob to Pro
07-25-2012, 02:46 PM
Website Find
Oliwarrior123 Offline
Junior Member

Posts: 31
Threads: 9
Joined: Jul 2012
Reputation: 0
#3
RE: HELP!!! amnesia script help please!

I Solved the prob! i forgot to Deactive the corpse!

(07-25-2012, 02:46 PM)Your Computer Wrote: Why send a corpse flying before it is even active?
Yea i know im a dumb! Tongue
(This post was last modified: 07-25-2012, 03:03 PM by Oliwarrior123.)
07-25-2012, 03:02 PM
Find




Users browsing this thread: 1 Guest(s)