|
|
本人在把cs服务器佛山版端装在/root/hlds_l目录下,快捷方式属性为
#/bin/bash/
export LD_LIBRARY_PATH=/root/hlds_l LD_LIBRARY_PATH
cd /root/hlds_l
/root/hlds_l/hlds_run -game cstrike -port 27015 -insecure +sv_lan 1 +maxplayers 24 +map de_aztec -nomaster &
在linux命令行中运行,在装载了AMX控件后,显示失去主机通信,然后load地图,最后不通.
dos 下telnet 上linux操作,更改了文件夹属性那些,却是如下错误:
# chmod -R 777 /root/hlds_l
# cd /root/hlds_l
# chmod +x start_cs.sh
# ./start_cs.sh
': not a valid identifierport:'
: 没有那个文件或目录3: cd: /root/hlds_l
Auto detecting CPU
: command not found 4:
# Using Pentium II Optimised binary
Auto-restaring the server on crash
Console initialized
Protocol version 46
Exe version 3.1.1.1
Exe build: 13:14:23 Dec 22 2003 <2615>
Auth Server
WARNING: UDP_OpenSocket: port: 27015 bind: Address already in use
FATAL ERROR <shutting down>: Could't allocate dedicated server IP port 27015.
/root/hlds_l/hlds_run: line 339:14225 段错误 $HL_CMD
Add "-debug" to the /root.hlds_1/hlds_run command line to generate a debug.log
to help with soving this problem |
|