ace_stuff.hpp 321 B

1234567891011121314
  1. //ace stuff
  2. ace_fastroping_enabled = 1;
  3. ace_fastroping_ropeOrigins[] = {
  4. {1.5, 1, -3.5},
  5. {1.5, 2.5, -3.5},
  6. {1.5, -1, -3.5},
  7. {-1.5, 1, -3.5},
  8. {-1.5, 2.5, -3.5},
  9. {-1.5, -1, -3.5}
  10. };
  11. ace_fastroping_onCut = "ace_fastroping_fnc_onCutCommon";
  12. ace_fastroping_onPrepare = "ace_fastroping_fnc_onPrepareCommon";