• No categories showing up in pointshop
    9 replies, posted
I wanted more trails for donators, so i created a pointshop category called Donator Trails. Now for some reason no categories are shwoing up and i'm not getting any errors at all. My /addons/pointshop-master/lua/items/Donator Trails/__category.lua file: [LUA]CATEGORY.Name = 'Donator Trails' CATEGORY.Icon = 'rainbow'[/LUA] The only other change i really made was i added one trail to the existing trails category for normal users.
Don't have spaces or capitals in the folder path.
Thats weired my server went through 2 map changes without me editing any files at all and then it randomly started working again (all of our stuff was deleted/the category i'm trying to make didn't show up though) Then i tried renaming the file to doantor+ so it didn't have any spaces and it went back to not showing any categories at all.
Yeah not sure what the problem is really. The first round it shows your rank just fine but your name is also colored and every round after that your name is just colored and that's it.
[URL="http://steamcommunity.com/sharedfiles/filedetails/?id=214704481"]http://steamcommunity.com/sharedfiles/filedetails/?id=214704481[/URL] That's all i see but normal people just say all they can see is a grey screen. Also for some reason ti deleted everyone's stuff which doesn't really make any sense at all
Anyone know how to fix this?
Restore your default categories; you screwed something up.
Yeah i changed it back to default, woudl really like to add the trails though
[code]CATEGORY.Name = 'Donator Trails' CATEGORY.Icon = 'star' CATEGORY.AllowedUserGroups = { "donator" }[/code] Put this in pointshop-master/lua/items/donatortrails/__category.lua
Sorry, you need to Log In to post a reply to this thread.