04-16-2017, 05:42 PM
That's strange, I tried your exact code in the Debuggers plugin and it works for me.
Are you sure you reloaded the plugin (or restarted the server) so that the code changes were applied? Could you post your entire plugin source so that we can have a look?
function Initialize(a_Plugin) -- Other unrelated code cWebAdmin:AddWebTab("Example", "example1", function(a_Request, a_UrlPath) return "asd", "text/html; charset=utf-8" end) -- Other unrelated code end
Are you sure you reloaded the plugin (or restarted the server) so that the code changes were applied? Could you post your entire plugin source so that we can have a look?