Same question, 2 years later. =P
db.asyncQuery('DELETE FROM `players` WHERE `deleted` = 1')
Sweet, where is the server save logic? I think I might add that script into there.
3 years**Same question, 2 years later. =P
Added to startup.lua, there is line in there that looks like it wanted do delete the players that had deleted != 1, but it was checking for deletion instead, and also doing a time comparison. Bit odd. Anyways, I added your script there and it works great! Thanks.data/globalevents check there (any startup script)
Yup... haha3 years**