Posted 19 September 2015 - 02:46 AM
Hi there.
I created program on a singleplayer that would read and then display (on a monitor) information regarding the amount of storage in my storage system.
This works perfectly, which is great.
So now I went and decided to add it to my multiplayer world, however upon doing so the monitor doesn't display the text… properly.
I have some gif's of What its supposed to look like vs. what it actually looks like.
If you notice in the second gif that the cursor still moves like the other one, but it will not display the text. I thinking its maybe setting the text color to black, but nowhere in my code does it do that.
Also you'll notice that it prints one section, but nothing else… Which is really weird.
I'll also say that its not that its just not executing said lines of code, because if I had opened the computer you would see the same text that is supposed to appear on the monitor (I have it set up so that if it prints anything on the monitor, it also prints it in the computer) also appears in the computer.
Here is the code that I am currently using: http://pastebin.com/D4DTnTPY
Can anyone see what would be causing this issue?
I created program on a singleplayer that would read and then display (on a monitor) information regarding the amount of storage in my storage system.
This works perfectly, which is great.
So now I went and decided to add it to my multiplayer world, however upon doing so the monitor doesn't display the text… properly.
I have some gif's of What its supposed to look like vs. what it actually looks like.
If you notice in the second gif that the cursor still moves like the other one, but it will not display the text. I thinking its maybe setting the text color to black, but nowhere in my code does it do that.
Also you'll notice that it prints one section, but nothing else… Which is really weird.
I'll also say that its not that its just not executing said lines of code, because if I had opened the computer you would see the same text that is supposed to appear on the monitor (I have it set up so that if it prints anything on the monitor, it also prints it in the computer) also appears in the computer.
Here is the code that I am currently using: http://pastebin.com/D4DTnTPY
Can anyone see what would be causing this issue?
Edited on 19 September 2015 - 01:02 AM