auto account delete
#1

How I can make auto account delete if playere didn't logged in for 30 days
Reply
#2

?
Reply
#3

What saving system are you using? For SQL based systems, add a field with their last login if you haven't already. When the server starts (or perhaps on a cron job?), execute a query to delete accounts.

I don't think it's possible with a file based system, at least not through Pawn scripting. You'd need to retrieve the 'last modified' date and use it in a shell script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)