You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement a function to unlock different projects for different vips. For example, vip1 can only use footprints for free, and vip2 can only use player skins for free. Can I have such a function?
Or let the free items of vip be excluded. For example, I hope vip can use all the items for free, But Player skins can only be distributed by me on my own initiative
I'm very looking forward to it
Then how do I set the items in the store to be banned from purchase so that I can only actively distribute them to players
I really want this function
The text was updated successfully, but these errors were encountered:
put these 3 above to your item will make this item become non-buyable, non-free item (even admin with root access). To get this item give it a unique_id and install lootbox or voucher modules to get it or use sql query to give.
"flag" "op"
this keyvalue can use multiple flag. "flag" "o" or "flag" "q" only so just give your vip player whether o or q flag.
From my experience that isn't true. You do need to set the price to 1 however, making it 0 will make it accessible for everyone, even if "buyable" is set to 0.
I want to implement a function to unlock different projects for different vips. For example, vip1 can only use footprints for free, and vip2 can only use player skins for free. Can I have such a function?
Or let the free items of vip be excluded. For example, I hope vip can use all the items for free, But Player skins can only be distributed by me on my own initiative
I'm very looking forward to it
Then how do I set the items in the store to be banned from purchase so that I can only actively distribute them to players
I really want this function
The text was updated successfully, but these errors were encountered: