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
Script fail
Dizturbed Offline
Member

Posts: 160
Threads: 39
Joined: Jun 2011
Reputation: 0
#1
Script fail

My code wont work :S

void OnStart()
{
AddEntityCollideCallback("Player", "HitDoor", "Creepy", true, 0);
}
void Creepy(string &in asParent, string &in asChild, int alState)
{
CreateParticleSystemAtEntity("", "ps_hit_wood", "HitArea", false);
CreateParticleSystemAtEntity("", "ps_hit_wood", "HitArea_1", false);
PlayGuiSound("hit_wood1.ogg", 7.0f);
PlayGuiSound("hit_wood1.ogg", 7.0f);
PlaySoundAtEntity("", "21_scream9", "Creep", 0, false);
StartPlayerLookAt("cellar_wood01_slow_1", 10.0f, 10.0f, "");
AddTimer("Timer", 1.0f, "NoLook");
}
void NoLook(string &in asTimer)
{
StopPlayerLookAt();
}
Help a scripter out? =)

-Dizturbed

08-01-2011, 09:05 PM
Find


Messages In This Thread
Script fail - by Dizturbed - 08-01-2011, 09:05 PM
RE: Script fail - by Rapture - 08-01-2011, 09:11 PM
RE: Script fail - by Dizturbed - 08-01-2011, 09:17 PM
RE: Script fail - by Your Computer - 08-01-2011, 09:21 PM
RE: Script fail - by Dizturbed - 08-01-2011, 09:25 PM
RE: Script fail - by Your Computer - 08-01-2011, 09:29 PM
RE: Script fail - by Dizturbed - 08-01-2011, 09:30 PM
RE: Script fail - by Your Computer - 08-01-2011, 09:34 PM
RE: Script fail - by Rapture - 08-01-2011, 09:36 PM
RE: Script fail - by Apjjm - 08-01-2011, 09:48 PM
RE: Script fail - by Juby - 08-01-2011, 10:16 PM
RE: Script fail - by Dizturbed - 08-01-2011, 10:49 PM
RE: Script fail - by Angerpull - 08-02-2011, 01:07 AM



Users browsing this thread: 1 Guest(s)