|
发表于 2005-5-26 00:38:12
|
显示全部楼层
来自 中国–贵州–贵阳
最好的方法:编辑个hlds.bat文件:
@echo off
:loop
start/high/wait hlds.exe -game cstrike -nomaster -port 27015 +sv_lan 1 -console +insecure +maxplayers 32 +map de_dust2
goto loop
把它添加到计划任务里,这样的话只要HLDS一关闭就会自动以高优先启动,无论是在HLSW的窗口中输入exit,又或者用RCON命令EXIT都会重新启动。此处注意high和wait参数的作用。 |
|