Quote:
Originally Posted by DiesellMinded
I would like a more suttle approch at whos in there currently i have my chat and vbay set up to show [x] after the link in the navbar and i would really love for this to be the same , Can you help ?
|
Change the plugin "casino players in poker" to this:
Code:
$pokertimeout = time() - 30;
$result = $db->query_read("SELECT count(userid) AS np FROM casino_texasholdem_whoisin WHERE lastcheck > $pokertimeout");
$row = $db->fetch_array($result);
$inpoker = $row[np];
and put "$inpoker" wherever you want the number to show up. However this is just players in the poker game, not the single player games.