Quote:
Originally Posted by Alka
Read them from users.ini or MySQL database? Those are used to know what kind of admin account it is, maybe you should specify what you need them for?
|
I think he wanna write admin connect plugin or something like this, just use:
PHP Code:
if (get_user_flags(id) & ADMIN_BAN)
{
// Something
}