10-20-2015, 05:55 AM
Hello guys...today I am going to teach you how to create a BASIC SA:MP server in linux(CentOS).
Requirements:
1. One VPS or a Dedicated Server.
2. PuTTy and some knowledge of SSH.
3. Time and a cup of tea of you like...
Procedure:
First of all we will be creating a new user for SA:MP(NEVER run SA:MP in root)
So, Enter
Then, set a password
Enter any password.
If you are not used to PuTTy, let me tell you that the letters will not appear while you are typing the password.
Next close the root window.
Login with your newly created account.
Then...
1. Enter:
2.Then:
3. Un'tar'
4.You can verify whether it is properly done by entering the {code}ls[/code]command.
5.Now
5. Edit the config file. (DON'T FORGET TO CHANGE RCON Password)
When done, Ctrl+0 and then Ctrl+X
6. Then we must chmod some files as 'executable'
7. NOW IT'S TIME TO START THE SERVER.:
WOW!!! YOU NOW HAVE A WORKING SA:MP SERVER.
Requirements:
1. One VPS or a Dedicated Server.
2. PuTTy and some knowledge of SSH.
3. Time and a cup of tea of you like...
Procedure:
First of all we will be creating a new user for SA:MP(NEVER run SA:MP in root)
So, Enter
Code: (Select All)
adduser -m samp
Code: (Select All)
passwd samp
If you are not used to PuTTy, let me tell you that the letters will not appear while you are typing the password.
Next close the root window.
Login with your newly created account.
Then...
1. Enter:
Code: (Select All)
cd ~
Code: (Select All)
wget http://files.sa-mp.com/samp037svr_R2-1.tar.gz
Code: (Select All)
tar zxf samp037svr_R2-1.tar.gz
5.Now
Code: (Select All)
cd samp03
Code: (Select All)
nano server.cfg
6. Then we must chmod some files as 'executable'
Code: (Select All)
chmod +x samp-npc samp03svr announce
Code: (Select All)
nohup ./samp03svr &