24.10.2010, 19:13
How to i make multiple automatic gates that will open by command and close automatically like this?
I've tried it this way.. Only problem, i dont know which is open and which is close
I've searched, i only found IsPlayerInRangeOfPoint which does one gate.
I have 5 gates i want to do "Closed" and "Open".
I know how to do it via command so /close and /open but i want it automatically this time
Код:
public EL3DOWN() { MoveObject(EL3,1573.691,-1685.959,28.746, 3.5);//Embaixo MoveObject(EL3,1573.717,-1685.977,41.382, 3.5);//Encima return 1; }
I've searched, i only found IsPlayerInRangeOfPoint which does one gate.
I have 5 gates i want to do "Closed" and "Open".
I know how to do it via command so /close and /open but i want it automatically this time