=|HERO|=ARBIN 发表于 2005-7-18 12:45:02

BF2 remoteconsole

"E:\EA GAMES\Battlefield 2\AdminUtils\rcon\remoteconsole.exe" -h 221.230.1.89 -p 4711
按照样式 建立一个remoteconsole.exe快捷方式
要换map的话
先exec maplist.list
然后exec mapList.currentMap - Shows the map list ID number of the current map being --列出目前地图名称
最后mapList.insert - Same as mapList.append command, but with this command you can specify at what map ID number to insert the new map into the list----和添加命令一样,但是这个命令你可以指定地图添加到列表中任意位置
添加到现在的地图的后一个id
然后 输入exec admin.runnextlevel
显示玩家 exec admin.listplayers
kick玩家   exec admin.kickplayer <ID> 不包括<>
exec sv.autobalanceteam 1,0 自动平衡
exec sv.timelimit 一局时间
- admin.clearBanList 清理黑名单
Clears all ban lists.
- admin.listBannedAddresses 查看黑名单
Displays a list of the currently banned IP addresses.
- admin.banPlayer <player ID number> BAN掉某人,可以带时间参数

页: [1]
查看完整版本: BF2 remoteconsole