Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- db:exec(
- string.format([[
- INSERT INTO history VALUES (
- datetime('now', 'localtime'),
- %d,
- %d,
- %q
- ); ]],
- statistics.HighScore,
- statistics.MobCount,
- statistics.Initials
- )
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement