Hi, I'm not sure if you ever fixed this, I'm kinda assuming you did. BUT... Either way, I'll give you the fix.
Looking through your code there, I found the issue quite quickly.
On each "Package" you have this line/string:
OnlyFor = { "" },
THIS MEANS ONLY THESE ULX RANKS CAN SEE AND/OR BUY IT.
Change this line, to this:
DisabledFor = { "" },
THIS MEANS THE RANKS YOU PUT IN THERE, CAN'T SEE IT.
IF YOU DON'T PUT ANYTHING IN THERE, EVERYONE CAN SEE IT :)
Hope I helped.
- Casey
Hi, I'm not sure if you ever fixed this, I'm kinda assuming you did. BUT... Either way, I'll give you the fix.
Looking through your code there, I found the issue quite quickly.
On each "Package" you have this line/string:
OnlyFor = { "" },
THIS MEANS ONLY THESE ULX RANKS CAN SEE AND/OR BUY IT.
Change this line, to this:
DisabledFor = { "" },
THIS MEANS THE RANKS YOU PUT IN THERE, CAN'T SEE IT.
IF YOU DON'T PUT ANYTHING IN THERE, EVERYONE CAN SEE IT :)
Hope I helped.
- Casey