• Let Another ULX Group Have Admin Tab for Pointshop?
    3 replies, posted
Hello, I've been recently creating groups inside ULX, and one of them happens to be "CommunityManager" which the job is to spawn players points once they become a member. I have went into the scripts and changed varieties of scripts that would hopefully let the CommunityManager group open the "Admin Tab" in Pointshop, but apparently it's not working. Here are the paths with the scripts; This script is in /lua/sv_pointshop.lua - [QUOTE]local admin_allowed = PS.Config.AdministratorCanAccessAdminTab and ply:IsAdmin() local superadmin_allowed = PS.Config.SuperAdminCanAccessAdminTab and ply:IsSuperAdmin() local communitymanager_allowed = PS.Config.CommunityManagerCanAccessAdminTab and ply:IsCommunityManager() local owner_allowed = PS.Config.OwnerCanAccessAdminTab and ply:IsOwner()[/QUOTE] Anyone help me?
Do you have any errors?
Nope. No errors. Just won't show up on Owner,SuperAdmin,CommunityManager, or admin pointshop menus. :/
local communitymanager_allowed = PS.Config.SuperAdminCanAccessAdminTab and ply:IsUserGroup("CommunityManager") Change the line for Community manager to that.
Sorry, you need to Log In to post a reply to this thread.