• Pointshop help
    4 replies, posted
My point-shop isn't working correctly,I added an folder named Vip with items and the __category.lua inside of the items folder in pointshop-master ,but when I start up my server I never see the tab,Vip.Does anyone know what I did wrong?
Post your __category.lua in [code] tags.
[QUOTE=code_gs;47161763]Post your __category.lua in [code] tags.[/QUOTE] I'm kind of confused by what you mean by post your __category.lua in [code] tags,but below are the properties inside the __category.lua file: CATEGORY.Name = 'VIP' CATEGORY.Icon = 'award_star_gold_3' CATEGORY.AllowUserGroups = { "superadmin", "VIP" } CATEGORY.Order = 5 CATEGORY.AllowedEquipped = 2
And your folder is just called VIP? No spaces or any other symbols? Usergroups are case sensitive, so make sure VIP is the EXACT name of the group you want to see the tab. [code] tags are Facepunch's way of wrapping code in a condenser/highlighter. You can use them by doing [noparse][code]-- code here --[/code][/noparse] It looks like this in the end: [code]-- code here --[/code]
Never mind,I fixed the problem,you're supposed to copy the default folders and not make a new one.
Sorry, you need to Log In to post a reply to this thread.