Page 1 of 1

Re: Depositors Freerolls & Registered User list of a tournam

Posted: Sun Jan 03, 2016 10:30 am
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.