statistic with hole cards

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

statistic with hole cards

Postby husngforfood » Wed Jun 27, 2012 1:10 am

Is there any way to make this string equal 'this' or 'that', something like this:

tourney_hand_player_statistics.id_holecard = 70 OR 80

Or do I have to crazy and do this:

tourney_hand_player_statistics.id_holecard = 70 OR tourney_hand_player_statistics.id_holecard = 80 OR ...
husngforfood
 
Posts: 83
Joined: Wed Mar 21, 2012 4:03 am

Re: statistic with hole cards

Postby WhiteRider » Wed Jun 27, 2012 3:12 am

If you want to check specific numeric values you'll need to check them separately as you suggest.

If you want all multiples of 10 (or more likely multiples of 13 for hole cards) you can use "modulo", which is a % sign.
For example:
tourney_hand_player_statistics.id_holecard % 10 = 0
But that wouldn't give you only 70 or 80.
This post has examples if you want more information on that.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 22 guests

cron
highfalutin