limit transfer

Add your suggestions for improving Poker Mavens
Post Reply
unvash
Posts: 35
Joined: Sun Jan 05, 2014 3:53 pm

limit transfer

Post by unvash »

put a optione under the allow transfer chip to Limit the transfer chip amount
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: limit transfer

Post by Kent Briggs »

unvash wrote:put a optione under the allow transfer chip to Limit the transfer chip amount
They could just send small amounts multiple times to get around that. You can disable chip transfers in the client and make your own using API functions, giving you full control of how it should work at your site.
unvash
Posts: 35
Joined: Sun Jan 05, 2014 3:53 pm

Re: limit transfer

Post by unvash »

working with api is not good . in event log just showing a player balance changes with api . but transfer chip in game its very good beacuse in event log show transfer xxx player to xxx player .
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: limit transfer

Post by Kent Briggs »

unvash wrote:working with api is not good . in event log just showing a player balance changes with api . but transfer chip in game its very good beacuse in event log show transfer xxx player to xxx player .
Every API command has an optional "Log" parameter where you can append custom text (such as "transfer xxx from player to player"). There's also a separate LogsAddEvent command in the API that adds a custom line to the Event Log. So you can use it to document the transfer also.
Post Reply