cApSL0ckb0mb3r
Active member
- Joined
- Feb 18, 2013
- Messages
- 196
- Reaction score
- 3
Tut: How to make your own SA-MP Server!
Okay first start by downloading the server files.
Windows: http://files.sa-mp.com/samp03x_svr_R1-2_win32.zip
Linux: http://files.sa-mp.com/samp03xsvr_R1-2.tar.gz
_______________________________________________________________________________________________
Now extract the server files to a folder (Preferably on your desktop)
First thing you need to do is edit your server.cfg file.
Set your RCON password, host name (Server name), max players and port (Not necessary)
_______________________________________________________________________________________________
Gamemodes!
You will need to choose your GM (Game mode) You can either use one provided in the folder "Gamemodes"
Choose the one that you want to use, open server.cfg and edit this line:
If you want to use the gamemode "Grandlarc" edit the line to this:
!! You can also create your own game modes using pawn or download them from here:
Once you have downloaded and chosen your game mode, extract the files or whatever you need to do.
If the game mode is called something like "freeroam" There should be 2 files named:
freeroam.amx and freeroam.pwn.
Place both of those files in your "gamemodes" folder.
Now open server.cfg and edit the gamemode0 like to this"
Save and close server.cfg.
_______________________________________________________________________________________________
Gamemode is now complete!
_______________________________________________________________________________________________
Administration system!
Now you will need an admin system. (I personaly use luxadmin, but you can use others)
You can download luxadmin from here: http://forum.sa-mp.com/showthread.php?t=120724
Once downloaded, open the folder. You should have 4 folders.
1. filterscripts.
2. pawno.
3. plugins.
4. scriptfiles.
_______________________________________________________________________________________________
Open up the filterscripts folder, copy these 2 files: LuxAdmin.amx and LuxAdmin.pwn.
Now open your server files and click on the "Filterscripts" folder.
Paste the 2 files in there.
Now open your server.cfg, edit the filterscripts line. Just add "LuxAdmin" without the quotations to this line.
_______________________________________________________________________________________________
Now go back to the LuxAdmin folder, click on "Pawno" then click on "include"
Copy the 3 files in this folder.
Now go to your server files folder, click on "pawno" then click on "include" and paste the 3 files in there.
_______________________________________________________________________________________________
Now go back to the LuxAdmin folder and click on "plugins"
Copy the file "whirlpool".
Go back to your server files and open the folder "plugins" and paste the file in there.
Now you need to edit your server.cfg again.
Your server.cfg won't have the plugins line so add the plugins like below "announce 1" Eg:
_______________________________________________________________________________________________
Now go to the LuxAdmin folder, open the scriptfiles folder. Copy the folder named "LuxAdmin"
Go back to your server files, click on the "scriptfiles" folder and paste the "LuxAdmin" folder in there.
_______________________________________________________________________________________________
Admin system is now complete!
_______________________________________________________________________________________________
Filterscripts!
Filterscripts have things like: Speedometer, Business systems, House systems, Reaction test systems and so on.
These are not necessary (You can still play without them)
But it's better to get some.
You can downlod some cool ones from here: http://forum.sa-mp.com/forumdisplay.php?f=17
_______________________________________________________________________________________________
Once you download a filterscript you like, open the folder/extract it or whatever first.
If the game mode is named something like this. EG: fuck.pwn and fuck.amx.
Copy and paste them 2 files in your "filterscripts" folder.
Now open your server.cfg and edit the line: "filterscripts"
Just add "fuck" to the line EG:
You can add as many as you like! (May make your server lag)
_______________________________________________________________________________________________
Filterscripts are now complete!
_______________________________________________________________________________________________
Now, how do you play and connect?
Go into your server files and click on "samp-server.exe"
Wait for it to load.
Now go to command prompt and type in "ipconfig" without the quotations.
It should be the IPv4 address. EG:
IPv4 Address.................: 123.456.7.899
Open your SA-MP client and add the IP address to your favourites with your desired port on the end. EG:
123.456.7.899:7777
(By default the port is set to :7777.
If you have changed this in server.cfg add the port number you chose on the end)
_______________________________________________________________________________________________
Your server is now complete! Well, sort of xD
_______________________________________________________________________________________________
Open your SA-MP client, your server should be in your favorites list. Click and test !
!!!!!! DO NOT ASK ME IF I KNOW ANYWHERE TO HOST A FREE SERVER AS I DO NOT!
NO ONE WILL BE ABLE TO CONNECT TO YOUR SERVER BESIDES YOURSELF, YOU MAY NEED TO PORT-FORWARD, GOOGLE IT!!!
Okay first start by downloading the server files.
Windows: http://files.sa-mp.com/samp03x_svr_R1-2_win32.zip
Linux: http://files.sa-mp.com/samp03xsvr_R1-2.tar.gz
_______________________________________________________________________________________________
Now extract the server files to a folder (Preferably on your desktop)
First thing you need to do is edit your server.cfg file.
Set your RCON password, host name (Server name), max players and port (Not necessary)
_______________________________________________________________________________________________
Gamemodes!
You will need to choose your GM (Game mode) You can either use one provided in the folder "Gamemodes"
Choose the one that you want to use, open server.cfg and edit this line:
Code:
gamemode0 bare
If you want to use the gamemode "Grandlarc" edit the line to this:
_______________________________________________________________________________________________gamemode0 grandlarc
!! You can also create your own game modes using pawn or download them from here:
Code:
http://forum.sa-mp.com/forumdisplay.php?f=71&order=desc
Once you have downloaded and chosen your game mode, extract the files or whatever you need to do.
If the game mode is called something like "freeroam" There should be 2 files named:
freeroam.amx and freeroam.pwn.
Place both of those files in your "gamemodes" folder.
Now open server.cfg and edit the gamemode0 like to this"
Code:
gamemode0 freeroam
Save and close server.cfg.
_______________________________________________________________________________________________
Gamemode is now complete!
_______________________________________________________________________________________________
Administration system!
Now you will need an admin system. (I personaly use luxadmin, but you can use others)
You can download luxadmin from here: http://forum.sa-mp.com/showthread.php?t=120724
Once downloaded, open the folder. You should have 4 folders.
1. filterscripts.
2. pawno.
3. plugins.
4. scriptfiles.
_______________________________________________________________________________________________
Open up the filterscripts folder, copy these 2 files: LuxAdmin.amx and LuxAdmin.pwn.
Now open your server files and click on the "Filterscripts" folder.
Paste the 2 files in there.
Now open your server.cfg, edit the filterscripts line. Just add "LuxAdmin" without the quotations to this line.
_______________________________________________________________________________________________
Now go back to the LuxAdmin folder, click on "Pawno" then click on "include"
Copy the 3 files in this folder.
Now go to your server files folder, click on "pawno" then click on "include" and paste the 3 files in there.
_______________________________________________________________________________________________
Now go back to the LuxAdmin folder and click on "plugins"
Copy the file "whirlpool".
Go back to your server files and open the folder "plugins" and paste the file in there.
Now you need to edit your server.cfg again.
Your server.cfg won't have the plugins line so add the plugins like below "announce 1" Eg:
Code:
announce 1
plugins Whirlpool
query 1
Now go to the LuxAdmin folder, open the scriptfiles folder. Copy the folder named "LuxAdmin"
Go back to your server files, click on the "scriptfiles" folder and paste the "LuxAdmin" folder in there.
_______________________________________________________________________________________________
Admin system is now complete!
_______________________________________________________________________________________________
Filterscripts!
Filterscripts have things like: Speedometer, Business systems, House systems, Reaction test systems and so on.
These are not necessary (You can still play without them)
But it's better to get some.
You can downlod some cool ones from here: http://forum.sa-mp.com/forumdisplay.php?f=17
_______________________________________________________________________________________________
Once you download a filterscript you like, open the folder/extract it or whatever first.
If the game mode is named something like this. EG: fuck.pwn and fuck.amx.
Copy and paste them 2 files in your "filterscripts" folder.
Now open your server.cfg and edit the line: "filterscripts"
Just add "fuck" to the line EG:
Code:
filterscripts fuck
You can add as many as you like! (May make your server lag)
_______________________________________________________________________________________________
Filterscripts are now complete!
_______________________________________________________________________________________________
Now, how do you play and connect?
Go into your server files and click on "samp-server.exe"
Wait for it to load.
Now go to command prompt and type in "ipconfig" without the quotations.
It should be the IPv4 address. EG:
IPv4 Address.................: 123.456.7.899
Open your SA-MP client and add the IP address to your favourites with your desired port on the end. EG:
123.456.7.899:7777
(By default the port is set to :7777.
If you have changed this in server.cfg add the port number you chose on the end)
_______________________________________________________________________________________________
Your server is now complete! Well, sort of xD
_______________________________________________________________________________________________
Open your SA-MP client, your server should be in your favorites list. Click and test !
!!!!!! DO NOT ASK ME IF I KNOW ANYWHERE TO HOST A FREE SERVER AS I DO NOT!
NO ONE WILL BE ABLE TO CONNECT TO YOUR SERVER BESIDES YOURSELF, YOU MAY NEED TO PORT-FORWARD, GOOGLE IT!!!