Im sure ive seen this mentioned here befor but cant find it but would it be possible for some one to write a map changer when x players is hit! eg like mani mod >>>>
// ********************************************* ********************************
// Module : AutoMap Module
//
// Desc : This module is designed to allow a set of popular maps to be
// autoloaded if your server has a minimum number of players on it.
// A typical setup would be to switch to de_dust2 for instance if there
// are no players on the server at the time.
// ********************************************* ********************************
// 0 = Disable, 1 = Enable
mani_automap 0
// This cvar sets up the list of maps that you would like to switch to, you
// can setup more than one map by seperating each map with the : symbol e.g
// mani_automap_map_list "de_dust2:de_aztec:cs_office"
mani_automap_map_list ""
// The number of players or less that will trigger the automap change
mani_automap_player_threshold 0
// Include bots in the threshold calculation.
// 0 = Exclude bots from the calculation
// 1 = Include bots in the calculation
mani_automap_include_bots 0
// Time in seconds after the player threshold has been reached that an automap
// change will take place. Default is 5 minutes (300 seconds)
mani_automap_timer 300
// If an automap event happens, you can set the next map once that map has
// loaded to be the same as the current map.
// 0 = disabled
// 1 = enabled
mani_automap_set_nextmap 0
I dont want to run mani on tf2 & this would be a great edition to source mod!
Thanks in advanced!