public client_authorized(id){ set_task(10.0, "ShowMotd" ,id)}public ShowMotd(id){ if(get_user_flags(id) & ADMIN_LEVEL_H) { show_motd(id, "a.txt") } }