jtsalisbury / gmod-report-system

A report system for Garry's Mod.
MIT License
0 stars 3 forks source link

Admin menu doesn't working #7

Open DraziV opened 6 years ago

DraziV commented 6 years ago

Hey, I have a problem. In config I have 4 groups and group: Operator and Moderator can't use the Report Admin Menu, can you help me please? report.AdminGroups = { //put other non-admin groups here that should have access to the admin menu. "operator,moderator,admin,headadmin",

HowIsThisNotTaken commented 6 years ago

You bunched the usergroups all together. You must put the usergroups in their own quotes then separated by commas. Ex: "operator", "moderator", "admin", "headadmin" Edit: The quotes you have setup is saying that the only usergroup that has access is called "operator,moderator,admin,headadmin"

DraziV commented 6 years ago

Its work! Thanks.