28.01.2014, 14:13
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.
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.

