03.07.2011, 17:06
Eric, you're missing the samp03svr file. I'm not sure where your samp03svr file is located, however you could run the following command to get it back to your directory:
# mv /path/to/samp03svr ~/server7722
If you cannot find it yourself you could run the following command:
# locate samp03svr
Additionally, you could just do a fresh install using the following commands:
# cd ~
# rm -rf server7722
# wget http://team.sa-mp.com/files/samp03csvr_R2-2.tar.gz
# tar xvfz samp03c*
# mv samp03 server7722
# cd server7722
# cat server.cfg | sed s/'rcon_password changeme'/'rcon_password changeme2'/ > tmp && mv tmp server.cfg
# ./samp03svr
# mv /path/to/samp03svr ~/server7722
If you cannot find it yourself you could run the following command:
# locate samp03svr
Additionally, you could just do a fresh install using the following commands:
# cd ~
# rm -rf server7722
# wget http://team.sa-mp.com/files/samp03csvr_R2-2.tar.gz
# tar xvfz samp03c*
# mv samp03 server7722
# cd server7722
# cat server.cfg | sed s/'rcon_password changeme'/'rcon_password changeme2'/ > tmp && mv tmp server.cfg
# ./samp03svr