Timed Gate
#1

How do I make the second gate open 5 seconds after the first?

pawn Код:
if (strcmp("/opengate", cmdtext, true, 10) == 0)
    {
      MoveObject(Mygate,X,Y,Z,S);
      MoveObject(Mygate1,X,Y,Z,S); // how do I make this one open lets say 5 seconds after the first?

        return 1;
    }
    return 0;
Reply


Messages In This Thread
Timed Gate - by Jack- - 01.03.2012, 17:22
Re: Timed Gate - by Jack- - 01.03.2012, 17:56
Re: Timed Gate - by Unknownich - 01.03.2012, 18:07
Re: Timed Gate - by niels44 - 01.03.2012, 18:13
Re: Timed Gate - by Unknownich - 01.03.2012, 18:14
Re: Timed Gate - by niels44 - 01.03.2012, 18:41
Re: Timed Gate - by Walsh - 01.03.2012, 22:34

Forum Jump:


Users browsing this thread: 1 Guest(s)