搜索
查看: 4619|回复: 12

急救,所有玩家进入服都提示“You have no entry to the server” 一直没解决的

[复制链接]
发表于 2006-11-22 18:33:20 | 显示全部楼层 |阅读模式 来自 中国–广东–珠海–香洲区
回复: 急救,所有玩家进入服都提示“You have no entry to the server” users.ini 源码
; 用户配置文件
; 文件位置: $moddir/addons/amxmodx/configs/users.ini
; 每行前的 ; 表示注释该行
; 权限标记:
; a - immunity (不能被 踢/封/处死/伤害 或者其他的命令影响)
; b - reservation (可通过预留通道加入服务器)
; c - amx_kick command (拥有KICK权限)
; d - amx_ban and amx_unban commands (拥有ban的权限)
; e - amx_slay and amx_slap commands (拥有强行杀死某人的权限)
; f - amx_map command (拥有更换地图的权限)
; g - amx_cvar command (可以设置amx的设置参数,但并不是所有的都可以)
; h - amx_cfg command (可以加载某个AMX的CFG设置文件权限)
; i - amx_chat and other chat commands (可以以管理员身份发布消息)
; j - amx_vote and other vote commands (可以发起一个投票事件)
; k - access to sv_password cvar (可以更改为服务器加密码)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)(可以用RCON命令来以OP身份登陆服务器)
; m - custom level A (自定义管理级别,为附加的其他插件预留的权限等级)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access (拥有打开MENU管理菜单的权限)
; z - user (普通用户权限)
; 帐号类型:
; a - disconnect player on invalid password (此用户的id进入服务器时需要检测密码)
; b - clan tag (此用户的id带有战队标签)
; c - this is steamid/wonid (此用户靠steamid/wonid进入服务器)
; d - this is ip (此用户靠ip进入服务器)
; e - password is not checked (only name/ip/steamid needed)(此用户进入时不检查密码,只需要id或者ip或者steamid)
; 密码:
; 在自己的autoexec.cfg里加入: setinfo _pw "<管理员密码>"
; 此处 _pw 代表的是参数 amx_password_field 设定的密码
; 管理员帐号格式:
; <名字|ip|steamid> <管理员密码> <权限等级> <帐号类型>
; 例子:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"
我都这样了也不行
发表于 2006-11-23 09:09:42 | 显示全部楼层 来自 中国–天津–天津

回复: 急救,所有玩家进入服都提示“You have no entry to the server” 一直没解决的

我估计你的amxx里所有玩家的权限不是z权限
回复

使用道具 举报

 楼主| 发表于 2006-11-25 15:35:52 | 显示全部楼层 来自 中国–广东–珠海–香洲区

回复: 急救,所有玩家进入服都提示“You have no entry to the server” 一直没解决的

amxx里所有玩家的权限都是z权限啊,不知是不是显卡驱动问题
回复

使用道具 举报

发表于 2006-11-26 23:27:40 | 显示全部楼层 来自 日本

回复: 急救,所有玩家进入服都提示“You have no entry to the server” 一直没解决的

不是什么驱动
打开amxx.cfg
// 服务器的记录模式选项
// 0 - 禁止权限登陆,所有的玩家都没有任何的权限
// 1 - 正常模式
// 2 - kick所有users.ini文件上无帐号的玩家
amx_mode 1
看看 是不是1
回复

使用道具 举报

发表于 2006-11-27 09:22:48 | 显示全部楼层 来自 中国–天津–天津

回复: 急救,所有玩家进入服都提示“You have no entry to the server” 一直没解决的

楼上的兄弟真的牛
!
回复

使用道具 举报

 楼主| 发表于 2006-11-27 17:42:36 | 显示全部楼层 来自 中国–广东–珠海–香洲区

回复: 急救,所有玩家进入服都提示“You have no entry to the server” 一直没解决的

楼上的我都试过了,还是不能解决。现在是CD错误64,就是同一台机有时能开有时开不了!
回复

使用道具 举报

发表于 2006-12-17 14:13:06 | 显示全部楼层 来自 中国–台湾

回复: 急救,所有玩家进入服都提示“You have no entry to the server” 一直没解决的

不懂哦,哪位大虾说说?还是电脑出问题了?
回复

使用道具 举报

发表于 2006-12-19 16:05:49 | 显示全部楼层 来自 中国–黑龙江–大庆

回复: 急救,所有玩家进入服都提示“You have no entry to the server” 一直没解决的

[64CD]  的话 有话原因 很多,不过现在主要的原因是 显卡 驱动的 问题 。由于最近 C-D 不在 更新,所以出现 新的显卡 驱动 所死问题。
回复

使用道具 举报

 楼主| 发表于 2006-12-22 01:31:40 | 显示全部楼层 来自 中国–广东–汕尾

回复: 急救,所有玩家进入服都提示“You have no entry to the server” 一直没解决的

CD不在更新,CS完了!!
回复

使用道具 举报

发表于 2006-12-22 05:14:45 | 显示全部楼层 来自 中国–重庆–重庆

回复: 急救,所有玩家进入服都提示“You have no entry to the server” 一直没解决的

没了CD,那不是外挂多多?
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表