• gmod_game: Added cleanup.GetTable() for getting registered cl..
    4 replies, posted
[B]Revision 1063[/B] [INDENT]Added cleanup.GetTable() for getting registered cleanup types, concommand.GetTable() for getting active Lua console commands, http.GetTable() for getting a list of active HTTP processes and usermessage.GetTable() for a list of hooked user messages.[/INDENT][B]Changed Files:[/B] [LIST] [*][URL="https://facepunch.svn.beanstalkapp.com/gmodgame/garrysmod/lua/includes/modules/cleanup.lua"]garrysmod/lua/includes/modules/cleanup.lua[/URL] [*][URL="https://facepunch.svn.beanstalkapp.com/gmodgame/garrysmod/lua/includes/modules/concommand.lua"]garrysmod/lua/includes/modules/concommand.lua[/URL] [*][URL="https://facepunch.svn.beanstalkapp.com/gmodgame/garrysmod/lua/includes/modules/http.lua"]garrysmod/lua/includes/modules/http.lua[/URL] [*][URL="https://facepunch.svn.beanstalkapp.com/gmodgame/garrysmod/lua/includes/modules/usermessage.lua"]garrysmod/lua/includes/modules/usermessage.lua[/URL] [/LIST] Committed By [B]Alexander Overvoorde[/B]
An end is missing at [lua] function GetTable() return Hooks [/lua] in usermessage.lua
You should fix it or almost all addons will brake.
[QUOTE=MDave;29983520]An end is missing at [lua] function GetTable() return Hooks [/lua] in usermessage.lua[/QUOTE] They're all missing ends, in every file where that causes.
Sorry, was a copy-paste failure because I accidentally made the changes in my srcds version of GMod first.
Sorry, you need to Log In to post a reply to this thread.