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

Pug1Gaming

Members
  • Content Count

    1
  • Joined

  • Last visited

  1. So I found this Program(Below) But the user hasnt been online in a while. Iv tried flashing to an eeprom and booting with just the eeprom, just running the program, and i keep getting an error (attached) The Program : local user = { "user1", "user2", "user3" } local red = component.proxy(component.list("redstone")()) local scr = {} local gpu = {} for a in component.list("screen") do table.insert(scr, a) end for a in component.list("gpu") do table.insert(gpu, component.proxy(a)) end for i = 1, #gpu do gpu[i].bind(scr[i]) end function showState(s) for i, g in ipairs(gpu) do
×
×
  • Create New...

Important Information

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