Script-Enforcer-Bypass
Script-Enforcer-Bypass copied to clipboard
concommand.Add creates a console command, but running the command returns Unknown command
Here is the part of the code with the console command:
concommand.Add("removehooks",function()
hook.Remove("PostRender", "hook1")
end)
When running this as a script with lua_openscript_cl using this patch, it will show the console command in autocomplete, but when executing the command, it says its an unknown command.
same problem