Advertisement
Sanwi

Minecart Muter

Jun 9th, 2014
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $${
  2.  
  3. // Bind this script to the OnJoinGame event
  4.  
  5. // Variables
  6. #normalvolume = 25;
  7.  
  8. // Main loop
  9. do;
  10. // Minecart volume adjuster
  11. if(%HITNAME% = "MinecartRideable");
  12. wait(2000ms);
  13. volume(0);
  14. wait(100ms);
  15. volume(%#normalvolume%);
  16. endif;
  17. loop;
  18.  
  19. stop();
  20. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement