Advertisement
MrBartek

Regulamin - TechCraft

Aug 27th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. monitor = peripheral.wrap("monitor_7")
  2. monitor.clear()
  3. monitor.setCursorPos(1,1)
  4.  
  5. function newLine()
  6.   local _,cY= monitor.getCursorPos()
  7.   monitor.setCursorPos(1,cY+1)
  8. end
  9.  
  10. monitor.write("===============================[Regulamin]==============================")
  11. newLine()
  12. monitor.write("1. Za obrazanie adminow grozi perm-ban.")
  13. newLine()
  14. monitor.write("2. Nalezy przeszczegac regulaminu.")
  15. newLine()
  16. monitor.write("REGULAMIN W BUDOWIE")
  17. newLine()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement