View Single Post
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 08-07-2012 , 02:10   Re: [UMC3] Ultimate Mapchooser 3.4.1 (Updated 8/4/2012)
Reply With Quote #2902

Quote:
Originally Posted by daad View Post
Please don't abuse me if I don't understand. I am trying to complete the change-over to SM from years of Mani. One of the features we use as admin a lot is the abilty to choose the nextmap from the menu in Mani. Is there a SM plugin that has that function? I know that SM has the nextmap function but it needs to be typed in. I run a couple hundred maps on several HL2DM servers and need the menu function to keep up. Thanks to any who respond with direction.

Daad
To answer your next upcoming question ^^

PHP Code:
"Commands"
{
    
"ServerCommands"
    
{
       
"cmd" "sm_setnextmap #1"
       "execute" "server"
       "1"
       
{
           
"type" "mapcycle"
           "title" "Choose nextmap"
       
}
    }

sm_setnextmap comes with Sourcemod itself and doesent need any further Plugins
__________________
micazoid is offline