Hello everyone, I have already a server mta, I made the second, but when I start it, it won't work, when I go to ftp, I didn't find no logs, and databases... etc
my vps is CentOS
commands:
mkdir /home/mta2
cd /home/mta2
wget http://linux.mtasa.com/dl/153/multitheftauto_linux-1.5.3.tar.gz
tar -xf multitheftauto_linux-1.5.3.tar.gz
rm -rf multitheftauto_linux-1.5.3.tar.gz
cd multitheftauto_linux-1.5.3
wget http://linux.mtasa.com/dl/153/baseconfig-1.5.3.tar.gz
tar -xf baseconfig-1.5.3.tar.gz
rm baseconfig-1.5.3.tar.gz
mv baseconfig/* mods/deathmatch
rm -rf /home/mta2/multitheftauto_linux-1.5.3/baseconfig
cd /home/mta2/multitheftauto_linux-1.5.3
mkdir mods/deathmatch/resources
cd mods/deathmatch/resources
wget http://mirror.mtasa.com/mtasa/resources/mtasa-resources-latest.zip
unzip mtasa-resources-latest.zip
rm -rf mtasa-resources-latest.zip
mv /home/mta2/multitheftauto_linux-1.5.3/* /home/mta2
rm -rf /home/mta2/multitheftauto_linux-1.5.3
~
cd /home/mta2
./mta-server -d
help please?
Fixed guys, thanks.