22.08.2015, 09:53
You can do this, but it will slow your server down depending on how regularly you check the database with the timer. I'd personally say doing critical things like kicking a player would definitely best be done using sockets instead, but for none important things then using a MySQL table / timer and running that every minute or so would be fine.