If I set it to 0 points needed to play a game, it still doesn't show the play game link. I disabled the acrcade pass option and enabled pay per play in admincp.
Enable Arcade Passes? No
Enable Pay Per Game? Yes
And if I set Arcade Pass cost to 0, it still says "You do not have enough points for this." when I click it.
EDIT: Another thing:
Code:
Database error in vBulletin 3.0.0 Release Candidate 4:
Invalid SQL: UPDATE user SET uttpoints=uttpoints+505 WHERE userid='1'
mysql error: Unknown column 'uttpoints' in 'field list'
mysql error number: 1054
Date: Monday 01st of March 2004 09:10:09 AM
Script: http://www.pc-nerd.com/arcade.php
Happens when you finish a game and it goes to enter the score on the scoreboard. Even when the master switch is off.
EDIT: The above problem was solved by doing this query:
Code:
ALTER TABLE `user` ADD `uttpoints` BIGINT( 15 ) NOT NULL ;
However, even though my jackpot was 500, it gave me 555. And after I played the game, the jackpot reset to 525.