Page 1 of 1

limit transfer

Posted: Tue Mar 25, 2014 7:10 am
by unvash
put a optione under the allow transfer chip to Limit the transfer chip amount

Re: limit transfer

Posted: Tue Mar 25, 2014 9:31 am
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.

Re: limit transfer

Posted: Tue Mar 25, 2014 2:49 pm
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 .

Re: limit transfer

Posted: Tue Mar 25, 2014 4:02 pm
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.