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
How to do so Grunts poofs
Datguy5 Offline
Senior Member

Posts: 629
Threads: 25
Joined: Dec 2011
Reputation: 12
#11
RE: How to do so Grunts poofs

(06-12-2012, 07:08 PM)putty992 Wrote: Can just u guys stops fighting eachother and help me instead or u can fight in pm or something...


How should I write after this ?


void OnStart()
{
AddEntityCollideCallback("Player", "TeleportScript", "NailThatSucker", true, 1);
AddEntityCollideCallback("Player", "TeleportScript_2", "NailThatSucker_1", true, 1);

}


void NailThatSucker_1(string& asParent, string &in asChild, int alStates)
{
SetEntityActive("TeleportedNakedGuy_2", true);
AddPropForce("TeleportedNakedGuy_2", -20000, 0, 0, "world");
PlaySoundAtEntity("", "24_iron_maiden.snt", "TeleportedNakedGuy_2", 0, false);
}

void NailThatSucker(string& asParent, string &in asChild, int alStates)
{
SetEntityActive("TeleportedNakedGuy", true);
AddPropForce("TeleportedNakedGuy", -30000, 0, 0, "world");
PlaySoundAtEntity("", "24_iron_maiden.snt", "TeleportedNakedGuy", 0, false);
}




thats my script 2 teleporting naked guys that works and i want a third one Smile
You just copy them again...

06-12-2012, 07:11 PM
Find


Messages In This Thread
How to do so Grunts poofs - by putty992 - 06-12-2012, 02:12 PM
RE: How to do so Grunts poofs - by MaZiCUT - 06-12-2012, 02:18 PM
RE: How to do so Grunts poofs - by Nice - 06-12-2012, 02:20 PM
RE: How to do so Grunts poofs - by MaZiCUT - 06-12-2012, 02:21 PM
RE: How to do so Grunts poofs - by putty992 - 06-12-2012, 03:35 PM
RE: How to do so Grunts poofs - by Adny - 06-12-2012, 03:51 PM
RE: How to do so Grunts poofs - by Datguy5 - 06-12-2012, 06:51 PM
RE: How to do so Grunts poofs - by putty992 - 06-12-2012, 07:08 PM
RE: How to do so Grunts poofs - by Datguy5 - 06-12-2012, 07:11 PM
RE: How to do so Grunts poofs - by putty992 - 06-12-2012, 08:59 PM
RE: How to do so Grunts poofs - by imgoneimdead - 06-12-2012, 09:02 PM
RE: How to do so Grunts poofs - by Datguy5 - 06-12-2012, 09:03 PM
RE: How to do so Grunts poofs - by putty992 - 06-12-2012, 09:09 PM
RE: How to do so Grunts poofs - by Datguy5 - 06-12-2012, 09:43 PM
RE: How to do so Grunts poofs - by Your Computer - 06-12-2012, 09:52 PM
RE: How to do so Grunts poofs - by Adny - 06-12-2012, 10:06 PM
RE: How to do so Grunts poofs - by Your Computer - 06-12-2012, 10:13 PM



Users browsing this thread: 1 Guest(s)