chris666uk1 Posted January 22, 2006 Share Posted January 22, 2006 YAY IT OUT TODAY i need a config for it the server is allready out can you do it creates the config file with the correct ports in \mtasa\mods\race\mtaserver.conf heres the config file <div class="pre"><pre># ServerPort # Required: Yes # Purpose: Defines the port for players to connect on # Format - ServerPort <port> # Notes: # Must be a numerical value ServerPort # ServerName # Required: Yes # Purpose: Defines the name of the server # Format - ServerName <name> ServerName Untitled MTA:SA DEDICATED SERVER GTAMP.NET # ServerPassword # Required: No (Yes if server should be passworded) # Purpose: Defines the server password # Format - ServerPassword <password> #ServerPassword mypassword # ASE # Required: No # Purpose: Defines whether the server should report to the All Seeing Eye (can be seen in the Server Browser) # Format - ASE <on/off> # Notes: # Set to 1 to enable, anything else to disable ASE 1 # MaxPlayers # Required: Yes # Purpose: Defines the max players that can connect to the server # Format - MaxPlayers <players> # Notes: # Must be a numerical value and must not go above 32 MaxPlayers # AdminServer # Required: No # Purpose: Defines whether the server should enable Remote Admin # Format - AdminServer <1/0> # Notes: # Set to 1 to enable, anything else to disable AdminServer 1 # AdminPort # Required: Yes (if AdminServer is enabled) # Purpose: Defines the port for Remote Admins to connect on # Format - AdminPort <port> # Notes: # Must be a numerical value AdminPort # AdminPass # Required: Yes (if AdminServer is enabled) # Purpose: Defines the Remote Admin password # Format - AdminPass <password> AdminPass password # AllowAdminShutdown # Required: No # Purpose: Defines whether the server can be shutdown from Remote Admin # Format - AllowAdminShutdown <on/off> # Notes: # Set to 1 to enable, anything else to disable AllowAdminShutdown 0 # LogFile # Required: No # Purpose: Defines the file which the server log should be written to # Format - LogFile <file> LogFile mtaserver.log # VoteMapEnabled # Required: No # Purpose: Defines whether map voting is enabled/disabled # Format - VoteMapEnabled <on/off> VoteMapEnabled 1 # VoteMapPercentage # Required: No # Purpose: Defines the percentage of votes needed for a map vote to pass. # A high value is recommended (over 80%) to prevent voting abuse. # Format - VoteMapPercentage <0-100> VoteMapPercentage 90 # VoteMapTimeDelay # Required: No # Purpose: Defines how long a player must wait before they can vote for a new map # Format - VoteMapTimeDelay <seconds> # Notes: # This does not take effect if there are 2 or less players in the server VoteMapTimeDelay 90 # Admin # Required: No # Purpose: Defines all the people in-server who can rcon_login to admin # Format - Admin <name> <password> <admin-level> # Notes: # admin-level must not go above 5 # Names and passwords are case sensitive #Admin Default password 5 # RCON # Required: No # Purpose: Defines the admin level for <command>. If this is not specified it is defaulted # Format - RCON <command> <admin-level> # Notes: # <admin-level> must be between 1 and 5. If it is invalid, the level is defaulted RCON kick 4 RCON ban 4 RCON mute 2 RCON unmute 2 # AutoUpdateAntiCheat # Required: No (defaults to 1) # Purpose: Defines whether the server should check Anti-Cheat for updates automatically on server start. # Format - AutoUpdateAntiCheat <1/0> AutoUpdateAntiCheat 1</pre></div> the link to the server files is http://light.mtavc.com/ many thanks Link to comment Share on other sites More sharing options...
Recommended Posts