Hello, guys!
In this tutorial, I will tell you how to configure your server.
Lets get started:
Step 1. Download your server from
http://vicecitymultiplayer.com/Step 2. Save it
Step 3. Open the server.conf file with notepad. You will see something that looks like this this:
echo Executing Server Config...
friendlyfire 1
lanmode 0
maxplayers 50
port 5192
hostname VCMP Server
gamemode0 VCMP_Mode 1
filterscripts ...
rcon_password noneFriendlyfire is a boolean value that can be set to 0 or 1. 0 is when players cant kill team members and 1 is vice versa.
Lanmode is also a boolean value. 0 is when the whole world can play in your server, and 1 is when only people in your network can play.
Maxplayers is the amount of max players that can play on your server. 50 is default.
Port is the UDP port used to connect to this server
Hostname is the name of the server, for example:
Littlewhitey's VCMP Server.
Gamemode is the name of the scripts, without the .amx extension.
filterscripts is not there by default, and is used to specify filterscripts (script files inside the folder filterscripts) without the .amx extension.
Rcon_password is the password used to make yourself an admin.
Step 4. Edit the values so that they are exactly what you want.
Step 5. Your server is now completely configured! Thanks for reading.