Let's say you make an admin command, how do you check if they're an admin?
if(AdminLevel[playerid] ...)
To continue what clarencecuzz said,check your admin level function and use Dialogs to connect it, as for something like "9 admins are online", you can make a loop to check whether he is an admin via your function and connect it with your dialog...