Linux
安装指令
apt update && apt upgrade -y
apt-get install lib32stdc++6 wget tar -y
wget http://files.sa-mp.com/samp037svr_R2-1.tar.gz
tar xzf samp037svr_R2-1.tar.gz
cd samp03/
./samp03svr #change your rcon_password
请直接复制以上代码勿点击一键复制
启动失败处理方法
- -bash: ./samp03svr: /lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录
yum install libstdc++.i686 glibc-devel.i686
yum install glibc.i686
- ./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
yum whatprovides libstdc++.so.6
- 已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.vodien.com
* extras: mirror.vodien.com
* updates: mirror.vodien.com
libstdc++-4.8.5-44.el7.i686 : GNU Standard C++ Library
源 :base
匹配来源:
提供 :libstdc++.so.6
yum install libstdc++-4.8.5-44.el7.i686
- 关闭SSH后服务器中断了
nohup ./samp03svr &
- -bash: ./samp03svr: No such file or directory
apt-get install lib32stdc++6
SA-MP下载
SA-MP 0.3.7 客户端下载
-
- SA-MP 需要 GTA:SA(PC 版 DVD 游戏)v1.00 US/EU。
- DVD 版本的 2.0 版可以使用第三方补丁降级到 1.0 版。
- GTA:SA 的 Steam 和 Direct2Drive 版本目前不受支持且无法降级。
从 1 个镜像下载 SA-MP 客户端安装程序并将程序安装到您的 GTA San Andreas 文件夹中。
SA-MP Windows 服务器下载
注意:此软件包还包括脚本工具(PAWN 编译器)。如果您希望运行公共 SA-MP 服务器,
请查看SA-MP 服务协议。
Comments | NOTHING