Show Active Ring Game Tables !

For general discussion of the Poker Mavens software
Post Reply
spoker
Posts: 76
Joined: Tue Sep 24, 2013 2:45 am

Show Active Ring Game Tables !

Post by spoker »

Dears ,
I Have 10 Ring Games Table ,
Now I want to show Just ACTIVE tables ,
Active Tables = Tables are Player Seated , No -0- Players ,
I Used RingGamesList Command , But that show All Tables !
I want to show Just Active Tables
please Help me about that code (php)
ty
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Show Active Ring Game Tables !

Post by Kent Briggs »

spoker wrote: I Used RingGamesList Command , But that show All Tables !
I want to show Just Active Tables
When you call RingGamesList in the API, include Status in the list of fields. Then loop through all the tables returned and ignore the ones where the Status field is "Playing: 0".
Post Reply