How to forbid a player to buy a gamepass from the site, if the same player has bought a bundle?

Hello
If I implement a bundle of gamepasses and a player has bought such bundle, how can I forbid the same player to buy the individual gamepasses in the bundle (outside of the game)?

Thanks

1 Like

I would recommend using Dev Products to do this.

You can block players from being prompted a game pass purchase in-game if they meet certain conditions, but they can simply opt into buying them off the website. They cannot do this with Dev Products.

You mean that the gamepasses, which can be part of a bundle, must not be offered as gamepasses at all?

I’m assuming you’re trying to do something like this:

  • Game Pass A: Allows the player to run faster.
  • Game Pass B: Allows the player to jump higher.
  • Game Pass C: Allows the player to run faster & jump higher. (A bundle)

If this is the case, I would highly recommend using Dev Products instead. Otherwise, the player can purchase the bundle and still have the ability to purchase the other two game passes from the website.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.