22.02.2012, 18:07
try this:
change velocity from:
MoveObject(entrance,2499.50000000,-1460.00000000,29.70000076, 1.0,292.00000000,0.00000000,89.99450684);
to:
MoveObject(entrance,2499.50000000,-1460.00000000,29.70000076, 3.0, 292.00000000,0.00000000,89.99450684);
set timer to NOT repeat.
change velocity from:
MoveObject(entrance,2499.50000000,-1460.00000000,29.70000076, 1.0,292.00000000,0.00000000,89.99450684);
to:
MoveObject(entrance,2499.50000000,-1460.00000000,29.70000076, 3.0, 292.00000000,0.00000000,89.99450684);
set timer to NOT repeat.
pawn Код:
SetTimer("CloseEntrance", 5000, false);