Jump to content


Sigma's Content

There have been 2 items by Sigma (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#277421 Problem with paintutils/drawing an image

Posted by Sigma on 26 May 2018 - 01:55 PM in Ask a Pro

View PostBomb Bloke, on 26 May 2018 - 01:07 PM, said:

That's a bug in the beta build of ComputerCraft you're using. More recent versions are available around the place:

http://www.computerc...ork-cc-tweaked/
https://cc.crzd.me/

Thanks alot, it works perfectly now!



#277416 Problem with paintutils/drawing an image

Posted by Sigma on 26 May 2018 - 01:05 PM in Ask a Pro

So, I'm currently trying to draw an image on my computer, but it won't work, basically no matter what I've tried to do.

This is what my code looks like:
local image = paintutils.loadImage("lol.nfp")
paintutils.drawImage(image, 1, 1)

But, this is my error:
"paintutils.lua:38: attempt to call nil"

Anyone here able to help?