Raised This Month: $51 Target: $400
 12% 

[HELP] 2 Similar Map Name showing just 1 name


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Elitcky
AlliedModders Donor
Join Date: Jun 2016
Location: Antofagasta, Chile
Old 07-26-2017 , 23:37   [HELP] 2 Similar Map Name showing just 1 name
Reply With Quote #1

Hey guys,

well im really confused about it, but i have in my mapcycle.txt for example:

surf_mesa
surf_mesa_mine

and when there is a rtv or an admin start a vote map it shows

surf_mesa
surf_mesa


and it's not showing bot names of the differents maps, it's working like 1 map repeated

sorry for the english, and thanks to who can help me...
__________________
Elitcky is offline
servers.csgo.cfg
BANNED
Join Date: Sep 2016
Old 07-27-2017 , 06:04   Re: [HELP] 2 Similar Map Name showing just 1 name
Reply With Quote #2

https://forums.alliedmods.net/showth...56974?t=156974

addons/sourcemod/configs/mapchooser_extended/maps/csgo.txt

add yours maps names

addons/sourcemod/configs/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"		"maplist.txt"
	}
		
	/* Admin menu, map menu */
	"sm_map menu"
	{
		"file"			"maplist.txt"
	}
	
	/* Admin menu, map voting menu */
	"sm_votemap menu"
	{
		"file"			"maplist.txt"
	}
	
	/* For the "randomcycle" plugin */
	"randomcycle"
	{
		"file"		"mapcycle.txt"
	}
	
	/* For the "mapchooser" plugin */
	"mapchooser"
	{
		"file"		"maplist.txt"
	}
	
	/* For the "nominations" plugin */
	"nominations"
	{
		"file"		"maplist.txt"
	}
}
add my mapchooser_extended.cfg

restart srv.

ps.see you have the same maps name in maplist.txt & mapcycle.txt
Attached Files
File Type: cfg mapchooser_extended.cfg (4.3 KB, 86 views)

Last edited by servers.csgo.cfg; 07-27-2017 at 06:14. Reason: :)
servers.csgo.cfg is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode