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
Error Hps
ZIEGMEBALLEN Offline
Junior Member

Posts: 18
Threads: 4
Joined: Feb 2014
Reputation: 1
#3
RE: Error Hps

(02-26-2014, 10:06 AM)Mudbill Wrote: You have a semi-colon at the end of this contructor:
void Teleport1(string &in asParent, string &in asChild, int alStates);

Remove that.

Also, this thread should be in CS Development > Development Support.

Yes! Thank you. It finally worked, but my jump scare didn't it's on the script.

void Teleport1(string &in asParent, string &in asChild, int alStates)
{
AddEntityCollideCallback("Player", "Script_1", "Teleport1", true, 1);
SetEntityActive("TeleportingNG_1", true);
PlaySoundAtEntity("", "24_iron_maiden.snt", "TeleportingNG_1", 0, false);
AddPropForce("TeleportingNG_1", -10000, 0, 0, "Player");
}

How do i make this work ? And by the way i loved your videos , i subscribed you Smile
02-26-2014, 10:18 AM
Find


Messages In This Thread
Error Hps - by ZIEGMEBALLEN - 02-26-2014, 10:00 AM
RE: Error Hps - by Mudbill - 02-26-2014, 10:06 AM
RE: Error Hps - by ZIEGMEBALLEN - 02-26-2014, 10:18 AM
RE: Error Hps - by Mudbill - 02-26-2014, 10:50 AM
RE: Error Hps - by ZIEGMEBALLEN - 02-26-2014, 10:57 AM
RE: Error Hps - by Romulator - 02-26-2014, 10:52 AM



Users browsing this thread: 1 Guest(s)