View Single Post
Author Message
Elitcky
AlliedModders Donor
Join Date: Jun 2016
Location: Antofagasta, Chile
Old 12-31-2016 , 18:41   [HELP] Map Changing crash the server
Reply With Quote #1

Hey... well i got a surf server 131.221.35.227:27016

and well when i use there the "/admin" menu and select 4 or 5 mapas for the vote, the server crash... it says lost connection for all the people in the server :/

but if i change it with "sm_map surf_lalala" it change correctly... so i just don understand :/

this is my mapcycle

Code:
workshop/540843436/surf_a
workshop/607186931/surf_beginner
workshop/675048330/surf_lux
workshop/450516696/surf_mesa
workshop/588874425/surf_neon_beta
workshop/645457831/surf_aircontrol_ksf
workshop/721106970/surf_mom
workshop/706536906/surf_borderlands
workshop/523350484/surf_aweles
workshop/543018737/surf_grassland
workshop/685085734/surf_amplitude_light
workshop/543427729/surf_aether
workshop/524822183/surf_eclipse
workshop/447460480/surf_juturna
workshop/465027021/surf_lavaflow
workshop/704849375/surf_glass9
workshop/704858906/surf_furios-
workshop/683852515/surf_ethereal
workshop/686671761/surf_oasis
workshop/725930948/surf_how2surf
workshop/647995563/surf_spaceship_ksf
workshop/709785952/surf_me
workshop/292670479/surf_year3000
workshop/654379229/surf_bombix_v2
workshop/381131175/surf_ace_fix
workshop/543075184/surf_colum_up
workshop/523352111/surf_funhouse_njv
workshop/523352793/surf_lament_n2p
workshop/523354598/surf_minuet_v1p
workshop/156054906/surf_utopia_v3
workshop/250640783/surf_atlas
workshop/269838558/surf_3
workshop/282520817/surf_roomservice_2
workshop/285463108/surf_vegetables
workshop/317787397/surf_roomservice_3
workshop/333789244/surf_fruits
workshop/335802541/surf_kitsune
workshop/377166426/surf_sup_
workshop/496750497/surf_rookie_fix
workshop/523356392/surf_prelude_ksf

And this my maplists.cfg
Code:
/**
 * Use this file to configure map lists.
 *
 * Each section is a map list that plugins can use.  For example, the Admin Menu 
 * requests an "admin menu" map list, and you can control which maps appear via 
 * this file.
 *
 * Each section must have a property that explains where to read the maps from.
 * There are two properties:
 *
 *    target         - Redirect the request to another section.
 *    file			 - Read a file of map names, in mapcycle.txt format.
 *
 * There is one section by default, called "mapcyclefile" - it is mapped to the 
 * mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
 *
 * If a plugin requests a map list file which doesn't exist, or is empty, SourceMod 
 * tries the "default" section, and then the "mapcyclefile" section.
 */

"MapLists"
{
	/**
	 * Default requests go right to the mapcyclefile.
	 */
	"default"
	{
		"target"		"mapcyclefile"
	}
	
	/* Admin menu, map menu */
	"sm_map menu"
	{
		"target"		"default"
	}
	
	/* Admin menu, map voting menu */
	"sm_votemap menu"
	{
		"target"		"default"
	}
	
	/* For the "randomcycle" plugin */
	"randomcycle"
	{
		"target"		"default"
	}
	
	/* For the "mapchooser" plugin */
	"mapchooser"
	{
		"target"		"default"
	}
	
	/* For the "nominations" plugin */
	"nominations"
	{
		"target"		"default"
	}
}
Anyone here knows the fix ? :/
__________________
Elitcky is offline