Gate Issue
#2

You didn't put it to go back. Make a timer to go back after few seconds.
pawn Код:
SetTimer( "GateClose", 3500, 0 ); // Closes the gates after 3.5 seconds.
Put that in your command. ^^
Later in the script
pawn Код:
forward GateClose( );
public GateClose( )
{
    // MoveObject code here, to close the gates.
    return 1;
}
Reply


Messages In This Thread
Gate Issue - by =WoR=Mitch - 08.03.2011, 17:45
Re: Gate Issue - by Mean - 08.03.2011, 18:00
Re: Gate Issue - by Stigg - 08.03.2011, 18:01
Re: Gate Issue - by =WoR=Mitch - 08.03.2011, 19:30

Forum Jump:


Users browsing this thread: 1 Guest(s)