Advertisement
Smedve

szabi

Apr 9th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.76 KB | None | 0 0
  1. mon = peripheral.wrap("bottom")
  2. mon.clear()
  3. mon.setTextScale(1)
  4. mon.setTextColor( colors.red )
  5. mon.setCursorPos(18,1)
  6. mon.write("Szabályzat!")
  7. mon.setTextColor( colors.pink )
  8. mon.setCursorPos(2,4)
  9. mon.write("+Ne költözz a másik nyakára.")
  10. mon.setCursorPos(2,5)
  11. mon.write("+quarry-ket lehetőleg rondább biomokba tegyük le.")
  12. mon.setCursorPos(2,6)
  13. mon.write("+Játékos társaink építményire vigyázzunk.")
  14. mon.setCursorPos(2,7)
  15. mon.write("+Játékosonként maximum 2quarry")
  16. mon.setCursorPos(2,8)
  17. mon.write("+Nagyobb szerkezeteket lehetőleg")
  18. mon.setCursorPos(2,9)
  19. mon.write("kikapcsolhatóra csináld.")
  20. mon.setCursorPos(2,10)
  21. mon.write("+PVP csak mind két fél bele eggyezésével!")
  22. mon.setCursorPos(2,11)
  23. mon.write("+Ne lopj, nem vagy cigány!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement