so i started a new server and i have been able to setup pointshop and ulx. now i was wondering if there is anyway to make a VIP tab in the pointshop that only people with the vip rank can buy from.
I dunno, i can try later
[QUOTE=poulandre72;41612158]I dunno, i can try later[/QUOTE]
okay thank you
You can use [LUA]CATEGORY.AllowedUserGroups = { "vipgroupname" }[/lua] You can read more on [URL="http://pointshop.burt0n.net/categories"]THIS[/URL] page.
[QUOTE=M60warrior;41612333]You can use [LUA]CATEGORY.AllowedUserGroups = { "vipgroupname" }[/lua] You can read more on [URL="http://pointshop.burt0n.net/categories"]THIS[/URL] page.[/QUOTE]
so thoes this work with the ULX?
if so thank you!
[QUOTE=casist;41612392]so those this work with the ULX?
if so thank you![/QUOTE]
Yes, It does work with ULX just take the ULX Group name and replace "vipgroupname" with your group name.
There can be multiple groups you can use just separate with a comma.
And Welcome!
[QUOTE=M60warrior;41612712]Yes, It does work with ULX just take the ULX Group name and replace "vipgroupname" with your group name.
There can be multiple groups you can use just separate with a comma.
And Welcome![/QUOTE]
you would know how to install new models as well would you :) ?
If you go into the folder where all of the models in the PS are located, you can take a look at an already existing model and then edit that. You'll learn a lot more that way, than if we simply tell you how.
lua/items/playersmodels, anyway
[QUOTE=NiandraLades;41613882]If you go into the folder where all of the models in the PS are located, you can take a look at an already existing model and then edit that. You'll learn a lot more that way, than if we simply tell you how.
lua/items/playersmodels, anyway[/QUOTE]
i was thinking more getting the models in to the shop
[QUOTE=casist;41612392]so thoes this work with the ULX?
if so thank you![/QUOTE]
How would i add more than one category?
CATEGORY.AllowedUserGroups = { "vipgroupname", "othergroupnamehere?", "andso-on?" }
what about a fail message like it would prompt up "you need to be a vip to enter this category", would it be something like this:
CATEGORY.CustomCheckFailMsg = "you need to be a vip to enter this category",
Sorry, you need to Log In to post a reply to this thread.