20.06.2009, 12:31
Now I got mutiple gates, 4 in total extually,
Iv seen that when I open 1 gate, and wait 1 sec. and open another gate, that the 2nd gate doesn't wait 3 sec to close
I guess that it has something to do with this
Iv seen that when I open 1 gate, and wait 1 sec. and open another gate, that the 2nd gate doesn't wait 3 sec to close
I guess that it has something to do with this
Код:
public CloseGate() { MoveObject(bsgate,1245.418,-767.151,93.827,5.0); MoveObject(bsgate2,1304.439,-812.133,79.816,5.0); MoveObject(dogate,1281.541,-614.808,104.861,5.0); MoveObject(agate,321.292,-1188.194,78.049,5.0); return 1; }