Posted 24 November 2012 - 01:19 AM
I have tried many different numbers in
I would like help in this.
paintutils.drawPixel( x , y , --[[This is the number i need]] )
However I can not find black, so this dude that commented after original post said to do something with
colors.black()
and i tried
local id, black = colors.black()
paintutils.drawPixel( x , y, black )
And i get an error saying "Attempt to call number"I would like help in this.