Depositors Freerolls & Registered User list of a tournament

For general discussion of the Poker Mavens software
Post Reply
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Depositors Freerolls & Registered User list of a tournam

Post by Kent Briggs »

1. If the tournament has a buy-in and you want to let someone in for free, you would have to add chips to their account. Call TournamentsRegister first with the Negative parameter set to "Allow" then call AccountsIncBalance. To prevent them from unregistering and getting those chips back, use the tournament's permissions settings. Specifically set the tournament's "Unregister permission" to a negative token ("-free123" for example) and then add that token (without the dash) to the player using AccountsPermission. Other players who bought in with their own chips can still unregister since they won't have the token. You should remove that token from the player after it's no longer needed.

2. See TournamentsWaiting in the API docs.
Post Reply