I keep getting this error in a scoreboard i am trying to update to newest gmod version
[ERROR] lua/vgui/dlabel.lua:68: attempt to index local 'col' (a number value)
I tried searching for it but i just can't seem to find any fix for it
This is the scoreboard: [url]http://www.garrysmod.org/downloads/?a=view&id=130148[/url]
It would be helpful to post the code for your scoreboard as well as the full error because we don't know what your doing wrong.
It looks like your doing something wrong with setting the text color somewhere though.
It means you're trying to access a field of a number, which you can't. You're trying to use a number as a table basically.
Sorry, you need to Log In to post a reply to this thread.