08.01.2018, 00:08
So I've seen many people trying to create as server but always got a problem so I have a tutorial on how to install it on the linux server and then open the server: mp from your host
In this tutorial we will not use the command as ./samp03svr because some people have problems with that command Let's start
Video : https://www.youtube.com/watch?v=bTVUs4T99Yo&t=395s
STEP : 1
First open the putty
Then give the data and connect
STEP : 2
Step 2 starts with installing FTP
Commands to install FTP
After you give the commands for ftp you will encounter some error and give the commands for error
Commands for fixing the errors
So now you will not have any errors so now comes the important creation
STEP : 3
Now the gamefiles start to be created
Now you have successfully completed each step now you have to have a host that uses swift panel
STEP : 3
Now create the games on the panel
Let's Go
You must have the box added to the panel
Then go to configuration & Mange Games
Click new game
Than fixit like this

And hit save changes
Go to boxes again and go to the box that you have for samp and click gamefiles
And it should show on samp found if other games are founded it won't work
Like this
And create new client
And hit Add new client
Then add new server
It should show something like this

The server was successfully created
Now for server to work you go to web ftp and server.cfg and change server port to the one that you created
And then start server
As is said it won't work without chaning the port
Hope it i helpd you if you don't know how to do a step then watch the video
Thanky very much this is the first time i was posting in this forum
GoodBuy
In this tutorial we will not use the command as ./samp03svr because some people have problems with that command Let's start
Video : https://www.youtube.com/watch?v=bTVUs4T99Yo&t=395s
STEP : 1
First open the putty
Then give the data and connect
HTML Code:
http://prntscr.com/hxeqwe
HTML Code:
Step 2 starts with installing FTP
Commands to install FTP
HTML Code:
yum -y remove vsftpd
HTML Code:
yum -y install vsftpd
HTML Code:
/etc/rc.d/init.d/vsftpd start
HTML Code:
chkconfig vsftpd on
HTML Code:
yum install screen vsftpd ftp unzip ld-linux.so.2 -y
HTML Code:
service iptables stop
Commands for fixing the errors
HTML Code:
yum -y install glibc.i686
HTML Code:
yum install libstdc++.so.6
STEP : 3
Now the gamefiles start to be created
HTML Code:
yum install wget
HTML Code:
yum install unzip
HTML Code:
yum install -y screen
HTML Code:
mkdir -p /game/samp/
HTML Code:
cd /game/samp
HTML Code:
wget http://team.sa-mp.com/samp03dsvr.tar.gz
HTML Code:
tar -zxf samp03dsvr.tar.gz
HTML Code:
cd samp03
HTML Code:
vi server.cfg (press i and go to rconpassword and change then pres SHIFT+ESC and at the end write this:WQ AND ENTER)
HTML Code:
screen -S server
STEP : 3
Now create the games on the panel
Let's Go
You must have the box added to the panel
HTML Code:
HTML Code:
Than fixit like this
And hit save changes
Go to boxes again and go to the box that you have for samp and click gamefiles
And it should show on samp found if other games are founded it won't work
Like this
HTML Code:
HTML Code:
Then add new server
HTML Code:
HTML Code:
HTML Code:
HTML Code:
http://prntscr.com/hxezxg
HTML Code:
And then start server
As is said it won't work without chaning the port
HTML Code:
Thanky very much this is the first time i was posting in this forum
GoodBuy


