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
why wont this work :<
Quotentote Offline
Member

Posts: 118
Threads: 23
Joined: Dec 2011
Reputation: 11
#1
why wont this work :<

PHP Code: (Select All)
void OnStart()
{
AddEntityCollideCallback("Player""area1""func_slam"true1);
}

void func_slam(string &in asParentstring &in asChildint alState)
{
SetPropHealth("door1"0.0f);
PlaySoundAtEntity("""react_breath_slow.snt""Player"0false);
PlaySoundAtEntity("""react_scare""Player"0false);


i want that the player enters an area wich makes the door explode (not interacting with any entetie)
(This post was last modified: 01-10-2012, 11:14 AM by Quotentote.)
01-10-2012, 10:05 AM
Find


Messages In This Thread
why wont this work :< - by Quotentote - 01-10-2012, 10:05 AM
RE: why wont this work :< - by flamez3 - 01-10-2012, 10:16 AM
RE: why wont this work :< - by Quotentote - 01-10-2012, 10:22 AM
RE: why wont this work :< - by flamez3 - 01-10-2012, 10:27 AM
RE: why wont this work :< - by Quotentote - 01-10-2012, 10:30 AM
RE: why wont this work :< - by flamez3 - 01-10-2012, 10:32 AM
RE: why wont this work :< - by Quotentote - 01-10-2012, 10:33 AM
RE: why wont this work :< - by flamez3 - 01-10-2012, 10:55 AM
RE: why wont this work :< - by Quotentote - 01-10-2012, 11:07 AM
RE: why wont this work :< - by flamez3 - 01-10-2012, 11:27 AM



Users browsing this thread: 1 Guest(s)