Gate Issue
#1

Fixed!
Reply
#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
#3

Quote:
Originally Posted by Mean
Посмотреть сообщение
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;
}
He has both of what you suggested m8'y
Reply
#4

Quote:
Originally Posted by Mean
Посмотреть сообщение
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;
}
Thank you, its fixed now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)