[POINTSHOP] How to set donators in Pointshop for TTT?
5 replies, posted
How do I set a pointshop exclusive group (Example Donator ) in TTT so only they get exclusive skins?
See here for information:
[url]http://pointshop.burt0n.net/categories[/url]
Don't make two threads. Just ask how in your first one in which I already told you how to do this.
[QUOTE=Aeternal;45185254]Don't make two threads. Just ask how in your first one in which I already told you how to do this.[/QUOTE]
The first one was for specific players, not player groups. Sorry :I
[QUOTE]Cant I at least make it Donator Exclusive?[/QUOTE]
You then asked how to add them to Donor groups as well.
[code]
ITEM.AllowedUserGroups = { "vip" }
[/code]
Makes the Item Donator Only
[code]
CATEGORY.AllowedUserGroups = { "admin", "vip" }
[/code]
Makes the Category Donator only
Sorry, you need to Log In to post a reply to this thread.