SHOW:
|
|
- or go back to the newest paste.
| 1 | while true do | |
| 2 | - | if rs.getInput("left") then
|
| 2 | + | if rs.getInput("right") then
|
| 3 | - | commands.op("@p")
|
| 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 |