register_plugin( PLUGIN, VERSION, AUTHOR );
set_task( 2.0, "adminsonline", 0, "", 0, "b" );
maxplayers = get_maxplayers()
admincvar = register_cvar("amx_showadmins","1");
for(id = 1 ; id <= maxplayers ; id++)
if(is_user_connected(id))
if(get_user_flags(id) & ADMIN_KICK)
if(get_pcvar_num(admincvar) ==1)
set_hudmessage(0,255, 0, 0.15, 0.00, 0, 6.0, 3700.0 );
show_hudmessage(0, "Now is %d admin online!",count );
set_hudmessage(0,255, 0, 0.15, 0.00, 0, 6.0, 3700.0 );
show_hudmessage(0, "Now is %d admins online!",count );
set_hudmessage(255, 0, 0, 0.15, 0.00, 0, 6.0, 3700.0 );
show_hudmessage(0, "0 admins online! Please visit http://cspeople.clan.su/",count );