Guest User

Untitled

a guest
Jun 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. if(IsPlayerInRangeOfPoint(playerid,10.0,1141.19995117,-1290.69995117,15.30000019))
  2. {
  3. if(MedicGateState == 0)
  4. {
  5. MoveObject(MedicGate,1141.19995117,-1290.69995117,9.69999981,4);
  6. MedicGateState = 1;
  7. }
  8. else if(MedicGateState == 1)
  9. {
  10. MoveObject(MedicGate,1141.19995117,-1290.69995117,15.30000019,4);
  11. MedicGateState = 0;
  12. }
  13. }
Add Comment
Please, Sign In to add comment