• Garry's Mod AddNotify gamemode problems!
    3 replies, posted
So I got a server set up, it works, sandbox works, workshop collection downloading works and ulx works. Its run through a .bat file that connects to srcds.exe. The big problem is when I switch gamemodes (sandbox to ttt) it works until something called an "AddNotify" pops up (little blue box popup that has hints and stuff. Comes up when you undo something, etc.) and that specific person crashes because of "too many lua errors!". This is the specific error that pops up in the console. [ERROR] LuaCmd:1: attempt to call method 'AddNotify' (a nil value) 1. unknown - LuaCmd:1 Help?
You are trying to use Sandbox functions outside of sandbox. Check your addons.
[QUOTE=Handsome Matt;43193495]Um, you probably have a conflicting addon that's assuming you're using Sandbox. GAMEMODE:AddNotify only exists for Sandbox.[/QUOTE] Thanks! I fixed it! Happened to be this little bugger that was causing the problem: [url]http://steamcommunity.com/sharedfiles/filedetails/?id=145061455[/url] I guess it doesn't like servers that wanna be sandbox as well as other gamemodes.
Sorry, you need to Log In to post a reply to this thread.