Quote:
Originally Posted by Davey-UK
I have installed the latest version from v3arcade.com, installed loads of games, now i have just noticed that all game settings are set to YES for low scoring instead of high scoring. Without going through every individual game, can anyone give me a mysql query to run to change ALL score settings to HIGH.
Thanks
|
If anyone else seems to be having the same trouble, i worked out the query.
In your phpmyadmin, it will already be showing as zero, but running this query will make all games be HIGHEST SCORE WINS.
Code:
UPDATE vb_v3arcade_games SET isreverse=1
Make sure you rename the vb_ , to your own table prefix.