Hello, today I installed pointshop on my Gmod Murder Server and I could not use the Admin tab, I have had pointshop before and have had the tab on an old server. I have custom groups but it is just superadmin with the S and A capitalized. Please help!
[highlight](User was banned for this post ("Use the Help & Support section for threads like this" - Megafan))[/highlight]
Make sure the [URL="https://github.com/adamdburton/pointshop/blob/master/lua/sh_config.lua#L20"]admin tab is enabled[/URL]. Otherwise, you probably messed up your group inheritance structure. In the code, change all instances of IsAdmin() and IsSuperAdmin() to LocalPlayer():GetNWString("usergroup") == "Admin".
I'm pretty sure that superadmin is normally read w/o capitals. Try changing the "S" and "A" back to lower case.
Yeah what Aeternal said, you need it to be lowercase.
[QUOTE]Make sure the admin tab is enabled. Otherwise, you probably messed up your group inheritance structure. In the code, change all instances of IsAdmin() and IsSuperAdmin() to LocalPlayer():GetNWString("usergroup") == "Admin".[/QUOTE] You said in the code, does that mean in sv_pointshop or somewhere else in pointshop.
sv_pointshop.
Ok, Thanks
[QUOTE=TomRyan55;44966343]I have custom groups but it is just superadmin with the S and A capitalized. Please help![/QUOTE]
I'm just going to say this again (many, many threads man), but don't have a custom group above the default superadmin.
Sounds like you did create a new superadmin group...
also if you're using ulx (or some others maybe), usergroups don't use capitals, it get's changed to a lowercase
Sorry, you need to Log In to post a reply to this thread.