SHOW:
|
|
- or go back to the newest paste.
| 1 | m = peripheral.wrap("back")
| |
| 2 | m.clear() | |
| 3 | m.setCursorPos(1,1) | |
| 4 | m.setTextScale(2) | |
| 5 | ||
| 6 | local function centerText(text) | |
| 7 | x,y = m.getSize() | |
| 8 | x1,y1 = m.getCursorPos() | |
| 9 | m.setCursorPos((math.floor(x/2) - (math.floor(#text/2))), y1) | |
| 10 | m.write(text) | |
| 11 | end | |
| 12 | ||
| 13 | --Call function "centerText("")" to set text
| |
| 14 | --Use m.setCursorPos(1,y) to choose placement on screen | |
| 15 | ||
| 16 | - | y2 = 7 |
| 16 | + | y2 = 2 |
| 17 | m.setCursorPos(1, y2) | |
| 18 | - | centerText("A note from the Owner...")
|
| 18 | + | centerText("SERVE RULES")
|
| 19 | m.setCursorPos(1, y2 + 2) | |
| 20 | - | centerText("The idea for this server is to provide")
|
| 20 | + | centerText("---------")
|
| 21 | - | m.setCursorPos(1, y2 + 3) |
| 21 | + | |
| 22 | - | centerText("a level playing field for all players. ")
|
| 22 | + | centerText("NO GREIFING")
|
| 23 | m.setCursorPos(1, y2 + 6) | |
| 24 | - | centerText("The server is still just a baby")
|
| 24 | + | centerText("NO ABUSIVE LANGUAGE")
|
| 25 | - | m.setCursorPos(1, y2 + 5) |
| 25 | + | |
| 26 | - | centerText("I have many plans for more features. ")
|
| 26 | + | centerText("RESPECT OTHERS")
|
| 27 | m.setCursorPos(1, y2 + 10) | |
| 28 | - | centerText("Like mini-games and more")
|
| 28 | + | centerText("BANNED ITEMS ARE")
|
| 29 | - | m.setCursorPos(1, y2 + 7) |
| 29 | + | m.setCursorPos(1, y2 + 12) |
| 30 | - | centerText("Right now its very simple. ")
|
| 30 | + | centerText("AVAILABLE ON OUR ENJIN PAGE")
|
| 31 | m.setCursorPos(1, y2 + 14) | |
| 32 | - | centerText("Just some PvE economy survival.")
|
| 32 | + | centerText("LINKSPHERE.ENJIN.COM")
|
| 33 | m.setCursorPos(1, y2 + 16) | |
| 34 | - | centerText("Thanks, s3ptum") |
| 34 | + | centerText("STAFF SHALL NOT ABUSE POWER")
|
| 35 | m.setCursorPos(1, y2 + 18) | |
| 36 | centerText("HAVE FUN") |