Lua errors when I press tab

Post Reply
Skeebo
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue May 27, 2014 7:54 pm

Lua errors when I press tab

Post by Skeebo »

My game was working just fine until I started adding a different scoreboard, I removed said scoreboard and still get this eruption of lua errors.

Code: Select all

[ERROR] gamemodes/terrortown/gamemode/vgui/sb_main.lua:254: attempt to index field 'hostname' (a nil value)
  1. unknown - gamemodes/terrortown/gamemode/vgui/sb_main.lua:254


[ERROR] gamemodes/terrortown/gamemode/vgui/sb_main.lua:188: attempt to index field 'ply_groups' (a nil value)
  1. unknown - gamemodes/terrortown/gamemode/vgui/sb_main.lua:188


[ERROR] gamemodes/terrortown/gamemode/vgui/sb_main.lua:188: attempt to index field 'ply_groups' (a nil value)
  1. unknown - gamemodes/terrortown/gamemode/vgui/sb_main.lua:188


[ERROR] gamemodes/terrortown/gamemode/cl_lang.lua:61: attempt to index upvalue 'cached_active' (a nil value)
  1. GetTranslation - gamemodes/terrortown/gamemode/cl_lang.lua:61
   2. Init - gamemodes/terrortown/gamemode/vgui/sb_main.lua:79
    3. Create - lua/includes/extensions/client/panel/scriptedpanels.lua:153
     4. ScoreboardCreate - gamemodes/terrortown/gamemode/cl_scoreboard.lua:27
      5. unknown - gamemodes/terrortown/gamemode/cl_scoreboard.lua:34

Skeebo
New to forums
New to forums
Posts: 2
Joined: Tue May 27, 2014 7:54 pm

Re: Lua errors when I press tab

Post by Skeebo »

I just reinstalled gamemode folder and fixed it, sorry everybody.
Post Reply