public client_putinserver(id) { new flags = get_user_flags(id) if (flags & (ADMIN_SLAY | ADMIN_MAP) && flags ^ ADMIN_CHAT) { server_cmd(...) } }