Quote:
Originally posted by trilOByte
BTW - how can I reset the leaderboard?
I'd like to run regular "races" and periodically zero all the scores. I assume I'll need to run a query, anyone know what it is?
|
Run this query:
PHP Code:
$DB_site->query("DELETE FROM arcade WHERE game='tetris'");
But be careful!
My arcade hack has that option (Reset Scoreboard) in the Admin Panel.