Does anyone know how I might limit the stats plugin so that it only logs for admins of a given admin level?? I have modified it to the best of my knowledge and it still stores stats for everyone. I have made it spit out an error message to non-admins on /rank and /statsme, and on the stats menu it only shows those with the sufficient admin level in the server. But when you do /top15 it proves that it still stores the stats for everyone. I put a piece of code in the client_death() method to check if they have the admin level, but it doesn't seem to work. I have attached my copy of statsx.sma below.