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
N00B needs help AGAIN
X4anco Offline
Member

Posts: 157
Threads: 66
Joined: Apr 2011
Reputation: 0
#1
Bug  N00B needs help AGAIN

Hello I'm trying to make lamps go out when a player goes into an area but it doesn't work Sad (No errors)

AddEntityCollideCallback("Player", "ScriptArea_1", "Function01", true, 1);

. . .

void Function01(string &in asEntity)
{
SetEntityActive("candlestick01_1", false);
SetEntityActive("PointLight_1", false);
}

...
05-01-2011, 01:28 PM
Find


Messages In This Thread
N00B needs help AGAIN - by X4anco - 05-01-2011, 01:28 PM
RE: N00B needs help AGAIN - by Roenlond - 05-01-2011, 01:51 PM
RE: N00B needs help AGAIN - by X4anco - 05-01-2011, 02:05 PM
RE: N00B needs help AGAIN - by Roenlond - 05-01-2011, 03:00 PM
RE: N00B needs help AGAIN - by X4anco - 05-01-2011, 09:43 PM
RE: N00B needs help AGAIN - by ricky horror - 05-02-2011, 12:11 AM



Users browsing this thread: 1 Guest(s)