I want to check if a player is admin or not, before and after the nick change. I want to know if he was admin, and then he chosen to change his nick in order to be regular user, or, if he was a regular user, then he changed his nick, in order to became admin.
In short terms i need a function to check if the player was or not an admin. To check it after is pretty simple with a set_task. But i want to know if is there a posibility to check older nick admin flags.
NOTE: The admin si set by nick. Thank you very much.
PS. I looked into admin.sma to verify that method but is too complicated for what i need, only the ADMIN_RESERVATION flag wich is common to all my admins. Thanks