|
发表于 2005-6-16 08:42:10
|
显示全部楼层
来自 中国–福建–龙岩
这是官方给的脚本。
- @echo off
- cls
- echo Protecting hlds from crashes...
- echo If you want to close hlds and this script, close the hlds window and type Y depending on your language followed by Enter.
- title DT-Club.net Watchdog
- :hlds
- echo (%time%) hlds started.
- start /wait /high hlds.exe -console -game cstrike +map de_dust +maxplayers 32
- echo (%time%) WARNING: hlds closed or crashed, restarting.
- goto hlds
复制代码 |
|