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

MapChooser Vote Doesnt come @ the end of every map


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ScorpionBlues
New Member
Join Date: Mar 2012
Location: Dubai
Old 03-18-2012 , 06:48   MapChooser Vote Doesnt come @ the end of every map
Reply With Quote #1

Hello,
I m running Gungame 5.1 on my server.
I want to get a vote for next map when the winner is about to be decided.
I transferred the RTV, nomination and mapchooser (.smx) files from disabled to plugins.
I configured the maplist (.cfg), Like this
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"
	{
		"file"			"addons/sourcemod/configs/adminmenu_maplist.ini"
	}
	
	/* Admin menu, map voting menu */
	"sm_votemap menu"
	{
		""file"		"halflife_source_css/css/cstrike/maplist.txt"
	}
	
	/* For the "randomcycle" plugin */
	"randomcycle"
	{
		"target"		"default"
	}
	
	/* For the "mapchooser" plugin */
	"mapchooser"
	{
		"file"		"halflife_source_css/css/cstrike/maplist.txt"
	}
	
	/* For the "nominations" plugin */
	"nominations"
	{
		"file"		"halflife_source_css/css/cstrike/maplist.txt"
	}
}
Now when I Use RTV/Nominate command all maps in maplist.txt are coming. So RTV/Nominate is working.

But I also want that, If RTV is not started, the mapchooser vote should come before the map changes
ScorpionBlues is offline
Send a message via Yahoo to ScorpionBlues Send a message via Skype™ to ScorpionBlues
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 21:21.


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