Quote:
Originally Posted by b6gm6n
i'd create a query for phpmyadmin or whatever
Code:
UPDATE `arcade_games` SET `highscore` = '0.000' WHERE `gameid` =66 LIMIT 1 ;
alter the "66" to the game id you wish to change
-b6
|
Wow.. that does some interesting stuff. Resets the high score to 0 on the scoreboard but when you go to the game screen, everyone's scores remain, the game just doesnt have a high score.