08.03.2011, 17:45
(
Последний раз редактировалось =WoR=Mitch; 08.03.2011 в 19:29.
Причина: Fixed
)
Fixed!
SetTimer( "GateClose", 3500, 0 ); // Closes the gates after 3.5 seconds.
forward GateClose( );
public GateClose( )
{
// MoveObject code here, to close the gates.
return 1;
}
You didn't put it to go back. Make a timer to go back after few seconds.
pawn Код:
Later in the script pawn Код:
|
You didn't put it to go back. Make a timer to go back after few seconds.
pawn Код:
Later in the script pawn Код:
|