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
No Working Scripting
toni1998 Offline
Junior Member

Posts: 13
Threads: 4
Joined: Jan 2011
Reputation: 0
#3
RE: No Working Scripting

void OnStart()

{
AddEntityCollideCallback("Player", "AreaScare", "CollindeAreaScare", true, 1);
}

void CollindeAreaScare(string &in asParent, string &in asChild, int alState)
{
StartPlayerLookAt("Look1", 4, 100, "");
AddPropImpulse("Armor1", 0, 0, -3, "");
GiveSanityDamage(20, true);
StartPlayerLookAt("Look2", 4, 100, "");
AddPropImpulse("Armor2", 0, 0, -3, "");
GiveSanityDamage(20, true);
}

still is not working
compressed air help me
02-28-2011, 06:55 PM
Find


Messages In This Thread
No Working Scripting - by toni1998 - 02-28-2011, 06:50 PM
RE: No Working Scripting - by Tottel - 02-28-2011, 06:52 PM
RE: No Working Scripting - by toni1998 - 02-28-2011, 06:55 PM
RE: No Working Scripting - by Tottel - 02-28-2011, 07:05 PM
RE: No Working Scripting - by toni1998 - 02-28-2011, 08:14 PM
RE: No Working Scripting - by Tottel - 02-28-2011, 08:21 PM



Users browsing this thread: 1 Guest(s)