• undefined pointshop problems!
    4 replies, posted
for some reason when i added in donor and vip tabs it wont let the ranks i set see them in the pointshop: [CODE]CATEGORY.Name = 'Donator' CATEGORY.Icon = 'star' CATEGORY.AllowedEquipped = -1 CATEGORY.AllowedUserGroups = { "admin", "vip", "owner","moderator","donator","trialvip","trialdonor","trialdeluxe","web",} CATEGORY.Order = 8[/CODE] Im using Ulx. Another problem is how can i make the donor tabs visible to all players? but only donor ranks can purchase stuff inside???!??!?!
[QUOTE=hamisholy;45287236]for some reason when i added in donor and vip tabs it wont let the ranks i set see them in the pointshop: [CODE]CATEGORY.Name = 'Donator' CATEGORY.Icon = 'star' CATEGORY.AllowedEquipped = -1 CATEGORY.AllowedUserGroups = { "admin", "vip", "owner","moderator","donator","trialvip","trialdonor","trialdeluxe","web",} CATEGORY.Order = 8[/CODE] Im using Ulx. Another problem is how can i make the donor tabs visible to all players? but only donor ranks can purchase stuff inside???!??!?![/QUOTE] Delete the CATEGORY.AllowedUserGroups and just put ITEM.AllowedUserGroups = { groups } in all of your items you want to be donator only.
[QUOTE=code_gs;45287297]Delete the CATEGORY.AllowedUserGroups and just put ITEM.AllowedUserGroups = { groups } in all of your items you want to be donator only.[/QUOTE] will this let the people see the tabs aswell?
[QUOTE=hamisholy;45287314]will this let the people see the tabs aswell?[/QUOTE] Yes.
[QUOTE=code_gs;45287315]Yes.[/QUOTE] Thanks so much!
Sorry, you need to Log In to post a reply to this thread.