The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
#1
No Working Scripting

Hello
I have a problem
My Script:

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);
}

no working
please help me
(This post was last modified: 02-28-2011, 06:53 PM by toni1998.)
02-28-2011, 06:50 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)