• attempt to call field 'Get' (a nil value) with custom scoreboard.
    2 replies, posted
So I completed that scoreboard I was working on, but now whenever my players click on a tool, go to the NPC/Weapons/Entities tab, an error like this appears: [code] [ERROR] gamemodes/sandbox/gamemode/spawnmenu/contextmenu.lua:213: attempt to call field 'Get' (a nil value) 1. DoClick - gamemodes/sandbox/gamemode/spawnmenu/contextmenu.lua:213 2. unknown - lua/vgui/dlabel.lua:218 [/code] Anyone know why this is, and how to fix it?
Did you break or override the list library on your server? Make sure you do not have any variables named "list" in your code that are global.
[QUOTE=Robotboy655;50762763]Did you break or override the list library on your server? Make sure you do not have any variables named "list" in your code that are global.[/QUOTE] That's the exact name of one of my variables, I'll change it and test it out. [editline]23rd July 2016[/editline] It works! Thanks for the help, I really appreciate it.
Sorry, you need to Log In to post a reply to this thread.