14.03.2009, 19:56
Look at GatesOpen and GatesClose.
pawn Код:
public GatesClose()
{
MoveObject(Side,-1734.655518,28.273335,4.204377,3);//These coords are different
MoveObject(Front1,-1675.952881,9.499218,5.328079,3);//but these
MoveObject(Front2,-1667.801880,1.350600,5.328079,3);//and these
MoveObject(Front3,-1659.689209,-6.770653,5.322875,3);//even theses are the same as the open position.
return 1;
}