Advertisement
CompCrafter

Untitled

Nov 9th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. if rs.getInput("right") then
  3. commands.deop("@p")
  4. print("Erfolgreich")
  5. sleep(4)
  6. else
  7. print("nichts")
  8. sleep(1)
  9. shell.run("clear")
  10. sleep(1)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement