04-16-2017, 12:11 AM
Hello, welcome to the forum.
You're calling the function wrong, it should be
You're calling the function wrong, it should be
cWebAdmin:AddWebTab(...) -- Note the colon instead of dot!Then the parameters will match what the API docs say (the cWebAdmin itself is the first hidden parameter, like "this" in C++).