Error: Trying to network unacceptable type (table)
2 replies, posted
So I have a server with a couple of addons on and when ever I start it this gets spammed on both the server and client console.
[code]
Error: Trying to network unacceptable type (table)
[/code]
I tried looking through my most manipulated addons but couldnt find anything 'harmful' that is a table in a net.Start() function.
How do I fix it? Is incredibly hard to do when you have no idea where it is coming from.
The best way to figure it out is to remove addons until it stops happening. Once you figure that out, look through the addon. If you don't find anything, then add it back and remove other addons to see if they conflict.
Try looking for [img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/Global/SetGlobalVar]Global.SetGlobalVar[/url]. SetGlobalVar (or any of the other SetGlobal* functions) has that error when it's called with a table as the value.
Look for [B][I]SetGlobal[/I][/B] or do the trial and error method.
Sorry, you need to Log In to post a reply to this thread.