Hey my gate isnt moving without errors
#6

That won't work... the gate has to be 'Open' for the timer to activate, otherwise it might randomly close the gate when someone is trying to open it.

try and use
forward closingtimer();
public closingtimer()
{
if(gateneilsopen == true)
{
MoveObject(gateneils, Coords)
}

or something like that... I'm a noob scripter but I know that code won't work.
Reply


Messages In This Thread
Hey my gate isnt moving without errors - by ikbenremco - 30.11.2011, 11:29
Re: Hey my gate isnt moving without errors - by N0FeaR - 30.11.2011, 11:38
Re: Hey my gate isnt moving without errors - by moadi - 30.11.2011, 11:39
Re: Hey my gate isnt moving without errors - by ikbenremco - 30.11.2011, 11:43
Re: Hey my gate isnt moving without errors - by moadi - 30.11.2011, 11:50
Re: Hey my gate isnt moving without errors - by Thresholdold - 30.11.2011, 11:53

Forum Jump:


Users browsing this thread: 1 Guest(s)