Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

pboachie

Members
  • Content Count

    7
  • Joined

  • Last visited

About pboachie

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    Blackwood510
  1. I managed to fix this by Shift Right clicking the Redstone 2 card and placing it back into the computer like it was new
  2. pboachie

    DNS System

    update?
  3. By stopped working, i mean it doesn't trigger the Wireless receiver no matter the frequency the wireless receiver is set up.
  4. Hello there. I made a small little code that would turn on and off a wireless reciever from WR-CBE Logic. It used to work and then it just stopped. Is there something missing? local term = require("term") local component = require("component") local rs = component.redstone print("Enter Freq") term.write("Freq: ") x1 = io.read() freq = tonumber(x1) rs.setWirelessFrequency(freq) rs.setWirelessOutput(true) os.sleep(3) rs.setWirelessOutput(false)
  5. Description: I wanted to make a simple chat program where players can chat with each other as long as they have the program. So like IRC but only for people with the program Function: Users are able to set their name and join the chat. Deadline: N/A Additional Information: None but simply ask me if you have other questions Thank you in advance!
  6. I get this error whenever i run it https://www.dropbox.com/s/d1xe89xlss9qkqt/Selection_005.png?dl=0
  7. Iv been having errors running it and installing programs. https://www.dropbox.com/s/jc4goa523wo7ghg/Minecraft%201.6.4_002.png?dl=0
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.