29.09.2010, 02:53
in gate command after the moveobject to open the gate
then make a new public like:
so when the timer is done, it gets the closegate public we made, and it starts it.
pawn Код:
SetTimer("closegate", 10000, 0); // 10000 opens it for 10 seconds
pawn Код:
public closegate()
{
MoveObject(object,1273.041992,-1270.346191,11.955486, 3.00);
return 1;
}