1. is there anyway you could incorporate a start button for Texas hold em ?
as when you have a few players in there its hard to get them all to start @ the same time
2. had 9 players in the room last night and as soon as the tenth player entered the room starting kicking players ?
3. still getting db error on clicking more stats
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT sum(bet) AS bet, sum(won) AS won, cs1.switch2
FROM casino_settings AS cs1, casino_settings AS cs2, casino_bet_stats
WHERE cs1.settingname = 'gamename'
AND cs2.settingname = 'gameactive'
AND cs1.switch1 = gameid
AND cs2.switch2 = '1'
AND cs1.switch1 = cs2.switch1
GROUP BY gameid;
MySQL Error : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Error Number : 1104
any help greatly received