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

[UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)


Post New Thread Reply   
 
Thread Tools Display Modes
Firefly86
Member
Join Date: Jan 2012
Old 04-18-2012 , 01:32   Re: [UMC3] Ultimate Mapchooser 3.3.2 (Updated 3/4/2012)
Reply With Quote #2601

Quote:
Originally Posted by Steell View Post
You need to set "maps_invote" for your map group to the number of maps you want to appear in a vote. You also need to set each of the .cfg files for modules which use a mapcycle (RTV, Nominate, End of Map Vote, etc.) to point to your mapcycle_gungame.txt. For example, in umc-nominate.cfg:

Code:
// File to use for Ultimate Mapchooser's map rotation.
// -
// Default: "umc_mapcycle.txt"
sm_umc_nominate_cyclefile "mapcycle_gungame.txt"
(Although, seeing as you have it commented out, I'm assuming that you have these set elsewhere, so just double-check that for me.)
I had the "maps_invote" but without sucess. So the correct way to use "maps_invote" would be
Code:
umc_mapcycle                                                      
{
"Gruppe1" //Gruppe
    {
    "maps_invote" "5"
    "3xi_biggertrainmap"{}
.....
}}
I commented all sm_umc_XXX_cyclefiles out and wrote them into the sm_"server".cfg (just sended you the sm_gungame.cfg) to manage different maplists on different servers. The sm_"server".cfg is called at the start be the "server".cfg to load or unload plugins and using some cvars for the different servers.
The sm_"server".cfg is called at the end like this
Code:
alias "wait100" "wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10"
alias "sm_plg_unload" "wait100; exec sm_gungame.cfg"
sm_plg_unload
I had to do it this way because some plugins can not be unloaded without the "wait" stuff.
Thanks for you help

Last edited by Firefly86; 04-18-2012 at 01:35.
Firefly86 is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 04-18-2012 , 08:25   Re: [UMC3] Ultimate Mapchooser 3.3.2 (Updated 3/4/2012)
Reply With Quote #2602

Quote:
Originally Posted by Firefly86 View Post
I commented all sm_umc_XXX_cyclefiles out and wrote them into the sm_"server".cfg (just sended you the sm_gungame.cfg) to manage different maplists on different servers. The sm_"server".cfg is called at the start be the "server".cfg to load or unload plugins and using some cvars for the different servers.
The sm_"server".cfg is called at the end like this
Code:
alias "wait100" "wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10"
alias "sm_plg_unload" "wait100; exec sm_gungame.cfg"
sm_plg_unload
I had to do it this way because some plugins can not be unloaded without the "wait" stuff.
Thanks for you help
Try adding sm_umc_reload_mapcycles at the end of sm_"server".cfg.
__________________
Steell is offline
Kahl_Drogo
Senior Member
Join Date: Apr 2012
Old 04-18-2012 , 09:25   Re: [UMC3] Ultimate Mapchooser 3.3.2 (Updated 3/4/2012)
Reply With Quote #2603

Hi I have a question.
How to set the map on a time for example 20 - 24 (00) to appeared in the vote?

And second
Which option is responsible for setting this question: After playing a map the map disappeared on 12h in vote?

Last edited by Kahl_Drogo; 04-18-2012 at 09:28.
Kahl_Drogo is offline
Firefly86
Member
Join Date: Jan 2012
Old 04-18-2012 , 11:55   Re: [UMC3] Ultimate Mapchooser 3.3.2 (Updated 3/4/2012)
Reply With Quote #2604

Quote:
Originally Posted by Steell View Post
Try adding sm_umc_reload_mapcycles at the end of sm_"server".cfg.
Done.. but no Changes. Copied all UMC Cvars to the "server".cfg and added the sm_umc_reload_mapcycles to the "server".cfg and the sm_"server".cfg.. nothing changed.
Firefly86 is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 04-18-2012 , 16:33   Re: [UMC3] Ultimate Mapchooser 3.3.2 (Updated 3/4/2012)
Reply With Quote #2605

Quote:
Originally Posted by Firefly86 View Post
Done.. but no Changes. Copied all UMC Cvars to the "server".cfg and added the sm_umc_reload_mapcycles to the "server".cfg and the sm_"server".cfg.. nothing changed.
Do you mind posting the UMC log from today (or whenever you tried this)?
__________________
Steell is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 04-18-2012 , 16:35   Re: [UMC3] Ultimate Mapchooser 3.3.2 (Updated 3/4/2012)
Reply With Quote #2606

Quote:
Originally Posted by Kahl_Drogo View Post
Hi I have a question.
How to set the map on a time for example 20 - 24 (00) to appeared in the vote?
Code:
"umc_mapcycle"
{
  "Group"
  {
    "map"
    {
      //Available 20:00 - 24:00
      "min_time"  "2000"
      "max_time" "0000"
    }
  }
}
Quote:
And second
Which option is responsible for setting this question: After playing a map the map disappeared on 12h in vote?
Code:
"umc_mapcycle"
{
  "Group"
  {
    "map"
    {
      "allow_every"  "720" //don't play for 12h after being played
    }
  }
}
__________________
Steell is offline
Firefly86
Member
Join Date: Jan 2012
Old 04-19-2012 , 01:48   Re: [UMC3] Ultimate Mapchooser 3.3.2 (Updated 3/4/2012)
Reply With Quote #2607

Here is the Log. I had to disable the rtv und nominate plugins at about 20:00.

Code:
L 04/18/2012 - 00:04:04: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 00:04:04: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 00:04:04: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 00:04:04: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_fanatic_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 00:04:04: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_brook_trenche' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 00:04:04: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_indoor_arena_a1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 00:04:04: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_rounds' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 00:04:04: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_1917' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 00:04:04: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 00:04:04: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 00:04:04: [umc-core.smx] 0: <L-BG> Ö„ÄŧÅwīŧƶ  :)â„¢ (1)
L 04/18/2012 - 00:04:04: [umc-core.smx] 1: hornochse1 (2)
L 04/18/2012 - 00:04:04: [umc-core.smx] 2: FaceBreacker (3)
L 04/18/2012 - 00:04:04: [umc-core.smx] 3: <L-BG>lostboy2003<L-BG> (4)
L 04/18/2012 - 00:04:04: [umc-core.smx] 4: K Ã D (5)
L 04/18/2012 - 00:04:04: [umc-core.smx] 5: nao mia (6)
L 04/18/2012 - 00:04:04: [umc-core.smx] 6: M|A|N|N|O|M|A|N|N (7)
L 04/18/2012 - 00:04:04: [umc-core.smx] 7: <L-BG> xXStuckiXx (T) (8)
L 04/18/2012 - 00:04:04: [umc-core.smx] 8: Flo-Rida (9)
L 04/18/2012 - 00:04:04: [umc-core.smx] 9: <L-BG> Aeon (T) (10)
L 04/18/2012 - 00:04:04: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 00:04:04: [umc-core.smx] 3: dod_gg_fanatic_b1 (0)
L 04/18/2012 - 00:04:04: [umc-core.smx] 4: dod_brook_trenche (1)
L 04/18/2012 - 00:04:04: [umc-core.smx] 5: dod_gg_indoor_arena_a1 (2)
L 04/18/2012 - 00:04:04: [umc-core.smx] 6: gg_rounds (3)
L 04/18/2012 - 00:04:04: [umc-core.smx] 7: dod_1917 (4)
L 04/18/2012 - 00:04:04: [umc-core.smx] 8: Don't Change (?DontChange?)
L 04/18/2012 - 00:04:05: [umc-core.smx] hornochse1<50><> selected menu item 2
L 04/18/2012 - 00:04:06: [umc-core.smx] K Ã D<66><> selected menu item 2
L 04/18/2012 - 00:04:11: [umc-core.smx] <L-BG> Ö„ÄŧÅwīŧƶ  :)â„¢<68><> selected menu item 3
L 04/18/2012 - 00:04:19: [umc-core.smx] M|A|N|N|O|M|A|N|N<67><> selected menu item 3
L 04/18/2012 - 00:04:24: [umc-core.smx] umc-votecommand.smx: Map will change to 'dod_brook_trenche' at the end of the round.
L 04/18/2012 - 00:04:24: [umc-core.smx] Setting nextmap to: dod_brook_trenche
L 04/18/2012 - 00:04:24: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 00:04:24: [umc-core.smx] MAPVOTE: Players voted for map 'dod_brook_trenche' from group 'Gruppe1'
L 04/18/2012 - 00:04:24: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 00:06:08: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 00:06:08: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 00:06:08: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 00:06:08: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 00:06:08: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 00:06:08: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 00:06:08: [umc-core.smx] Setting nextmap to: dod_flash
L 04/18/2012 - 00:06:08: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 00:06:39: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 00:08:27: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 00:08:27: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 00:08:27: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 00:08:27: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 00:08:27: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 00:08:27: [umc-core.smx] Setting nextmap to: gg_up_and_down
L 04/18/2012 - 00:08:27: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 00:08:27: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 00:08:27: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 00:08:27: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 00:08:27: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 00:08:58: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 00:10:08: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 00:12:27: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 00:22:32: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 00:22:32: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 00:22:32: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 00:22:32: [umc-core.smx] VOTE MENU: (Verbose) Selected map '415rennes_b6' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 00:22:32: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'hon_ganjafarmer_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 00:22:32: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_off_road' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 00:22:32: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'cdc_ghettomcdonalds_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 00:22:32: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'hon_dierrhea_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 00:22:32: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 00:22:32: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 00:22:32: [umc-core.smx] 0: <L-BG> Ö„ÄŧÅwīŧƶ  :)â„¢ (1)
L 04/18/2012 - 00:22:32: [umc-core.smx] 1: FaceBreacker (3)
L 04/18/2012 - 00:22:32: [umc-core.smx] 2: <L-BG>lostboy2003<L-BG> (4)
L 04/18/2012 - 00:22:32: [umc-core.smx] 3: nao mia (6)
L 04/18/2012 - 00:22:32: [umc-core.smx] 4: M|A|N|N|O|M|A|N|N (7)
L 04/18/2012 - 00:22:32: [umc-core.smx] 5: <L-BG> Aeon (T) (10)
L 04/18/2012 - 00:22:32: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 00:22:32: [umc-core.smx] 3: 415rennes_b6 (0)
L 04/18/2012 - 00:22:32: [umc-core.smx] 4: hon_ganjafarmer_b2 (1)
L 04/18/2012 - 00:22:32: [umc-core.smx] 5: 3xi_off_road (2)
L 04/18/2012 - 00:22:32: [umc-core.smx] 6: cdc_ghettomcdonalds_b2 (3)
L 04/18/2012 - 00:22:32: [umc-core.smx] 7: hon_dierrhea_b1 (4)
L 04/18/2012 - 00:22:32: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 00:22:52: [umc-core.smx] umc-votecommand.smx: Map will change to '3xi_off_road' at the end of the round.
L 04/18/2012 - 00:22:52: [umc-core.smx] Setting nextmap to: 3xi_off_road
L 04/18/2012 - 00:22:52: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 00:22:52: [umc-core.smx] MAPVOTE: Players voted for map '3xi_off_road' from group 'Gruppe1'
L 04/18/2012 - 00:22:52: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 00:23:05: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 00:23:05: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 00:23:05: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 00:23:05: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 00:23:05: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 00:23:05: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 00:23:05: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 00:23:05: [umc-core.smx] Setting nextmap to: dod_jagd
L 04/18/2012 - 00:23:05: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 00:23:08: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 00:23:08: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 00:23:08: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 00:23:08: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 00:23:08: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 00:23:08: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 00:23:08: [umc-core.smx] Setting nextmap to: dod_longestday_b6
L 04/18/2012 - 00:23:08: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 00:23:36: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 00:23:39: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 00:26:18: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 00:26:18: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 00:26:18: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 00:26:18: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 00:26:18: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 00:26:18: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 00:26:18: [umc-core.smx] Setting nextmap to: dod_jagd
L 04/18/2012 - 00:26:18: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 00:26:49: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 00:27:05: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 00:27:09: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 00:27:16: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 00:27:16: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 00:27:16: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 00:27:16: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 00:27:16: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 00:27:16: [umc-core.smx] Setting nextmap to: gg_the_middle_v3
L 04/18/2012 - 00:27:16: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 00:27:16: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 00:27:16: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 00:27:16: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 00:27:16: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 00:27:48: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 00:30:18: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 00:31:16: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 00:46:28: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 00:46:28: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 00:46:28: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 00:46:28: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 00:46:28: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 00:46:28: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 00:46:28: [umc-core.smx] Setting nextmap to: dod_colmar
L 04/18/2012 - 00:46:28: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 00:46:59: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 00:50:28: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 01:06:38: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 01:06:38: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 01:06:38: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 01:06:38: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 01:06:38: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 01:06:38: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 01:06:38: [umc-core.smx] Setting nextmap to: dod_harrington
L 04/18/2012 - 01:06:38: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 01:07:09: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 01:10:38: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 01:21:14: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 01:21:14: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 01:21:14: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 01:21:14: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 01:21:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map '7th-corps_recruit_map_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 01:21:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_fanatic_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 01:21:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_cherry_REMIX_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 01:21:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_battlehill' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 01:21:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_dgs' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 01:21:14: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 01:21:14: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 01:21:14: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 01:21:14: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 01:23:14: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 01:23:14: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 01:23:14: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 01:23:14: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 01:23:14: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 01:23:14: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 01:23:14: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 01:23:14: [umc-core.smx] Setting nextmap to: dod_colonia
L 04/18/2012 - 01:23:14: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 01:23:18: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 01:23:18: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 01:23:18: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 01:23:18: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 01:23:18: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 01:23:18: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 01:23:18: [umc-randomcycle.smx] Failed to find a suitable random map.
L 04/18/2012 - 01:23:18: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 01:23:18: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 01:23:18: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 01:23:45: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 01:23:49: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 01:26:48: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 01:26:48: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 01:26:48: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 01:26:48: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 01:26:48: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 01:26:48: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 01:26:48: [umc-core.smx] Setting nextmap to: dod_argentan
L 04/18/2012 - 01:26:48: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 01:27:14: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 01:27:18: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 01:27:19: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 01:27:26: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 01:27:26: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 01:27:26: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 01:27:26: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 01:27:26: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 01:27:26: [umc-core.smx] Setting nextmap to: dod_battlehill
L 04/18/2012 - 01:27:26: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 01:27:26: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 01:27:26: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 01:27:26: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 01:27:26: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 01:27:57: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 01:30:47: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 01:31:26: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 01:46:57: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 01:46:57: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 01:46:57: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 01:46:57: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 01:46:57: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 01:46:57: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 01:46:57: [umc-core.smx] Setting nextmap to: dod_flash
L 04/18/2012 - 01:46:57: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 01:47:28: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 01:50:57: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 02:07:06: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 02:07:06: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 02:07:06: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 02:07:06: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 02:07:06: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 02:07:06: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 02:07:06: [umc-core.smx] Setting nextmap to: dod_avalanche
L 04/18/2012 - 02:07:06: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 02:07:37: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 02:11:06: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 02:17:15: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 02:17:15: [umc-core.smx] VOTE MENU: (Verbose) Fetching 1 maps from group 'D-Day'
L 04/18/2012 - 02:17:15: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'D-Day'
L 04/18/2012 - 02:17:15: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 1 maps from the group.
L 04/18/2012 - 02:17:15: [umc-core.smx] VOTE MENU: (Verbose) No more maps in map group 'D-Day'
L 04/18/2012 - 02:17:15: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 02:17:15: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 02:17:15: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 02:17:15: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 02:21:23: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 02:21:23: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 02:21:23: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 02:21:23: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 02:21:23: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_redline_v1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 02:21:23: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_v3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 02:21:23: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_1917' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 02:21:23: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_inside_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 02:21:23: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_bunky' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 02:21:23: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 02:21:23: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 02:21:23: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 02:21:23: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 02:23:23: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 02:23:23: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 02:23:23: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 02:23:23: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 02:23:23: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 02:23:23: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 02:23:23: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 02:23:23: [umc-core.smx] Setting nextmap to: dod_wildenthal
L 04/18/2012 - 02:23:23: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 02:23:27: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 02:23:27: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 02:23:27: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 02:23:27: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 02:23:27: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 02:23:27: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 02:23:27: [umc-randomcycle.smx] Failed to find a suitable random map.
L 04/18/2012 - 02:23:27: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 02:23:27: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 02:23:27: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 02:23:54: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 02:23:58: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 02:27:16: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 02:27:16: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 02:27:16: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 02:27:16: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 02:27:16: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 02:27:16: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 02:27:16: [umc-core.smx] Setting nextmap to: dod_anzio
L 04/18/2012 - 02:27:16: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 02:27:23: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 02:27:27: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 02:27:34: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 02:27:34: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 02:27:34: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 02:27:34: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 02:27:34: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 02:27:34: [umc-core.smx] Setting nextmap to: dod_1917
L 04/18/2012 - 02:27:34: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 02:27:34: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 02:27:34: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 02:27:34: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 02:27:34: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 02:27:47: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 02:28:05: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 02:31:15: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 02:31:34: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 02:47:25: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 02:47:25: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 02:47:25: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 02:47:25: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 02:47:25: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 02:47:25: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 02:47:25: [umc-core.smx] Setting nextmap to: dod_colmar
L 04/18/2012 - 02:47:25: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 02:47:56: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 02:51:25: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 03:07:35: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 03:07:35: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 03:07:35: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 03:07:35: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 03:07:35: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 03:07:35: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 03:07:35: [umc-core.smx] Setting nextmap to: dod_palermo
L 04/18/2012 - 03:07:35: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 03:08:06: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 03:11:35: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 03:17:24: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 03:17:24: [umc-core.smx] VOTE MENU: (Verbose) Fetching 1 maps from group 'D-Day'
L 04/18/2012 - 03:17:24: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'D-Day'
L 04/18/2012 - 03:17:24: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 1 maps from the group.
L 04/18/2012 - 03:17:24: [umc-core.smx] VOTE MENU: (Verbose) No more maps in map group 'D-Day'
L 04/18/2012 - 03:17:24: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 03:17:24: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 03:17:24: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 03:17:24: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 03:21:31: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 03:21:31: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 03:21:31: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 03:21:31: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 03:21:31: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_toon_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 03:21:31: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_dod_officemini' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 03:21:31: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_renega2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 03:21:31: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_fightzone_voodoo_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 03:21:31: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 03:21:31: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 03:21:31: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 03:21:31: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 03:21:31: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 03:23:32: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 03:23:32: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 03:23:32: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 03:23:32: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 03:23:32: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 03:23:32: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 03:23:32: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 03:23:32: [umc-core.smx] Setting nextmap to: dod_avalanche
L 04/18/2012 - 03:23:32: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 03:23:37: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 03:23:37: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 03:23:37: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 03:23:37: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 03:23:37: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 03:23:37: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 03:23:37: [umc-core.smx] Setting nextmap to: dod_dday_h
L 04/18/2012 - 03:23:37: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 03:24:03: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 03:24:07: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 03:27:32: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 03:27:36: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 03:27:42: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 03:27:42: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 03:27:42: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 03:27:42: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 03:27:42: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 03:27:42: [umc-core.smx] Setting nextmap to: arena_mayhem
L 04/18/2012 - 03:27:42: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 03:27:42: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 03:27:42: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 03:27:42: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 03:27:42: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 03:27:44: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 03:27:44: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 03:27:44: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 03:27:44: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 03:27:44: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 03:27:44: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 03:27:44: [umc-core.smx] Setting nextmap to: dod_harrington
L 04/18/2012 - 03:27:44: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 03:28:13: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 03:28:15: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 03:31:42: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 03:31:44: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 03:47:54: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 03:47:54: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 03:47:54: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 03:47:54: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 03:47:54: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 03:47:54: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 03:47:54: [umc-core.smx] Setting nextmap to: dod_kalt
L 04/18/2012 - 03:47:54: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 03:48:25: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 03:51:54: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 04:08:04: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 04:08:04: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 04:08:04: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 04:08:04: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 04:08:04: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 04:08:04: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 04:08:04: [umc-core.smx] Setting nextmap to: dod_donner
L 04/18/2012 - 04:08:04: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 04:08:35: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 04:12:04: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 04:21:40: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 04:21:40: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 04:21:40: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 04:21:40: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 04:21:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_junkyard_ez_rev_3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 04:21:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'cdc_ghettomcdonalds_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 04:21:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_classic_rats' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 04:21:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'legoland_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 04:21:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_fightzone_voodoo_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 04:21:40: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 04:21:40: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 04:21:40: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 04:21:40: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 04:23:41: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 04:23:41: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 04:23:41: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 04:23:41: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 04:23:41: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 04:23:41: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 04:23:41: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 04:23:41: [umc-core.smx] Setting nextmap to: dod_donner
L 04/18/2012 - 04:23:41: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 04:23:45: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 04:23:45: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 04:23:45: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 04:23:45: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 04:23:45: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 04:23:45: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 04:23:45: [umc-core.smx] Setting nextmap to: dod_strand
L 04/18/2012 - 04:23:45: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 04:24:12: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 04:24:16: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 04:27:41: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 04:27:45: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 04:27:51: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 04:27:51: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 04:27:51: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 04:27:51: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 04:27:51: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 04:27:51: [umc-core.smx] Setting nextmap to: dod_orange_3_towers_nvr
L 04/18/2012 - 04:27:51: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 04:27:51: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 04:27:51: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 04:27:51: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 04:27:51: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 04:28:13: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 04:28:13: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 04:28:13: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 04:28:13: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 04:28:13: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 04:28:13: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 04:28:13: [umc-core.smx] Setting nextmap to: dod_avalanche
L 04/18/2012 - 04:28:13: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 04:28:22: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 04:28:44: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 04:31:51: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 04:32:13: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 04:48:22: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 04:48:22: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 04:48:22: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 04:48:22: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 04:48:22: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 04:48:22: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 04:48:22: [umc-core.smx] Setting nextmap to: dod_jagd
L 04/18/2012 - 04:48:22: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 04:48:53: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 04:52:22: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 05:08:32: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 05:08:32: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 05:08:32: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 05:08:32: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 05:08:32: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 05:08:32: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 05:08:32: [umc-core.smx] Setting nextmap to: dod_anzio
L 04/18/2012 - 05:08:32: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 05:09:03: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 05:12:32: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 05:21:48: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 05:21:48: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 05:21:48: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 05:21:48: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 05:21:48: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_Fireworld' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 05:21:48: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_spademap_s4e' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 05:21:48: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'cdc_ghettomcdonalds_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 05:21:48: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_the_swimming_pool_b3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 05:21:48: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_rounds' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 05:21:48: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 05:21:48: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 05:21:48: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 05:21:48: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 05:23:50: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 05:23:50: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 05:23:50: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 05:23:50: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 05:23:50: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 05:23:50: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 05:23:50: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 05:23:50: [umc-core.smx] Setting nextmap to: dod_granville_rc1
L 04/18/2012 - 05:23:50: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 05:23:55: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 05:23:55: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 05:23:55: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 05:23:55: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 05:23:55: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 05:23:55: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 05:23:55: [umc-randomcycle.smx] Failed to find a suitable random map.
L 04/18/2012 - 05:23:55: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 05:23:55: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 05:23:55: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 05:24:20: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 05:24:26: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 05:27:49: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 05:27:55: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 05:27:59: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 05:27:59: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 05:27:59: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 05:27:59: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 05:27:59: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 05:27:59: [umc-core.smx] Setting nextmap to: dod_toon_arena
L 04/18/2012 - 05:27:59: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 05:27:59: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 05:27:59: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 05:27:59: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 05:27:59: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 05:28:30: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 05:28:42: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 05:28:42: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 05:28:42: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 05:28:42: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 05:28:42: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 05:28:42: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 05:28:42: [umc-core.smx] Setting nextmap to: dod_colmar
L 04/18/2012 - 05:28:42: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 05:29:13: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 05:31:59: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 05:32:42: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 05:48:52: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 05:48:52: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 05:48:52: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 05:48:52: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 05:48:52: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 05:48:52: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 05:48:52: [umc-core.smx] Setting nextmap to: dod_kalt
L 04/18/2012 - 05:48:52: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 05:49:23: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 05:52:52: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 06:09:01: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 06:09:01: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 06:09:01: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 06:09:01: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 06:09:01: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 06:09:01: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 06:09:01: [umc-core.smx] Setting nextmap to: dod_argentan
L 04/18/2012 - 06:09:01: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 06:09:32: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 06:13:01: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 06:17:52: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 06:17:52: [umc-core.smx] VOTE MENU: (Verbose) Fetching 1 maps from group 'D-Day'
L 04/18/2012 - 06:17:52: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'D-Day'
L 04/18/2012 - 06:17:52: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 1 maps from the group.
L 04/18/2012 - 06:17:52: [umc-core.smx] VOTE MENU: (Verbose) No more maps in map group 'D-Day'
L 04/18/2012 - 06:17:52: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 06:17:52: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 06:17:52: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 06:17:52: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 06:21:56: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 06:21:56: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 06:21:56: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 06:21:56: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 06:21:56: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_wasp_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 06:21:56: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_redline_v1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 06:21:56: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'hon_ganjafarmer_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 06:21:56: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_junkyard_ez_rev_3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 06:21:56: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'ml_mess' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 06:21:56: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 06:21:56: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 06:21:56: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 06:21:56: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 06:23:59: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 06:23:59: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 06:23:59: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 06:23:59: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 06:23:59: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 06:23:59: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 06:23:59: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 06:23:59: [umc-core.smx] Setting nextmap to: dod_Kleihne_b1
L 04/18/2012 - 06:23:59: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 06:24:04: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 06:24:04: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 06:24:04: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 06:24:04: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 06:24:04: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 06:24:04: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 06:24:04: [umc-randomcycle.smx] Failed to find a suitable random map.
L 04/18/2012 - 06:24:04: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 06:24:04: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 06:24:04: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 06:24:30: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 06:24:35: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 06:27:59: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 06:28:04: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 06:28:08: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 06:28:08: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 06:28:08: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 06:28:08: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 06:28:08: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 06:28:08: [umc-core.smx] Setting nextmap to: dod_il_pocumetro_b2
L 04/18/2012 - 06:28:08: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 06:28:08: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 06:28:08: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 06:28:08: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 06:28:08: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 06:28:39: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 06:29:11: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 06:29:11: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 06:29:11: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 06:29:11: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 06:29:11: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 06:29:11: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 06:29:11: [umc-core.smx] Setting nextmap to: dod_avalanche
L 04/18/2012 - 06:29:11: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 06:29:42: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 06:32:07: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 06:33:11: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 06:49:20: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 06:49:20: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 06:49:20: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 06:49:20: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 06:49:20: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 06:49:20: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 06:49:20: [umc-core.smx] Setting nextmap to: dod_flash
L 04/18/2012 - 06:49:20: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 06:49:51: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 06:53:20: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 07:09:29: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 07:09:29: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 07:09:29: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 07:09:29: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 07:09:29: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 07:09:29: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 07:09:29: [umc-core.smx] Setting nextmap to: dod_colmar
L 04/18/2012 - 07:09:29: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 07:10:00: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 07:13:29: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 07:18:01: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 07:18:01: [umc-core.smx] VOTE MENU: (Verbose) Fetching 1 maps from group 'D-Day'
L 04/18/2012 - 07:18:01: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'D-Day'
L 04/18/2012 - 07:18:01: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 1 maps from the group.
L 04/18/2012 - 07:18:01: [umc-core.smx] VOTE MENU: (Verbose) No more maps in map group 'D-Day'
L 04/18/2012 - 07:18:01: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 07:18:01: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 07:18:01: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 07:18:01: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 07:22:05: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 07:22:05: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 07:22:05: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 07:22:05: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 07:22:05: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_lime_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 07:22:05: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'legoland_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 07:22:05: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_indoor_arena_a1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 07:22:05: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_battlehill' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 07:22:05: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_two_churches_v3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 07:22:05: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 07:22:05: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 07:22:05: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 07:22:05: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 07:24:07: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 07:24:07: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 07:24:07: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 07:24:07: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 07:24:07: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 07:24:07: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 07:24:07: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 07:24:07: [umc-core.smx] Setting nextmap to: dod_hkksblitzkriegb1_d
L 04/18/2012 - 07:24:07: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 07:24:13: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 07:24:13: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 07:24:13: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 07:24:13: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 07:24:13: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 07:24:13: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 07:24:13: [umc-core.smx] Setting nextmap to: dod_longestday_b6
L 04/18/2012 - 07:24:13: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 07:24:38: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 07:24:44: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 07:28:07: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 07:28:13: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 07:28:16: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 07:28:16: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 07:28:16: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 07:28:16: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 07:28:16: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 07:28:16: [umc-core.smx] Setting nextmap to: by_lime_arena
L 04/18/2012 - 07:28:16: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 07:28:16: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 07:28:16: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 07:28:16: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 07:28:16: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 07:28:47: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 07:29:39: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 07:29:39: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 07:29:39: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 07:29:39: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 07:29:39: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 07:29:39: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 07:29:39: [umc-core.smx] Setting nextmap to: dod_palermo
L 04/18/2012 - 07:29:39: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 07:30:10: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 07:32:16: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 07:33:39: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 07:49:49: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 07:49:49: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 07:49:49: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 07:49:49: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 07:49:49: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 07:49:49: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 07:49:49: [umc-core.smx] Setting nextmap to: dod_harrington
L 04/18/2012 - 07:49:49: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 07:50:20: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 07:53:49: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 08:09:59: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 08:09:59: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 08:09:59: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 08:09:59: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 08:09:59: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 08:09:59: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 08:09:59: [umc-core.smx] Setting nextmap to: dod_argentan
L 04/18/2012 - 08:09:59: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 08:10:30: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 08:13:58: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 08:22:14: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 08:22:14: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 08:22:14: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 08:22:14: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 08:22:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_Fireworld' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 08:22:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_xblah_office' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 08:22:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map '7th-corps_recruit_map_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 08:22:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_paradise' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 08:22:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_up_and_down' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 08:22:14: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 08:22:14: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 08:22:14: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 08:22:14: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 08:24:16: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 08:24:16: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 08:24:16: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 08:24:16: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 08:24:16: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 08:24:16: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 08:24:16: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 08:24:16: [umc-core.smx] Setting nextmap to: dod_avalanche
L 04/18/2012 - 08:24:16: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 08:24:22: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 08:24:22: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 08:24:22: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 08:24:22: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 08:24:22: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 08:24:22: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 08:24:22: [umc-core.smx] Setting nextmap to: dod_dday_h
L 04/18/2012 - 08:24:22: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 08:24:47: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 08:24:53: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 08:28:16: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 08:28:22: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 08:28:25: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 08:28:25: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 08:28:25: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 08:28:25: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 08:28:25: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 08:28:25: [umc-core.smx] Setting nextmap to: hon_dierrhea_b1
L 04/18/2012 - 08:28:25: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 08:28:25: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 08:28:25: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 08:28:25: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 08:28:25: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 08:28:56: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 08:30:08: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 08:30:08: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 08:30:08: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 08:30:08: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 08:30:08: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 08:30:08: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 08:30:08: [umc-core.smx] Setting nextmap to: dod_kalt
L 04/18/2012 - 08:30:08: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 08:30:39: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 08:32:25: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 08:34:08: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 08:50:18: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 08:50:18: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 08:50:18: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 08:50:18: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 08:50:18: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 08:50:18: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 08:50:18: [umc-core.smx] Setting nextmap to: dod_avalanche
L 04/18/2012 - 08:50:18: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 08:50:49: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 08:54:17: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 09:10:27: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 09:10:27: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 09:10:27: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 09:10:27: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 09:10:27: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 09:10:27: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 09:10:27: [umc-core.smx] Setting nextmap to: dod_jagd
L 04/18/2012 - 09:10:27: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 09:10:58: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 09:14:27: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 09:22:22: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 09:22:22: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 09:22:22: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 09:22:22: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 09:22:22: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_v3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 09:22:22: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_trainmap__ml_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 09:22:22: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_orange_sorrow_toy' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 09:22:22: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_lime_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 09:22:22: [umc-core.smx] VOTE MENU: (Verbose) Selected map '415nades_b3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 09:22:22: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 09:22:22: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 09:22:22: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 09:22:22: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 09:24:25: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 09:24:25: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 09:24:25: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 09:24:25: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 09:24:25: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 09:24:25: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 09:24:25: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 09:24:25: [umc-core.smx] Setting nextmap to: dod_palermo
L 04/18/2012 - 09:24:25: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 09:24:31: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 09:24:31: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 09:24:31: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 09:24:31: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 09:24:31: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 09:24:31: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 09:24:31: [umc-randomcycle.smx] Failed to find a suitable random map.
L 04/18/2012 - 09:24:31: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 09:24:31: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 09:24:31: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 09:24:56: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 09:25:02: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 09:28:25: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 09:28:31: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 09:28:33: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 09:28:33: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 09:28:33: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 09:28:33: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 09:28:33: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 09:28:33: [umc-core.smx] Setting nextmap to: gg_junkyard_ez_rev_3
L 04/18/2012 - 09:28:33: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 09:28:33: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 09:28:33: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 09:28:33: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 09:28:33: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 09:29:04: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 09:30:37: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 09:30:37: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 09:30:37: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 09:30:37: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 09:30:37: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 09:30:37: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 09:30:37: [umc-core.smx] Setting nextmap to: dod_flash
L 04/18/2012 - 09:30:37: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 09:31:08: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 09:32:33: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 09:34:37: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 09:50:46: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 09:50:46: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 09:50:46: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 09:50:46: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 09:50:46: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 09:50:46: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 09:50:46: [umc-core.smx] Setting nextmap to: dod_anzio
L 04/18/2012 - 09:50:46: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 09:51:17: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 09:54:46: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 10:10:56: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 10:10:56: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 10:10:56: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 10:10:56: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 10:10:56: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 10:10:56: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 10:10:56: [umc-core.smx] Setting nextmap to: dod_palermo
L 04/18/2012 - 10:10:56: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 10:11:27: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 10:14:56: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 10:18:29: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 10:18:29: [umc-core.smx] VOTE MENU: (Verbose) Fetching 1 maps from group 'D-Day'
L 04/18/2012 - 10:18:29: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'D-Day'
L 04/18/2012 - 10:18:29: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 1 maps from the group.
L 04/18/2012 - 10:18:29: [umc-core.smx] VOTE MENU: (Verbose) No more maps in map group 'D-Day'
L 04/18/2012 - 10:18:29: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 10:18:29: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 10:18:29: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 10:18:29: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 10:22:31: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 10:22:31: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 10:22:31: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 10:22:31: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 10:22:31: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_wasp_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 10:22:31: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_bull_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 10:22:31: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_indoor_pro_by11_a' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 10:22:31: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_fight_war2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 10:22:31: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_the_round' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 10:22:31: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 10:22:31: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 10:22:31: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 10:22:31: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 10:24:33: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 10:24:33: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 10:24:33: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 10:24:33: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 10:24:33: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 10:24:33: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 10:24:33: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 10:24:33: [umc-core.smx] Setting nextmap to: dod_sora_b3
L 04/18/2012 - 10:24:33: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 10:24:40: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 10:24:40: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 10:24:40: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 10:24:40: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 10:24:40: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 10:24:40: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 10:24:40: [umc-randomcycle.smx] Failed to find a suitable random map.
L 04/18/2012 - 10:24:40: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 10:24:40: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 10:24:40: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 10:25:04: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 10:25:11: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 10:28:33: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 10:28:40: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 10:28:42: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 10:28:42: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 10:28:42: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 10:28:42: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 10:28:42: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 10:28:42: [umc-core.smx] Setting nextmap to: dod_orange_2_towers_nrg
L 04/18/2012 - 10:28:42: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 10:28:42: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 10:28:42: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 10:28:42: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 10:28:42: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 10:29:13: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 10:31:05: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 10:31:05: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 10:31:05: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 10:31:05: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 10:31:05: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 10:31:05: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 10:31:05: [umc-core.smx] Setting nextmap to: dod_kalt
L 04/18/2012 - 10:31:05: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 10:31:36: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 10:32:42: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 10:35:05: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 10:51:15: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 10:51:15: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 10:51:15: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 10:51:15: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 10:51:15: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 10:51:15: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 10:51:15: [umc-core.smx] Setting nextmap to: dod_jagd
L 04/18/2012 - 10:51:15: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 10:51:46: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 10:55:15: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 11:11:25: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 11:11:25: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 11:11:25: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 11:11:25: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 11:11:25: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 11:11:25: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 11:11:25: [umc-core.smx] Setting nextmap to: dod_harrington
L 04/18/2012 - 11:11:25: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 11:11:56: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 11:15:25: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 11:18:38: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 11:18:38: [umc-core.smx] VOTE MENU: (Verbose) Fetching 1 maps from group 'D-Day'
L 04/18/2012 - 11:18:38: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'D-Day'
L 04/18/2012 - 11:18:38: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 1 maps from the group.
L 04/18/2012 - 11:18:38: [umc-core.smx] VOTE MENU: (Verbose) No more maps in map group 'D-Day'
L 04/18/2012 - 11:18:38: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 11:18:38: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 11:18:38: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 11:18:38: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 11:22:39: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 11:22:39: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 11:22:39: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 11:22:39: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 11:22:39: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_renega2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 11:22:39: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_the_labyrinth' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 11:22:39: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_paradise' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 11:22:39: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_brook_trenche' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 11:22:39: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'mario_air' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 11:22:39: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 11:22:39: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 11:22:39: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 11:22:39: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 11:24:43: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 11:24:43: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 11:24:43: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 11:24:43: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 11:24:43: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 11:24:43: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 11:24:43: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 11:24:43: [umc-core.smx] Setting nextmap to: dod_bouddha_b2
L 04/18/2012 - 11:24:43: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 11:24:49: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 11:24:49: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 11:24:49: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 11:24:49: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 11:24:49: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 11:24:49: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 11:24:49: [umc-core.smx] Setting nextmap to: dod_strand
L 04/18/2012 - 11:24:49: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 11:25:13: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 11:25:20: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 11:28:42: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 11:28:49: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 11:28:50: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 11:28:50: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 11:28:50: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 11:28:50: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 11:28:50: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 11:28:50: [umc-core.smx] Setting nextmap to: dod_intersection_v1
L 04/18/2012 - 11:28:50: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 11:28:50: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 11:28:50: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 11:28:50: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 11:28:50: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 11:29:21: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 11:31:35: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 11:31:35: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 11:31:35: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 11:31:35: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 11:31:35: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 11:31:35: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 11:31:35: [umc-core.smx] Setting nextmap to: dod_avalanche
L 04/18/2012 - 11:31:35: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 11:32:06: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 11:32:50: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 11:35:35: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 11:51:44: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 11:51:44: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 11:51:44: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 11:51:44: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 11:51:44: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 11:51:44: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 11:51:44: [umc-core.smx] Setting nextmap to: dod_colmar
L 04/18/2012 - 11:51:44: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 11:52:15: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 11:55:44: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 12:11:54: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 12:11:54: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 12:11:54: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 12:11:54: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 12:11:54: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 12:11:54: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 12:11:54: [umc-core.smx] Setting nextmap to: dod_donner
L 04/18/2012 - 12:11:54: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 12:12:25: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 12:15:54: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 12:22:48: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 12:22:48: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 12:22:48: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 12:22:48: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 12:22:48: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_il_pocumetro_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 12:22:48: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 12:22:48: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_dgs' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 12:22:48: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_dod_officemini' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 12:22:48: [umc-core.smx] VOTE MENU: (Verbose) Selected map '415nades_b3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 12:22:48: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 12:22:48: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 12:22:48: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 12:22:48: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 12:24:51: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 12:24:51: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 12:24:51: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 12:24:51: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 12:24:51: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 12:24:51: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 12:24:51: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 12:24:51: [umc-core.smx] Setting nextmap to: dod_harbor_b5
L 04/18/2012 - 12:24:51: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 12:24:59: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 12:24:59: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 12:24:59: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 12:24:59: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 12:24:59: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 12:24:59: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 12:24:59: [umc-core.smx] Setting nextmap to: dod_longestday_b6
L 04/18/2012 - 12:24:59: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 12:25:22: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 12:25:30: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 12:28:51: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 12:28:59: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 12:28:59: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 12:28:59: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 12:28:59: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 12:28:59: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 12:28:59: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 12:28:59: [umc-core.smx] Setting nextmap to: dod_cour_1944
L 04/18/2012 - 12:28:59: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 12:28:59: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 12:28:59: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 12:28:59: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 12:28:59: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 12:29:30: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 12:32:04: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 12:32:04: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 12:32:04: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 12:32:04: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 12:32:04: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 12:32:04: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 12:32:04: [umc-core.smx] Setting nextmap to: dod_argentan
L 04/18/2012 - 12:32:04: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 12:32:35: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 12:32:59: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 12:36:04: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 12:52:13: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 12:52:13: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 12:52:13: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 12:52:13: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 12:52:13: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 12:52:13: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 12:52:13: [umc-core.smx] Setting nextmap to: dod_kalt
L 04/18/2012 - 12:52:13: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 12:52:44: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 12:56:13: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 13:12:23: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 13:12:23: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 13:12:23: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 13:12:23: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 13:12:23: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 13:12:23: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 13:12:23: [umc-core.smx] Setting nextmap to: dod_anzio
L 04/18/2012 - 13:12:23: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 13:12:54: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 13:16:23: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 13:22:56: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 13:22:56: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 13:22:56: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 13:22:56: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 13:22:56: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_keiler_kampfarena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 13:22:56: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_ancient_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 13:22:56: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'legoland_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 13:22:56: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_3_towers_nvr' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 13:22:56: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'arena_mayhem' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 13:22:56: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 13:22:56: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 13:22:56: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 13:22:56: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 13:25:00: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 13:25:00: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 13:25:00: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 13:25:00: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 13:25:00: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 13:25:00: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 13:25:00: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 13:25:00: [umc-core.smx] Setting nextmap to: dod_kalt
L 04/18/2012 - 13:25:00: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 13:25:08: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 13:25:08: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 13:25:08: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 13:25:08: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 13:25:08: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 13:25:08: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 13:25:08: [umc-randomcycle.smx] Failed to find a suitable random map.
L 04/18/2012 - 13:25:08: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 13:25:08: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 13:25:08: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 13:25:31: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 13:25:39: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 13:29:00: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 13:29:07: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 13:29:07: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 13:29:07: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 13:29:07: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 13:29:07: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 13:29:07: [umc-core.smx] Setting nextmap to: 3xi_off_road
L 04/18/2012 - 13:29:07: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 13:29:07: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 13:29:07: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 13:29:07: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 13:29:07: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 13:29:08: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 13:29:38: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 13:32:33: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 13:32:33: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 13:32:33: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 13:32:33: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 13:32:33: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 13:32:33: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 13:32:33: [umc-core.smx] Setting nextmap to: dod_flash
L 04/18/2012 - 13:32:33: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 13:33:04: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 13:33:07: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 13:36:32: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 13:52:42: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 13:52:42: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 13:52:42: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 13:52:42: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 13:52:42: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 13:52:42: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 13:52:42: [umc-core.smx] Setting nextmap to: dod_jagd
L 04/18/2012 - 13:52:42: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 13:53:13: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 13:56:42: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 14:12:52: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 14:12:52: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 14:12:52: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 14:12:52: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 14:12:52: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 14:12:52: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 14:12:52: [umc-core.smx] Setting nextmap to: dod_argentan
L 04/18/2012 - 14:12:52: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 14:13:23: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 14:16:52: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 14:19:05: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 14:19:05: [umc-core.smx] VOTE MENU: (Verbose) Fetching 1 maps from group 'D-Day'
L 04/18/2012 - 14:19:05: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'D-Day'
L 04/18/2012 - 14:19:05: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 1 maps from the group.
L 04/18/2012 - 14:19:05: [umc-core.smx] VOTE MENU: (Verbose) No more maps in map group 'D-Day'
L 04/18/2012 - 14:19:05: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 14:19:05: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 14:19:05: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 14:19:05: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 14:23:05: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 14:23:05: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 14:23:05: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 14:23:05: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 14:23:05: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_Fireworld' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 14:23:05: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_spademap_s4e' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 14:23:05: [umc-core.smx] VOTE MENU: (Verbose) Selected map '7th-corps_recruit_map_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 14:23:05: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_ancient_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 14:23:05: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_trainmap__ml_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 14:23:05: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 14:23:05: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 14:23:05: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 14:23:05: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 14:25:09: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 14:25:09: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 14:25:09: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 14:25:09: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 14:25:09: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 14:25:09: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 14:25:09: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 14:25:09: [umc-core.smx] Setting nextmap to: dod_wildenthal
L 04/18/2012 - 14:25:09: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 14:25:17: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 14:25:17: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 14:25:17: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 14:25:17: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 14:25:17: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 14:25:17: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 14:25:17: [umc-randomcycle.smx] Failed to find a suitable random map.
L 04/18/2012 - 14:25:17: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 14:25:17: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 14:25:17: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 14:25:40: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 14:25:48: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 14:29:09: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 14:29:16: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 14:29:16: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 14:29:16: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 14:29:16: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 14:29:16: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 14:29:16: [umc-core.smx] Setting nextmap to: 3xi_lime_arena
L 04/18/2012 - 14:29:16: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 14:29:16: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 14:29:16: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 14:29:16: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 14:29:16: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 14:29:17: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 14:29:47: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 14:33:02: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 14:33:02: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 14:33:02: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 14:33:02: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 14:33:02: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 14:33:02: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 14:33:02: [umc-core.smx] Setting nextmap to: dod_colmar
L 04/18/2012 - 14:33:02: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 14:33:16: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 14:33:33: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 14:37:01: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 14:53:12: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 14:53:12: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 14:53:12: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 14:53:12: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 14:53:12: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 14:53:12: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 14:53:12: [umc-core.smx] Setting nextmap to: dod_palermo
L 04/18/2012 - 14:53:12: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 14:53:43: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 14:57:11: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 15:13:21: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 15:13:21: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 15:13:21: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 15:13:21: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 15:13:21: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 15:13:21: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 15:13:21: [umc-core.smx] Setting nextmap to: dod_harrington
L 04/18/2012 - 15:13:21: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 15:13:52: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 15:17:21: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 15:19:15: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 15:19:15: [umc-core.smx] VOTE MENU: (Verbose) Fetching 1 maps from group 'D-Day'
L 04/18/2012 - 15:19:15: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'D-Day'
L 04/18/2012 - 15:19:15: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 1 maps from the group.
L 04/18/2012 - 15:19:15: [umc-core.smx] VOTE MENU: (Verbose) No more maps in map group 'D-Day'
L 04/18/2012 - 15:19:15: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 15:19:15: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 15:19:15: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 15:19:15: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 15:23:13: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 15:23:13: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 15:23:13: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 15:23:13: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 15:23:13: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_keiler_kampfarena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 15:23:13: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_up_and_down' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 15:23:13: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_fightzone_voodoo_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 15:23:13: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'by_lime_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 15:23:13: [umc-core.smx] VOTE MENU: (Verbose) Selected map '7th-corps_recruit_map_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 15:23:13: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 15:23:13: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 15:23:13: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 15:23:13: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 15:25:18: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 15:25:18: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 15:25:18: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 15:25:18: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 15:25:18: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 15:25:18: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 15:25:18: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 15:25:18: [umc-core.smx] Setting nextmap to: dod_hkksblitzkriegb1_d
L 04/18/2012 - 15:25:18: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 15:25:27: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 15:25:27: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 15:25:27: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 15:25:27: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 15:25:27: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 15:25:27: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 15:25:27: [umc-core.smx] Setting nextmap to: dod_dday_h
L 04/18/2012 - 15:25:27: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 15:25:49: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 15:25:58: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 15:29:18: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 15:29:24: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 15:29:24: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 15:29:24: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 15:29:24: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 15:29:24: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 15:29:24: [umc-core.smx] Setting nextmap to: 3xi_orange_gunner
L 04/18/2012 - 15:29:24: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 15:29:24: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 15:29:24: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 15:29:24: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 15:29:24: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 15:29:27: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 15:29:55: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 15:33:24: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 15:33:31: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 15:33:31: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 15:33:31: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 15:33:31: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 15:33:31: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 15:33:31: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 15:33:31: [umc-core.smx] Setting nextmap to: dod_kalt
L 04/18/2012 - 15:33:31: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 15:34:02: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 15:37:31: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 15:53:41: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 15:53:41: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 15:53:41: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 15:53:41: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 15:53:41: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 15:53:41: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 15:53:41: [umc-core.smx] Setting nextmap to: dod_donner
L 04/18/2012 - 15:53:41: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 15:54:12: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 15:57:41: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 16:13:50: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 16:13:50: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 16:13:50: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 16:13:50: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 16:13:50: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 16:13:50: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 16:13:50: [umc-core.smx] Setting nextmap to: dod_anzio
L 04/18/2012 - 16:13:50: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 16:14:21: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 16:17:50: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 16:23:22: [umc-endvote.smx] Starting an end of map vote.
L 04/18/2012 - 16:23:22: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 16:23:22: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 16:23:22: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 16:23:22: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_nordkraft' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 16:23:22: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_v3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 16:23:22: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_dod_officemini' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 16:23:22: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_dgs' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 16:23:22: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_desert_outpost_c' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 16:23:22: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 16:23:22: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 16:23:22: [umc-core.smx] Could not start core vote, no players to display vote to!
L 04/18/2012 - 16:23:22: [umc-endvote.smx] Could not start UMC vote.
L 04/18/2012 - 16:25:27: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 16:25:27: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 16:25:27: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 16:25:27: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 16:25:27: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 16:25:27: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 16:25:27: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 16:25:27: [umc-core.smx] Setting nextmap to: dod_flash
L 04/18/2012 - 16:25:27: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 16:25:36: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 16:25:36: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 16:25:36: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 16:25:36: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 16:25:36: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 16:25:36: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 16:25:36: [umc-core.smx] Setting nextmap to: dod_strand
L 04/18/2012 - 16:25:36: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 16:25:58: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 16:26:07: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 16:29:26: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 16:29:33: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 16:29:33: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 16:29:33: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 16:29:33: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 16:29:33: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 16:29:33: [umc-core.smx] Setting nextmap to: gg_spademap_s4e
L 04/18/2012 - 16:29:33: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 16:29:33: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 16:29:33: [umc-endvote.smx] End of map vote will appear after 3238 seconds
L 04/18/2012 - 16:29:33: [umc-endvote-warnings.smx] First time-warning will appear 10 seconds before the end of map vote.
L 04/18/2012 - 16:29:33: [umc-endvote.smx] Map vote timer successfully updated.
L 04/18/2012 - 16:29:36: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 16:30:04: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 16:33:33: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 16:34:00: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 16:34:00: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 16:34:00: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 16:34:00: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 16:34:00: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 16:34:00: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 16:34:00: [umc-core.smx] Setting nextmap to: dod_palermo
L 04/18/2012 - 16:34:00: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 16:34:31: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 16:38:00: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 16:54:09: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 16:54:09: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 16:54:09: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 16:54:09: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 16:54:09: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 16:54:09: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 16:54:09: [umc-core.smx] Setting nextmap to: dod_flash
L 04/18/2012 - 16:54:09: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 16:54:40: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 16:58:09: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 17:14:19: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 17:14:19: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:14:19: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 17:14:19: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:14:19: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:14:19: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:14:19: [umc-core.smx] Setting nextmap to: dod_colmar
L 04/18/2012 - 17:14:19: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:14:50: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:24:38: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 17:24:38: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:24:38: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 17:24:38: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:24:38: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:24:38: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:24:38: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 17:24:38: [umc-core.smx] Setting nextmap to: dod_granville_rc1
L 04/18/2012 - 17:24:38: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:25:09: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:27:16: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 17:27:16: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:27:16: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 17:27:16: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:27:16: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:27:16: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:27:16: [umc-core.smx] Setting nextmap to: arena_ml
L 04/18/2012 - 17:27:16: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:27:27: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 17:27:27: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:27:27: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 17:27:27: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:27:27: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:27:27: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:27:27: [umc-core.smx] Setting nextmap to: dod_longestday_b6
L 04/18/2012 - 17:27:27: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:27:31: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 17:27:31: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:27:31: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 17:27:31: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:27:31: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:27:31: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:27:31: [umc-core.smx] Setting nextmap to: dod_avalanche
L 04/18/2012 - 17:27:31: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:27:35: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 17:27:35: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:27:35: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 24
L 04/18/2012 - 17:27:35: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:27:35: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:27:35: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:27:35: [umc-core.smx] WARNING: Map "dod_farmers_b1" does not exist on the server. (Group: "standard")
L 04/18/2012 - 17:27:35: [umc-core.smx] Setting nextmap to: dod_kalt
L 04/18/2012 - 17:27:35: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:27:47: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:27:53: [umc-rockthevote.smx] Starting RTV.
L 04/18/2012 - 17:27:53: [umc-rockthevote.smx] End of map vote has already been completed, changing map.
L 04/18/2012 - 17:27:53: [umc-rockthevote.smx] RTV: Changing map to 'arena_ml' in 5 seconds.
L 04/18/2012 - 17:27:58: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:27:58: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 17:27:58: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:27:58: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 17:27:58: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:27:58: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:27:58: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:27:59: [umc-core.smx] Setting nextmap to: dod_brook_trenche
L 04/18/2012 - 17:27:59: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:28:02: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:28:06: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:28:30: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:29:06: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 17:29:06: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:29:06: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 17:29:06: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:29:06: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:29:06: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:29:06: [umc-core.smx] Setting nextmap to: 3xi4_trainmap_s4e
L 04/18/2012 - 17:29:06: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:29:37: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:29:57: [umc-rockthevote.smx] Starting RTV.
L 04/18/2012 - 17:29:57: [umc-rockthevote.smx] End of map vote has already been completed, changing map.
L 04/18/2012 - 17:29:57: [umc-rockthevote.smx] RTV: Changing map to '3xi4_trainmap_s4e' in 5 seconds.
L 04/18/2012 - 17:30:02: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 17:30:02: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:30:02: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 17:30:02: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:30:02: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:30:02: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:30:02: [umc-core.smx] Setting nextmap to: 3xi_off_road
L 04/18/2012 - 17:30:02: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:30:33: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:31:27: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 17:31:31: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 17:31:34: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 17:31:52: [umc-rockthevote.smx] Starting RTV.
L 04/18/2012 - 17:31:52: [umc-rockthevote.smx] End of map vote has already been completed, changing map.
L 04/18/2012 - 17:31:52: [umc-rockthevote.smx] RTV: Changing map to '3xi_off_road' in 5 seconds.
L 04/18/2012 - 17:31:58: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:31:58: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:31:58: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 17:31:58: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:31:58: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:31:58: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:31:58: [umc-core.smx] Setting nextmap to: dod_toon_arena
L 04/18/2012 - 17:31:58: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:32:29: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:35:58: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 17:53:18: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 17:53:18: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 17:53:18: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 17:53:18: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'hon_dierrhea_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 17:53:18: [umc-core.smx] VOTE MENU: (Verbose) Selected map '415rennes_b6' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 17:53:18: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_1917' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 17:53:18: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_around_the_corner_2000' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 17:53:18: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_biggertrainmap' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 17:53:18: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 17:53:18: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 17:53:18: [umc-core.smx] 0: <L-BG>Firefly (1)
L 04/18/2012 - 17:53:18: [umc-core.smx] 1: <L-BG> .Babaâ„¢ (2)
L 04/18/2012 - 17:53:18: [umc-core.smx] 2: קЯ | Silence (3)
L 04/18/2012 - 17:53:18: [umc-core.smx] 3: <L-BG> The Dark Soldier á´´á´° (4)
L 04/18/2012 - 17:53:18: [umc-core.smx] 4: <L-BG> EXOTIC Killer [ Krank) (5)
L 04/18/2012 - 17:53:18: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 17:53:18: [umc-core.smx] 3: hon_dierrhea_b1 (0)
L 04/18/2012 - 17:53:18: [umc-core.smx] 4: 415rennes_b6 (1)
L 04/18/2012 - 17:53:18: [umc-core.smx] 5: dod_1917 (2)
L 04/18/2012 - 17:53:18: [umc-core.smx] 6: dod_around_the_corner_2000 (3)
L 04/18/2012 - 17:53:18: [umc-core.smx] 7: 3xi_biggertrainmap (4)
L 04/18/2012 - 17:53:18: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 17:53:39: [umc-core.smx] umc-votecommand.smx: Map will change to 'dod_around_the_corner_2000' at the end of the round.
L 04/18/2012 - 17:53:39: [umc-core.smx] Setting nextmap to: dod_around_the_corner_2000
L 04/18/2012 - 17:53:39: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:53:39: [umc-core.smx] MAPVOTE: Players voted for map 'dod_around_the_corner_2000' from group 'Gruppe1'
L 04/18/2012 - 17:53:39: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 17:55:20: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 17:55:20: [umc-rockthevote.smx] RTV will be made available in 30 seconds.
L 04/18/2012 - 17:55:20: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 17:55:20: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 17:55:20: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 17:55:20: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 17:55:20: [umc-core.smx] Setting nextmap to: dod_donner
L 04/18/2012 - 17:55:20: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 17:55:51: [umc-rockthevote.smx] RTV is now available.
L 04/18/2012 - 17:59:20: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 18:04:35: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:04:35: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:04:35: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:04:35: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 18:04:35: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 18:04:35: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 18:04:35: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 18:04:35: [umc-core.smx] Setting nextmap to: gg_the_middle_v3
L 04/18/2012 - 18:04:35: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:04:57: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:04:57: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 18:04:57: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 18:04:57: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 18:04:57: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 18:04:57: [umc-core.smx] Setting nextmap to: cdc_ghettomcdonalds_b2
L 04/18/2012 - 18:04:57: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:05:37: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:05:37: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 18:05:37: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 18:05:37: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 18:05:37: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 18:05:37: [umc-core.smx] Setting nextmap to: by_lime_arena
L 04/18/2012 - 18:05:37: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:06:43: [umc-core.smx] Setting nextmap to: dod_bunky
L 04/18/2012 - 18:06:43: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:06:43: [umc-adminmenu.smx] <L-BG>Firefly<9><STEAM_0:1:2815453><> set the next map to dod_bunky from group Gruppe1.
L 04/18/2012 - 18:09:37: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 18:15:29: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:15:29: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 18:15:29: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 18:15:29: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 18:15:29: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 18:15:29: [umc-core.smx] Setting nextmap to: dod_kalt
L 04/18/2012 - 18:15:29: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:16:14: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 18:16:14: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 18:16:14: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 18:16:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_fullhouse' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:16:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_Fireworld' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:16:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_indoor_arena_a1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:16:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_the_middle_v3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:16:14: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_redline_v1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:16:14: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 18:16:14: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 18:16:14: [umc-core.smx] 0: <L-BG>Firefly (1)
L 04/18/2012 - 18:16:14: [umc-core.smx] 1: <L-BG> .Babaâ„¢ (2)
L 04/18/2012 - 18:16:14: [umc-core.smx] 2: <]obiwan[> behave yourself (3)
L 04/18/2012 - 18:16:14: [umc-core.smx] 3: metzger-stein (4)
L 04/18/2012 - 18:16:14: [umc-core.smx] 4: <L-BG> EXOTIC Killer [ Krank) (5)
L 04/18/2012 - 18:16:14: [umc-core.smx] 5: <L-BG> xXStuckiXx (T) (6)
L 04/18/2012 - 18:16:14: [umc-core.smx] 6: {Noob Corp}sgt badboy28 (7)
L 04/18/2012 - 18:16:14: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 18:16:14: [umc-core.smx] 3: dod_fullhouse (0)
L 04/18/2012 - 18:16:14: [umc-core.smx] 4: dod_orange_Fireworld (1)
L 04/18/2012 - 18:16:14: [umc-core.smx] 5: dod_gg_indoor_arena_a1 (2)
L 04/18/2012 - 18:16:14: [umc-core.smx] 6: gg_the_middle_v3 (3)
L 04/18/2012 - 18:16:14: [umc-core.smx] 7: dod_redline_v1 (4)
L 04/18/2012 - 18:16:14: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 18:16:34: [umc-core.smx] umc-votecommand.smx: Map will change to 'dod_fullhouse' at the end of the round.
L 04/18/2012 - 18:16:34: [umc-core.smx] Setting nextmap to: dod_fullhouse
L 04/18/2012 - 18:16:34: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:16:34: [umc-core.smx] MAPVOTE: Players voted for map 'dod_fullhouse' from group 'Gruppe1'
L 04/18/2012 - 18:16:34: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 18:17:51: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:17:51: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 18:17:51: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 18:17:51: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 18:17:51: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 18:17:51: [umc-core.smx] Setting nextmap to: gg_xblah_office
L 04/18/2012 - 18:17:51: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:19:29: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 18:21:51: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 18:33:45: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 18:33:45: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 18:33:45: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 18:33:45: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_bettertrainmap_d' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:33:45: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_rounds' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:33:45: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:33:45: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_fanatic_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:33:45: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_ideal_mini' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:33:45: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 18:33:45: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 18:33:45: [umc-core.smx] 0: partizany--kir (1)
L 04/18/2012 - 18:33:45: [umc-core.smx] 1: Bisounours (2)
L 04/18/2012 - 18:33:45: [umc-core.smx] 2: metzger-stein (4)
L 04/18/2012 - 18:33:45: [umc-core.smx] 3: <L-BG> EXOTIC Killer [ Krank) (5)
L 04/18/2012 - 18:33:45: [umc-core.smx] 4: <L-BG> xXStuckiXx (T) (6)
L 04/18/2012 - 18:33:45: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 18:33:45: [umc-core.smx] 3: 3xi_bettertrainmap_d (0)
L 04/18/2012 - 18:33:45: [umc-core.smx] 4: gg_rounds (1)
L 04/18/2012 - 18:33:45: [umc-core.smx] 5: dod_poolday_v2 (2)
L 04/18/2012 - 18:33:45: [umc-core.smx] 6: dod_gg_fanatic_b1 (3)
L 04/18/2012 - 18:33:45: [umc-core.smx] 7: gg_ideal_mini (4)
L 04/18/2012 - 18:33:45: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 18:34:06: [umc-core.smx] umc-votecommand.smx: Map will change to 'dod_poolday_v2' at the end of the round.
L 04/18/2012 - 18:34:06: [umc-core.smx] Setting nextmap to: dod_poolday_v2
L 04/18/2012 - 18:34:06: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:34:06: [umc-core.smx] MAPVOTE: Players voted for map 'dod_poolday_v2' from group 'Gruppe1'
L 04/18/2012 - 18:34:06: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 18:35:39: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:35:39: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 18:35:39: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 18:35:39: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 18:35:39: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 18:35:39: [umc-core.smx] Setting nextmap to: dod_jagd
L 04/18/2012 - 18:35:39: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:37:37: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:37:37: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 18:37:37: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 18:37:37: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 18:37:37: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 18:37:37: [umc-core.smx] Setting nextmap to: gg_ideal_mini
L 04/18/2012 - 18:37:37: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:39:39: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 18:41:37: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 18:55:29: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 18:55:29: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 18:55:29: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 18:55:29: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_dod_officemini' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:55:29: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_lime_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:55:29: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_fight_war2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:55:29: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_ideal_mini' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:55:29: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_off_road' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 18:55:29: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 18:55:29: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 18:55:29: [umc-core.smx] 0: partizany--kir (1)
L 04/18/2012 - 18:55:29: [umc-core.smx] 1: Bisounours (2)
L 04/18/2012 - 18:55:29: [umc-core.smx] 2: <L-BG> Pîttêr (3)
L 04/18/2012 - 18:55:29: [umc-core.smx] 3: metzger-stein (4)
L 04/18/2012 - 18:55:29: [umc-core.smx] 4: SergentWeed (5)
L 04/18/2012 - 18:55:29: [umc-core.smx] 5: MajorWeed (7)
L 04/18/2012 - 18:55:29: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 18:55:29: [umc-core.smx] 3: gg_dod_officemini (0)
L 04/18/2012 - 18:55:29: [umc-core.smx] 4: 3xi_lime_arena (1)
L 04/18/2012 - 18:55:29: [umc-core.smx] 5: dod_fight_war2 (2)
L 04/18/2012 - 18:55:29: [umc-core.smx] 6: gg_ideal_mini (3)
L 04/18/2012 - 18:55:29: [umc-core.smx] 7: 3xi_off_road (4)
L 04/18/2012 - 18:55:29: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 18:55:49: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:55:49: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 18:55:49: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 18:55:49: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 18:55:49: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 18:55:49: [umc-core.smx] Setting nextmap to: dod_harrington
L 04/18/2012 - 18:55:49: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:55:50: [umc-core.smx] umc-votecommand.smx: Map will change to 'gg_dod_officemini' at the end of the round.
L 04/18/2012 - 18:55:50: [umc-core.smx] Setting nextmap to: gg_dod_officemini
L 04/18/2012 - 18:55:50: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:55:50: [umc-core.smx] MAPVOTE: Players voted for map 'gg_dod_officemini' from group 'Gruppe1'
L 04/18/2012 - 18:55:50: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 18:56:23: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:56:23: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 18:56:23: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 18:56:23: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 18:56:23: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 18:56:23: [umc-core.smx] Setting nextmap to: gg_the_labyrinth
L 04/18/2012 - 18:56:23: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:58:40: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 18:58:40: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 18:58:40: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 18:58:40: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 18:58:40: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 18:58:40: [umc-core.smx] Setting nextmap to: dod_indoor_pro_by11_a
L 04/18/2012 - 18:58:40: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 18:59:49: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 19:02:40: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 19:09:33: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 19:09:33: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 19:09:33: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 19:09:33: [umc-core.smx] VOTE MENU: (Verbose) Selected map '415rennes_b6' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 19:09:33: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gan32' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 19:09:33: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_nordkraft' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 19:09:33: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_classic_rats' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 19:09:33: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_fullhouse' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 19:09:33: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 19:09:33: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 19:09:33: [umc-core.smx] 0: <L-BG> {=Amok=} :.( (1)
L 04/18/2012 - 19:09:33: [umc-core.smx] 1: <L-BG> Pîttêr (3)
L 04/18/2012 - 19:09:33: [umc-core.smx] 2: metzger-stein (4)
L 04/18/2012 - 19:09:33: [umc-core.smx] 3: Cat Reflex (5)
L 04/18/2012 - 19:09:33: [umc-core.smx] 4: <L-BG> EXOTIC Killer [ Krank) (6)
L 04/18/2012 - 19:09:33: [umc-core.smx] 5: -(B|H)-â„¢Hunter (7)
L 04/18/2012 - 19:09:33: [umc-core.smx] 6: Viper001 (8)
L 04/18/2012 - 19:09:33: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 19:09:33: [umc-core.smx] 3: 415rennes_b6 (0)
L 04/18/2012 - 19:09:33: [umc-core.smx] 4: dod_gan32 (1)
L 04/18/2012 - 19:09:33: [umc-core.smx] 5: 3xi_nordkraft (2)
L 04/18/2012 - 19:09:33: [umc-core.smx] 6: gg_classic_rats (3)
L 04/18/2012 - 19:09:33: [umc-core.smx] 7: dod_fullhouse (4)
L 04/18/2012 - 19:09:33: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 19:09:54: [umc-core.smx] umc-votecommand.smx: Map will change to '415rennes_b6' at the end of the round.
L 04/18/2012 - 19:09:54: [umc-core.smx] Setting nextmap to: 415rennes_b6
L 04/18/2012 - 19:09:54: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 19:09:54: [umc-core.smx] MAPVOTE: Players voted for map '415rennes_b6' from group 'Gruppe1'
L 04/18/2012 - 19:09:54: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 19:11:20: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 19:11:20: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 19:11:20: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 19:11:20: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 19:11:20: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 19:11:20: [umc-core.smx] Setting nextmap to: gg_junkyard_ez_rev_3
L 04/18/2012 - 19:11:20: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 19:15:20: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 19:15:58: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 19:15:58: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 19:15:58: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 19:15:58: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 19:15:58: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 19:15:58: [umc-core.smx] Setting nextmap to: dod_anzio
L 04/18/2012 - 19:15:58: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 19:19:58: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 19:36:08: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 19:36:08: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 19:36:08: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 19:36:08: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 19:36:08: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 19:36:08: [umc-core.smx] Setting nextmap to: dod_argentan
L 04/18/2012 - 19:36:08: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 19:40:08: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 19:56:17: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 19:56:17: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 19:56:17: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 19:56:17: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 19:56:17: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 19:56:17: [umc-core.smx] Setting nextmap to: dod_donner
L 04/18/2012 - 19:56:17: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 19:59:17: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 19:59:17: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 19:59:17: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 19:59:17: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 19:59:17: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 19:59:17: [umc-core.smx] Setting nextmap to: gg_up_and_down
L 04/18/2012 - 19:59:17: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:00:17: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 20:02:28: [umc-core.smx] VOTE MENU: (Verbose) Group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:02:28: [umc-core.smx] Initiating Vote Type: Group
L 04/18/2012 - 20:02:28: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 20:02:28: [umc-core.smx] 0: <L-BG>Firefly (5)
L 04/18/2012 - 20:02:28: [umc-core.smx] 1: <L-BG> .Babaâ„¢ (6)
L 04/18/2012 - 20:02:28: [umc-core.smx] 2: <L-BG> FreeSTAR* (8)
L 04/18/2012 - 20:02:28: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 20:02:40: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 20:02:40: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 20:02:40: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 20:02:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_fatal' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:02:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_3_towers_nvr' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:02:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_keiler_kampfarena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:02:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_nordkraft' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:02:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_the_round' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:02:40: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 20:02:40: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 20:02:40: [umc-core.smx] 0: <L-BG>Firefly (5)
L 04/18/2012 - 20:02:40: [umc-core.smx] 1: <L-BG> .Babaâ„¢ (6)
L 04/18/2012 - 20:02:40: [umc-core.smx] 2: <L-BG> FreeSTAR* (8)
L 04/18/2012 - 20:02:40: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 20:02:40: [umc-core.smx] 3: dod_fatal (0)
L 04/18/2012 - 20:02:40: [umc-core.smx] 4: dod_orange_3_towers_nvr (1)
L 04/18/2012 - 20:02:40: [umc-core.smx] 5: dod_keiler_kampfarena (2)
L 04/18/2012 - 20:02:40: [umc-core.smx] 6: 3xi_nordkraft (3)
L 04/18/2012 - 20:02:40: [umc-core.smx] 7: gg_the_round (4)
L 04/18/2012 - 20:02:40: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 20:03:00: [umc-core.smx] umc-adminmenu.smx: Changing map to '3xi_nordkraft' in 5 seconds.
L 04/18/2012 - 20:03:00: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:03:00: [umc-core.smx] MAPVOTE: Players voted for map '3xi_nordkraft' from group 'Gruppe1'
L 04/18/2012 - 20:03:00: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 20:03:06: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 20:03:06: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 20:03:06: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 20:03:06: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 20:03:06: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 20:03:06: [umc-core.smx] Setting nextmap to: dod_bunky
L 04/18/2012 - 20:03:06: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:07:06: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 20:16:27: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 20:16:27: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 20:16:27: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 20:16:27: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 20:16:27: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 20:16:27: [umc-core.smx] Setting nextmap to: dod_flash
L 04/18/2012 - 20:16:27: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:20:27: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 20:29:07: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 20:29:07: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 20:29:07: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 20:29:07: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_fatal' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:29:07: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_dod_officemini' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:29:07: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_bunky' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:29:07: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_indoor_aquila' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:29:07: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_battlehill' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:29:07: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 20:29:07: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 20:29:07: [umc-core.smx] 0: <L-BG>â‚£Ã*řé₣Ã*šŧ AÅ’ (1)
L 04/18/2012 - 20:29:07: [umc-core.smx] 1: <L-BG>Adler don sky (2)
L 04/18/2012 - 20:29:07: [umc-core.smx] 2: Ð’@ÐО (3)
L 04/18/2012 - 20:29:07: [umc-core.smx] 3: <L-BG> .Babaâ„¢ (6)
L 04/18/2012 - 20:29:07: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 20:29:07: [umc-core.smx] 3: dod_fatal (0)
L 04/18/2012 - 20:29:07: [umc-core.smx] 4: gg_dod_officemini (1)
L 04/18/2012 - 20:29:07: [umc-core.smx] 5: dod_bunky (2)
L 04/18/2012 - 20:29:07: [umc-core.smx] 6: dod_indoor_aquila (3)
L 04/18/2012 - 20:29:07: [umc-core.smx] 7: dod_battlehill (4)
L 04/18/2012 - 20:29:07: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 20:29:28: [umc-core.smx] umc-votecommand.smx: Map will change to 'dod_fatal' at the end of the round.
L 04/18/2012 - 20:29:28: [umc-core.smx] Setting nextmap to: dod_fatal
L 04/18/2012 - 20:29:28: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:29:28: [umc-core.smx] MAPVOTE: Players voted for map 'dod_fatal' from group 'Gruppe1'
L 04/18/2012 - 20:29:28: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 20:36:36: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 20:36:36: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 20:36:36: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 20:36:36: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 20:36:36: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 20:36:36: [umc-core.smx] Setting nextmap to: dod_avalanche
L 04/18/2012 - 20:36:36: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:36:42: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 20:36:42: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 20:36:42: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 20:36:42: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 20:36:42: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 20:36:42: [umc-core.smx] Setting nextmap to: dod_indoor_aquila
L 04/18/2012 - 20:36:42: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:38:11: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 20:38:11: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 20:38:11: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 20:38:11: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 20:38:11: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 20:38:11: [umc-core.smx] Setting nextmap to: 3xi4_trainmap_s4e
L 04/18/2012 - 20:38:11: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:40:36: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 20:42:11: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 20:45:30: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 20:45:30: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 20:45:30: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 20:45:30: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_indoor_arena_a1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:45:30: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_il_pocumetro_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:45:30: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_2_towers_nrg' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:45:30: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_ice' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:45:30: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_keiler_kampfarena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:45:30: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 20:45:30: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 20:45:30: [umc-core.smx] 0: <L-BG>â‚£Ã*řé₣Ã*šŧ AÅ’ (1)
L 04/18/2012 - 20:45:30: [umc-core.smx] 1: <L-BG>Adler don sky (2)
L 04/18/2012 - 20:45:30: [umc-core.smx] 2: }{от@быч (4)
L 04/18/2012 - 20:45:30: [umc-core.smx] 3: Fast so gut wie das A-Team (5)
L 04/18/2012 - 20:45:30: [umc-core.smx] 4: <L-BG> .Babaâ„¢ (6)
L 04/18/2012 - 20:45:30: [umc-core.smx] 5: Ruberoid (7)
L 04/18/2012 - 20:45:30: [umc-core.smx] 6: <L-BG> Aeon (T) (8)
L 04/18/2012 - 20:45:30: [umc-core.smx] 7: <L-BG> The Dark Soldier á´´á´° (9)
L 04/18/2012 - 20:45:30: [umc-core.smx] 8: POLO (10)
L 04/18/2012 - 20:45:30: [umc-core.smx] 9: G41ZZLY B34R lUV4 ^W^ (11)
L 04/18/2012 - 20:45:30: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 20:45:30: [umc-core.smx] 3: dod_gg_indoor_arena_a1 (0)
L 04/18/2012 - 20:45:30: [umc-core.smx] 4: dod_il_pocumetro_b2 (1)
L 04/18/2012 - 20:45:30: [umc-core.smx] 5: dod_orange_2_towers_nrg (2)
L 04/18/2012 - 20:45:30: [umc-core.smx] 6: gg_ice (3)
L 04/18/2012 - 20:45:30: [umc-core.smx] 7: dod_keiler_kampfarena (4)
L 04/18/2012 - 20:45:30: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 20:45:50: [umc-core.smx] umc-votecommand.smx: Map will change to 'dod_gg_indoor_arena_a1' at the end of the round.
L 04/18/2012 - 20:45:50: [umc-core.smx] Setting nextmap to: dod_gg_indoor_arena_a1
L 04/18/2012 - 20:45:50: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:45:50: [umc-core.smx] MAPVOTE: Players voted for map 'dod_gg_indoor_arena_a1' from group 'Gruppe1'
L 04/18/2012 - 20:45:50: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 20:48:46: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 20:48:46: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 20:48:46: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 20:48:46: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 20:48:46: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 20:48:46: [umc-core.smx] Setting nextmap to: dod_fight_war2
L 04/18/2012 - 20:48:46: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:52:46: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 20:56:45: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 20:56:45: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 20:56:45: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 20:56:45: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 20:56:45: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 20:56:45: [umc-core.smx] Setting nextmap to: dod_palermo
L 04/18/2012 - 20:56:45: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:57:58: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 20:57:58: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 20:57:58: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 20:57:58: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'legoland_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:57:58: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_biggertrainmap' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:57:58: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_orange_sorrow_toy' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:57:58: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_bull_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:57:58: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_il_pocumetro_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 20:57:58: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 20:57:58: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 20:57:58: [umc-core.smx] 0: <L-BG>â‚£Ã*řé₣Ã*šŧ AÅ’ (1)
L 04/18/2012 - 20:57:58: [umc-core.smx] 1: <L-BG>Adler don sky (2)
L 04/18/2012 - 20:57:58: [umc-core.smx] 2: Rapser @ Pro Flamer (3)
L 04/18/2012 - 20:57:58: [umc-core.smx] 3: Fast so gut wie das A-Team (5)
L 04/18/2012 - 20:57:58: [umc-core.smx] 4: <L-BG> .Babaâ„¢ (6)
L 04/18/2012 - 20:57:58: [umc-core.smx] 5: Ruberoid (7)
L 04/18/2012 - 20:57:58: [umc-core.smx] 6: <L-BG> Aeon (T) (8)
L 04/18/2012 - 20:57:58: [umc-core.smx] 7: <L-BG> The Dark Soldier á´´á´° (9)
L 04/18/2012 - 20:57:58: [umc-core.smx] 8: POLO (10)
L 04/18/2012 - 20:57:58: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 20:57:58: [umc-core.smx] 3: legoland_b2 (0)
L 04/18/2012 - 20:57:58: [umc-core.smx] 4: 3xi_biggertrainmap (1)
L 04/18/2012 - 20:57:58: [umc-core.smx] 5: gg_orange_sorrow_toy (2)
L 04/18/2012 - 20:57:58: [umc-core.smx] 6: dod_gg_bull_b1 (3)
L 04/18/2012 - 20:57:58: [umc-core.smx] 7: dod_il_pocumetro_b2 (4)
L 04/18/2012 - 20:57:58: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 20:58:19: [umc-core.smx] umc-votecommand.smx: Map will change to 'legoland_b2' at the end of the round.
L 04/18/2012 - 20:58:19: [umc-core.smx] Setting nextmap to: legoland_b2
L 04/18/2012 - 20:58:19: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 20:58:19: [umc-core.smx] MAPVOTE: Players voted for map 'legoland_b2' from group 'Gruppe1'
L 04/18/2012 - 20:58:19: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 21:00:45: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 21:05:27: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 21:05:27: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 21:05:27: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 21:05:27: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 21:05:27: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 21:05:27: [umc-core.smx] Setting nextmap to: by_lime_arena
L 04/18/2012 - 21:05:27: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:06:27: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 21:06:27: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 21:06:27: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 21:06:27: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 21:06:27: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 21:06:27: [umc-core.smx] Setting nextmap to: gg_the_middle_v3
L 04/18/2012 - 21:06:27: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:10:27: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 21:16:55: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 21:16:55: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 21:16:55: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 21:16:55: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 21:16:55: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 21:16:55: [umc-core.smx] Setting nextmap to: dod_argentan
L 04/18/2012 - 21:16:55: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:18:24: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 21:18:24: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 21:18:24: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 21:18:24: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_intersection_v1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:18:24: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_battlehill' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:18:24: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_junkyard_ez_rev_3' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:18:24: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_around_the_corner_2000' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:18:24: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_dgs' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:18:24: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 21:18:24: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 21:18:24: [umc-core.smx] 0: <L-BG>â‚£Ã*řé₣Ã*šŧ AÅ’ (1)
L 04/18/2012 - 21:18:24: [umc-core.smx] 1: <L-BG>Adler don sky (2)
L 04/18/2012 - 21:18:24: [umc-core.smx] 2: Rapser @Dr. Ecksschwein (3)
L 04/18/2012 - 21:18:24: [umc-core.smx] 3: =!NG!= ArkinsaW (4)
L 04/18/2012 - 21:18:24: [umc-core.smx] 4: Fast so gut wie das A-Team (5)
L 04/18/2012 - 21:18:24: [umc-core.smx] 5: <L-BG> .Babaâ„¢ (6)
L 04/18/2012 - 21:18:24: [umc-core.smx] 6: Ruberoid (7)
L 04/18/2012 - 21:18:24: [umc-core.smx] 7: <L-BG> Aeon (T) (8)
L 04/18/2012 - 21:18:24: [umc-core.smx] 8: <L-BG> FreeSTAR* (9)
L 04/18/2012 - 21:18:24: [umc-core.smx] 9: <L-BG> xXStuckiXx (T) (10)
L 04/18/2012 - 21:18:24: [umc-core.smx] 10: Twix (11)
L 04/18/2012 - 21:18:24: [umc-core.smx] 11: <L-BG> {=Amok=} :.( (12)
L 04/18/2012 - 21:18:24: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 21:18:24: [umc-core.smx] 3: dod_intersection_v1 (0)
L 04/18/2012 - 21:18:24: [umc-core.smx] 4: dod_battlehill (1)
L 04/18/2012 - 21:18:24: [umc-core.smx] 5: gg_junkyard_ez_rev_3 (2)
L 04/18/2012 - 21:18:24: [umc-core.smx] 6: dod_around_the_corner_2000 (3)
L 04/18/2012 - 21:18:24: [umc-core.smx] 7: dod_poolday_dgs (4)
L 04/18/2012 - 21:18:24: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 21:18:45: [umc-core.smx] umc-votecommand.smx: Map will change to 'dod_battlehill' at the end of the round.
L 04/18/2012 - 21:18:45: [umc-core.smx] Setting nextmap to: dod_battlehill
L 04/18/2012 - 21:18:45: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:18:45: [umc-core.smx] MAPVOTE: Players voted for map 'dod_battlehill' from group 'Gruppe1'
L 04/18/2012 - 21:18:45: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 21:20:55: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 21:22:11: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 21:22:11: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 21:22:11: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 21:22:11: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 21:22:11: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 21:22:11: [umc-core.smx] Setting nextmap to: 3xi_bettertrainmap_d
L 04/18/2012 - 21:22:11: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:22:42: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 21:22:42: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 21:22:42: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 21:22:42: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 21:22:42: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 21:22:42: [umc-core.smx] Setting nextmap to: gg_the_swimming_pool_b3
L 04/18/2012 - 21:22:42: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:26:42: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 21:31:40: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 21:31:40: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 21:31:40: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 21:31:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_the_round' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:31:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_cherry_REMIX_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:31:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'hon_ganjafarmer_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:31:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_orange_sorrow_toy' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:31:40: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_toil_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:31:40: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 21:31:40: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 21:31:40: [umc-core.smx] 0: smac_bo (1)
L 04/18/2012 - 21:31:40: [umc-core.smx] 1: <L-BG> sniqez (2)
L 04/18/2012 - 21:31:40: [umc-core.smx] 2: Rapser @Dr. Ecksschwein (3)
L 04/18/2012 - 21:31:40: [umc-core.smx] 3: Fast so gut wie das A-Team (5)
L 04/18/2012 - 21:31:40: [umc-core.smx] 4: <L-BG> .Babaâ„¢ (6)
L 04/18/2012 - 21:31:40: [umc-core.smx] 5: <L-BG> Aeon (T) (8)
L 04/18/2012 - 21:31:40: [umc-core.smx] 6: <L-BG> FreeSTAR* (9)
L 04/18/2012 - 21:31:40: [umc-core.smx] 7: <L-BG> xXStuckiXx (T) (10)
L 04/18/2012 - 21:31:40: [umc-core.smx] 8: Twix (11)
L 04/18/2012 - 21:31:40: [umc-core.smx] 9: [G*o*D] вαכ_мσтнεÑ_Ò“Î (13)
L 04/18/2012 - 21:31:40: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 21:31:40: [umc-core.smx] 3: gg_the_round (0)
L 04/18/2012 - 21:31:40: [umc-core.smx] 4: dod_cherry_REMIX_arena (1)
L 04/18/2012 - 21:31:40: [umc-core.smx] 5: hon_ganjafarmer_b2 (2)
L 04/18/2012 - 21:31:40: [umc-core.smx] 6: gg_orange_sorrow_toy (3)
L 04/18/2012 - 21:31:40: [umc-core.smx] 7: dod_gg_toil_b1 (4)
L 04/18/2012 - 21:31:40: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 21:32:00: [umc-core.smx] umc-votecommand.smx: Map will change to 'gg_the_round' at the end of the round.
L 04/18/2012 - 21:32:00: [umc-core.smx] Setting nextmap to: gg_the_round
L 04/18/2012 - 21:32:00: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:32:00: [umc-core.smx] MAPVOTE: Players voted for map 'gg_the_round' from group 'Gruppe1'
L 04/18/2012 - 21:32:00: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 21:35:55: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 21:35:55: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 21:35:55: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 21:35:55: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 21:35:55: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 21:35:55: [umc-core.smx] Setting nextmap to: dod_keiler_kampfarena
L 04/18/2012 - 21:35:55: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:37:04: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 21:37:04: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 21:37:04: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 21:37:04: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 21:37:04: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 21:37:04: [umc-core.smx] Setting nextmap to: dod_anzio
L 04/18/2012 - 21:37:04: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:39:55: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 21:41:04: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 21:56:25: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 21:56:25: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 21:56:25: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 21:56:25: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_toon_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:56:25: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_trainmap__ml_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:56:25: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_il_pocumetro_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:56:25: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_trainmap' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:56:25: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_intersection_v1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 21:56:25: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 21:56:25: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 21:56:25: [umc-core.smx] 0: maarten_haase (1)
L 04/18/2012 - 21:56:25: [umc-core.smx] 1: Mr.Hardï®”tyle (2)
L 04/18/2012 - 21:56:25: [umc-core.smx] 2: Rapser @Dr. Ecksschwein (3)
L 04/18/2012 - 21:56:25: [umc-core.smx] 3: <L-BG> .Babaâ„¢ (4)
L 04/18/2012 - 21:56:25: [umc-core.smx] 4: <L-BG> Aeon (T) (8)
L 04/18/2012 - 21:56:25: [umc-core.smx] 5: <L-BG> xXStuckiXx (T) (10)
L 04/18/2012 - 21:56:25: [umc-core.smx] 6: [G*o*D] вαכ_мσтнεÑ_Ò“Î (13)
L 04/18/2012 - 21:56:25: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 21:56:25: [umc-core.smx] 3: dod_toon_arena (0)
L 04/18/2012 - 21:56:25: [umc-core.smx] 4: 3xi_trainmap__ml_v2 (1)
L 04/18/2012 - 21:56:25: [umc-core.smx] 5: dod_il_pocumetro_b2 (2)
L 04/18/2012 - 21:56:25: [umc-core.smx] 6: 3xi_trainmap (3)
L 04/18/2012 - 21:56:25: [umc-core.smx] 7: dod_intersection_v1 (4)
L 04/18/2012 - 21:56:25: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 21:56:45: [umc-core.smx] umc-votecommand.smx: Map will change to 'dod_toon_arena' at the end of the round.
L 04/18/2012 - 21:56:45: [umc-core.smx] Setting nextmap to: dod_toon_arena
L 04/18/2012 - 21:56:45: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:56:45: [umc-core.smx] MAPVOTE: Players voted for map 'dod_toon_arena' from group 'Gruppe1'
L 04/18/2012 - 21:56:45: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 21:57:14: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 21:57:14: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 21:57:14: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 21:57:14: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 21:57:14: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 21:57:14: [umc-core.smx] Setting nextmap to: dod_colmar
L 04/18/2012 - 21:57:14: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 21:59:40: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 21:59:40: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 21:59:40: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 21:59:40: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 21:59:40: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 21:59:40: [umc-core.smx] Setting nextmap to: gg_rounds
L 04/18/2012 - 21:59:40: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:01:13: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 22:03:40: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 22:13:44: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 22:13:44: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 22:13:44: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 22:13:44: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'hon_dierrhea_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:13:44: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_paradise' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:13:44: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_dgs' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:13:44: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_rounds' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:13:44: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_inside_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:13:44: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 22:13:44: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 22:13:44: [umc-core.smx] 0: K Ã D (2)
L 04/18/2012 - 22:13:44: [umc-core.smx] 1: Rapser @Dr. Ecksschwein (3)
L 04/18/2012 - 22:13:44: [umc-core.smx] 2: <L-BG> .Babaâ„¢ (4)
L 04/18/2012 - 22:13:44: [umc-core.smx] 3: [Ƭмى]45der killer kenny (5)
L 04/18/2012 - 22:13:44: [umc-core.smx] 4: <L-BG> Aeon (T) (8)
L 04/18/2012 - 22:13:44: [umc-core.smx] 5: <L-BG> xXStuckiXx (T) (10)
L 04/18/2012 - 22:13:44: [umc-core.smx] 6: [G*o*D] вαכ_мσтнεÑ_Ò“Î (13)
L 04/18/2012 - 22:13:44: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 22:13:44: [umc-core.smx] 3: hon_dierrhea_b1 (0)
L 04/18/2012 - 22:13:44: [umc-core.smx] 4: dod_orange_paradise (1)
L 04/18/2012 - 22:13:44: [umc-core.smx] 5: dod_poolday_dgs (2)
L 04/18/2012 - 22:13:44: [umc-core.smx] 6: gg_rounds (3)
L 04/18/2012 - 22:13:44: [umc-core.smx] 7: dod_orange_inside_arena (4)
L 04/18/2012 - 22:13:44: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 22:14:05: [umc-core.smx] umc-votecommand.smx: Map will change to 'hon_dierrhea_b1' at the end of the round.
L 04/18/2012 - 22:14:05: [umc-core.smx] Setting nextmap to: hon_dierrhea_b1
L 04/18/2012 - 22:14:05: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:14:05: [umc-core.smx] MAPVOTE: Players voted for map 'hon_dierrhea_b1' from group 'Gruppe1'
L 04/18/2012 - 22:14:05: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 22:16:12: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 22:16:12: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 22:16:12: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 22:16:12: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 22:16:12: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 22:16:12: [umc-core.smx] Setting nextmap to: dod_gan32
L 04/18/2012 - 22:16:12: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:17:23: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 22:17:23: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 22:17:23: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 22:17:23: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 22:17:23: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 22:17:23: [umc-core.smx] Setting nextmap to: dod_jagd
L 04/18/2012 - 22:17:23: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:20:12: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 22:21:23: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 22:26:45: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 22:26:45: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 22:26:45: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 22:26:45: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 22:26:45: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 22:26:45: [umc-core.smx] Setting nextmap to: dod_poolday_v2
L 04/18/2012 - 22:26:45: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:30:45: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 22:37:33: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 22:37:33: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 22:37:33: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 22:37:33: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 22:37:33: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 22:37:33: [umc-core.smx] Setting nextmap to: dod_palermo
L 04/18/2012 - 22:37:33: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:38:26: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 22:38:26: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 22:38:26: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 22:38:26: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_poolday_v2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:38:26: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_ice' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:38:26: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_toon_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:38:26: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_lime_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:38:26: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_desert_outpost_c' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:38:26: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 22:38:26: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 22:38:26: [umc-core.smx] 0: dazz2608 (1)
L 04/18/2012 - 22:38:26: [umc-core.smx] 1: <L-BG> .Babaâ„¢ (2)
L 04/18/2012 - 22:38:26: [umc-core.smx] 2: [Ƭмى]45der killer kenny (5)
L 04/18/2012 - 22:38:26: [umc-core.smx] 3: <L-BG> Aeon (T) (8)
L 04/18/2012 - 22:38:26: [umc-core.smx] 4: <L-BG> xXStuckiXx (T) (10)
L 04/18/2012 - 22:38:26: [umc-core.smx] 5: [G*o*D] вαכ_мσтнεÑ_Ò“Î (13)
L 04/18/2012 - 22:38:26: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 22:38:26: [umc-core.smx] 3: dod_poolday_v2 (0)
L 04/18/2012 - 22:38:26: [umc-core.smx] 4: gg_ice (1)
L 04/18/2012 - 22:38:26: [umc-core.smx] 5: dod_toon_arena (2)
L 04/18/2012 - 22:38:26: [umc-core.smx] 6: 3xi_lime_arena (3)
L 04/18/2012 - 22:38:26: [umc-core.smx] 7: gg_desert_outpost_c (4)
L 04/18/2012 - 22:38:26: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 22:38:47: [umc-core.smx] umc-votecommand.smx: Map will change to 'gg_ice' at the end of the round.
L 04/18/2012 - 22:38:47: [umc-core.smx] Setting nextmap to: gg_ice
L 04/18/2012 - 22:38:47: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:38:47: [umc-core.smx] MAPVOTE: Players voted for map 'gg_ice' from group 'Gruppe1'
L 04/18/2012 - 22:38:47: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 22:41:33: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 22:45:38: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 22:45:38: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 22:45:38: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 22:45:38: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 22:45:38: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 22:45:38: [umc-core.smx] Setting nextmap to: dod_orange_inside_arena
L 04/18/2012 - 22:45:38: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:49:38: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 22:52:49: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 22:52:49: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 22:52:49: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 22:52:49: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_wasp_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:52:49: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'hon_ganjafarmer_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:52:49: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_indoor_aquila' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:52:49: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_lime_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:52:49: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'arena_mayhem' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 22:52:49: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 22:52:49: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 22:52:49: [umc-core.smx] 0: HaYuk_No-Clan (1)
L 04/18/2012 - 22:52:49: [umc-core.smx] 1: <L-BG> .Babaâ„¢ (2)
L 04/18/2012 - 22:52:49: [umc-core.smx] 2: B `n´ J C00KiE D0UGH-[TrU]-{Sw (3)
L 04/18/2012 - 22:52:49: [umc-core.smx] 3: <L-BG> The Dark Soldier á´´á´° (4)
L 04/18/2012 - 22:52:49: [umc-core.smx] 4: [Ƭмى]45der killer kenny (5)
L 04/18/2012 - 22:52:49: [umc-core.smx] 5: <L-BG> Aeon (T) (8)
L 04/18/2012 - 22:52:49: [umc-core.smx] 6: <L-BG> xXStuckiXx (T) (10)
L 04/18/2012 - 22:52:49: [umc-core.smx] 7: [G*o*D] вαכ_мσтнεÑ_Ò“Î (13)
L 04/18/2012 - 22:52:49: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 22:52:49: [umc-core.smx] 3: dod_gg_wasp_b1 (0)
L 04/18/2012 - 22:52:49: [umc-core.smx] 4: hon_ganjafarmer_b2 (1)
L 04/18/2012 - 22:52:49: [umc-core.smx] 5: dod_indoor_aquila (2)
L 04/18/2012 - 22:52:49: [umc-core.smx] 6: 3xi_lime_arena (3)
L 04/18/2012 - 22:52:49: [umc-core.smx] 7: arena_mayhem (4)
L 04/18/2012 - 22:52:49: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 22:53:10: [umc-core.smx] umc-votecommand.smx: Map will change to 'hon_ganjafarmer_b2' at the end of the round.
L 04/18/2012 - 22:53:10: [umc-core.smx] Setting nextmap to: hon_ganjafarmer_b2
L 04/18/2012 - 22:53:10: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:53:10: [umc-core.smx] MAPVOTE: Players voted for map 'hon_ganjafarmer_b2' from group 'Gruppe1'
L 04/18/2012 - 22:53:10: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 22:55:01: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 22:55:01: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 22:55:01: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 22:55:01: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 22:55:01: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 22:55:01: [umc-core.smx] Setting nextmap to: dod_poolday_v2
L 04/18/2012 - 22:55:01: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:57:43: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 22:57:43: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 22:57:43: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 22:57:43: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 22:57:43: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 22:57:43: [umc-core.smx] Setting nextmap to: dod_avalanche
L 04/18/2012 - 22:57:43: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 22:59:01: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 23:01:43: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 23:05:43: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 23:05:43: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 23:05:43: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 23:05:43: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_2_towers_nrg' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:05:43: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_lime_arena' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:05:43: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_bettertrainmap_d' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:05:43: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_rounds' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:05:43: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_paradise' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:05:43: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 23:05:43: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 23:05:43: [umc-core.smx] 0: HaYuk_No-Clan (1)
L 04/18/2012 - 23:05:43: [umc-core.smx] 1: <L-BG> .Babaâ„¢ (2)
L 04/18/2012 - 23:05:43: [umc-core.smx] 2: B `n´ J C00KiE D0UGH-[TrU]-{Sw (3)
L 04/18/2012 - 23:05:43: [umc-core.smx] 3: <L-BG> The Dark Soldier á´´á´° (4)
L 04/18/2012 - 23:05:43: [umc-core.smx] 4: [Ƭмى]45der killer kenny (5)
L 04/18/2012 - 23:05:43: [umc-core.smx] 5: -=SKG=-Neelix[CL] SO4 (6)
L 04/18/2012 - 23:05:43: [umc-core.smx] 6: K Ã D (7)
L 04/18/2012 - 23:05:43: [umc-core.smx] 7: <L-BG> Aeon (T) (8)
L 04/18/2012 - 23:05:43: [umc-core.smx] 8: <L-BG> Ö„ÄŧÅwīŧƶ  :)â„¢ (9)
L 04/18/2012 - 23:05:43: [umc-core.smx] 9: <L-BG> xXStuckiXx (T) (10)
L 04/18/2012 - 23:05:43: [umc-core.smx] 10: ZuNLV (11)
L 04/18/2012 - 23:05:43: [umc-core.smx] 11: EUPHORiA !* F4NATiK! [M] (12)
L 04/18/2012 - 23:05:43: [umc-core.smx] 12: [G*o*D] вαכ_мσтнεÑ_Ò“Î (13)
L 04/18/2012 - 23:05:43: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 23:05:43: [umc-core.smx] 3: dod_orange_2_towers_nrg (0)
L 04/18/2012 - 23:05:43: [umc-core.smx] 4: 3xi_lime_arena (1)
L 04/18/2012 - 23:05:43: [umc-core.smx] 5: 3xi_bettertrainmap_d (2)
L 04/18/2012 - 23:05:43: [umc-core.smx] 6: gg_rounds (3)
L 04/18/2012 - 23:05:43: [umc-core.smx] 7: dod_orange_paradise (4)
L 04/18/2012 - 23:05:43: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 23:06:04: [umc-core.smx] umc-votecommand.smx: Map will change to '3xi_lime_arena' at the end of the round.
L 04/18/2012 - 23:06:04: [umc-core.smx] Setting nextmap to: 3xi_lime_arena
L 04/18/2012 - 23:06:04: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 23:06:04: [umc-core.smx] MAPVOTE: Players voted for map '3xi_lime_arena' from group 'Gruppe1'
L 04/18/2012 - 23:06:04: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 23:10:19: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 23:10:19: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 23:10:19: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 23:10:19: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 23:10:19: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 23:10:19: [umc-core.smx] Setting nextmap to: gg_dod_officemini
L 04/18/2012 - 23:10:19: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 23:14:19: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 23:17:52: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 23:17:52: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 23:17:52: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 23:17:52: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 23:17:52: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 23:17:52: [umc-core.smx] Setting nextmap to: dod_harrington
L 04/18/2012 - 23:17:52: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 23:21:52: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 23:22:38: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 23:22:38: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 23:22:38: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 23:22:38: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'mario_air' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:22:38: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'arena_ml' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:22:38: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_spademap_s4e' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:22:38: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_bettertrainmap_d' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:22:38: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_il_pocumetro_b2' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:22:38: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 23:22:38: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 23:22:38: [umc-core.smx] 0: [Ƭмى]45der killer kenny (1)
L 04/18/2012 - 23:22:38: [umc-core.smx] 1: <L-BG> .Babaâ„¢ (2)
L 04/18/2012 - 23:22:38: [umc-core.smx] 2: K Ã D (7)
L 04/18/2012 - 23:22:38: [umc-core.smx] 3: <L-BG> Aeon (T) (8)
L 04/18/2012 - 23:22:38: [umc-core.smx] 4: <L-BG> Ö„ÄŧÅwīŧƶ  :)â„¢ (9)
L 04/18/2012 - 23:22:38: [umc-core.smx] 5: <L-BG> xXStuckiXx (T) (10)
L 04/18/2012 - 23:22:38: [umc-core.smx] 6: ZuNLV (11)
L 04/18/2012 - 23:22:38: [umc-core.smx] 7: [G*o*D] вαכ_мσтнεÑ_Ò“Î (13)
L 04/18/2012 - 23:22:38: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 23:22:38: [umc-core.smx] 3: mario_air (0)
L 04/18/2012 - 23:22:38: [umc-core.smx] 4: arena_ml (1)
L 04/18/2012 - 23:22:38: [umc-core.smx] 5: gg_spademap_s4e (2)
L 04/18/2012 - 23:22:38: [umc-core.smx] 6: 3xi_bettertrainmap_d (3)
L 04/18/2012 - 23:22:38: [umc-core.smx] 7: dod_il_pocumetro_b2 (4)
L 04/18/2012 - 23:22:38: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 23:22:59: [umc-core.smx] umc-votecommand.smx: Map will change to 'mario_air' at the end of the round.
L 04/18/2012 - 23:22:59: [umc-core.smx] Setting nextmap to: mario_air
L 04/18/2012 - 23:22:59: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 23:22:59: [umc-core.smx] MAPVOTE: Players voted for map 'mario_air' from group 'Gruppe1'
L 04/18/2012 - 23:22:59: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 23:27:02: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 23:27:02: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 23:27:02: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 23:27:02: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 23:27:02: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 23:27:02: [umc-core.smx] Setting nextmap to: 3xi_renega2
L 04/18/2012 - 23:27:02: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 23:29:03: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 23:29:03: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 23:29:03: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 23:29:03: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 23:29:03: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 23:29:03: [umc-core.smx] Setting nextmap to: bam_kings_rascals_f1
L 04/18/2012 - 23:29:03: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 23:33:03: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 23:38:02: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 23:38:02: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 23:38:02: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 23:38:02: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 23:38:02: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 23:38:02: [umc-core.smx] Setting nextmap to: dod_kalt
L 04/18/2012 - 23:38:02: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 23:38:10: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 23:38:10: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 32
L 04/18/2012 - 23:38:10: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 23:38:10: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 23:38:10: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 23:38:10: [umc-core.smx] Setting nextmap to: 3xi_bettertrainmap_d
L 04/18/2012 - 23:38:10: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 23:42:02: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 23:42:10: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
L 04/18/2012 - 23:56:57: [umc-core.smx] VOTE MENU: (Verbose) Fetching 5 maps from group 'Gruppe1'
L 04/18/2012 - 23:56:57: [umc-core.smx] VOTE MENU: (Verbose) Finished parsing nominations for map group 'Gruppe1'
L 04/18/2012 - 23:56:57: [umc-core.smx] VOTE MENU: (Verbose) Still need to fetch 5 maps from the group.
L 04/18/2012 - 23:56:57: [umc-core.smx] VOTE MENU: (Verbose) Selected map '3xi_bettertrainmap_d' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:56:57: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_indoor_arena_a1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:56:57: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'gg_classic_rats' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:56:57: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_orange_Fireworld' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:56:57: [umc-core.smx] VOTE MENU: (Verbose) Selected map 'dod_gg_ancient_b1' from group 'Gruppe1' was added to the vote.
L 04/18/2012 - 23:56:57: [umc-core.smx] Initiating Vote Type: Map
L 04/18/2012 - 23:56:57: [umc-core.smx] Adding Clients to Vote:
L 04/18/2012 - 23:56:57: [umc-core.smx] 0: [Ƭмى]45der killer kenny (1)
L 04/18/2012 - 23:56:57: [umc-core.smx] 1: <L-BG> .Babaâ„¢ (2)
L 04/18/2012 - 23:56:57: [umc-core.smx] 2: kuukkuuk (3)
L 04/18/2012 - 23:56:57: [umc-core.smx] 3: <L-BG> Aeon (T) (8)
L 04/18/2012 - 23:56:57: [umc-core.smx] 4: <L-BG> xXStuckiXx (T) (10)
L 04/18/2012 - 23:56:57: [umc-core.smx] VOTE MENU:
L 04/18/2012 - 23:56:57: [umc-core.smx] 3: 3xi_bettertrainmap_d (0)
L 04/18/2012 - 23:56:57: [umc-core.smx] 4: dod_gg_indoor_arena_a1 (1)
L 04/18/2012 - 23:56:57: [umc-core.smx] 5: gg_classic_rats (2)
L 04/18/2012 - 23:56:57: [umc-core.smx] 6: dod_orange_Fireworld (3)
L 04/18/2012 - 23:56:57: [umc-core.smx] 7: dod_gg_ancient_b1 (4)
L 04/18/2012 - 23:56:57: [umc-core.smx] 8: Don't Change (?DontChange?)

L 04/18/2012 - 23:57:18: [umc-core.smx] umc-votecommand.smx: Map will change to 'dod_gg_indoor_arena_a1' at the end of the round.
L 04/18/2012 - 23:57:18: [umc-core.smx] Setting nextmap to: dod_gg_indoor_arena_a1
L 04/18/2012 - 23:57:18: [umc-endvote.smx] End of map vote disabled.
L 04/18/2012 - 23:57:18: [umc-core.smx] MAPVOTE: Players voted for map 'dod_gg_indoor_arena_a1' from group 'Gruppe1'
L 04/18/2012 - 23:57:18: [umc-core.smx] Vote has concluded.
L 04/18/2012 - 23:58:11: [umc-endvote.smx] Unable to create end of map vote time-trigger, trigger time already passed.
L 04/18/2012 - 23:58:11: [umc-playercountmonitor.smx] Min Players: 0, Max Players: 13
L 04/18/2012 - 23:58:11: [umc-playercountmonitor.smx] Server will begin watching for inproper number of players in 240 seconds.
L 04/18/2012 - 23:58:11: [umc-endvote-warnings.smx] Successfully parsed and set up 11 vote warnings.
L 04/18/2012 - 23:58:11: [umc-randomcycle.smx] Attempting to set the next map to a random selection.
L 04/18/2012 - 23:58:11: [umc-core.smx] Setting nextmap to: dod_colmar
L 04/18/2012 - 23:58:11: [umc-endvote.smx] End of map vote disabled.

Last edited by Firefly86; 04-19-2012 at 01:53.
Firefly86 is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 04-19-2012 , 09:53   Re: [UMC3] Ultimate Mapchooser 3.3.2 (Updated 3/4/2012)
Reply With Quote #2608

Quote:
Originally Posted by Firefly86 View Post
Here is the Log. I had to disable the rtv und nominate plugins at about 20:00.
Could you show me the output of sm plugins list so I can see what plugins are running?
__________________
Steell is offline
Firefly86
Member
Join Date: Jan 2012
Old 04-19-2012 , 15:12   Re: [UMC3] Ultimate Mapchooser 3.3.2 (Updated 3/4/2012)
Reply With Quote #2609

Sure

Code:
 "Sound Commands" (1.4.1) by AlliedModders LLC
 "[UMC] Map Commands" (3.3.2) by Steell
 "[UMC] Prefix Exclusion" (3.3.2) by Steell
 "Say Sounds (including Hybrid Edition)" (4.0.3) by Hell Phoenix|Naris|FernFerret|Uberman|psychonic|edgecom|woody|Miraculix|gH0sTy
 "[UMC] Ultimate Mapchooser Core" (3.3.2) by Steell
 "Anti-Flood" (1.4.1) by AlliedModders LLC
 "DoD:S GunGame" (3.4) by Darkranger (orig. by Tsunami), Feuersturm, Andersso and others
 "Admin File Reader" (1.4.1) by AlliedModders LLC
 "HLstatsX CE Ingame Plugin" (1.6.15) by psychonic
 "[DoD TMS] Addon - High Ping Kicker" (1.2) by FeuerSturm "[DoD TMS] Addon - Player / Team Commands" (1.2) by FeuerSturm
 "Client Preferences" (1.4.1) by AlliedModders LLC
 "[UMC] End of Map Vote" (3.3.2) by Steell
 "HP Left" (1.2.1) by InterWave Studios team
 "Player Commands" (1.4.1) by AlliedModders LLC
 "Admin Menu" (1.4.1) by AlliedModders LLC
 "[DoD TMS] Addon - ClanTag Protection" (1.2) by FeuerSturm
 "[UMC] Player Count Monitor" (3.3.2) by Steell
 "[UMC] Map Weight" (3.3.2) by Steell
 "Basic Comm Control" (1.4.1) by AlliedModders LLC
 "[UMC] Time Limits" (3.3.2) by Steell
 "[UMC] End of Map Vote Warnings" (3.3.2) by Steell
 "Quake Sounds" (2.7) by dalto, Grrrrrrrrrrrrrrrrrrr, and psychonic
 "Grenade Spawn Protection" (1.3.1) by Andersso
 "[DoD TMS] Addon - TK Revenge" (1.2) by FeuerSturm
 "Advertisements" (0.5.5) by Tsunami
 "[UMC] Admin Menu" (3.3.2) by Steell
 "[UMC] Random Cycle" (3.3.2) by Steell
 "Client Cvar Spy" (0.0.1) by Seather
 "[DoD TMS] Addon - AFK Manager" (1.2) by FeuerSturm
 "[UMC] Vote Command" (3.3.2) by Steell
 "DoD Anti-Prone Source" (1.1) by FeuerSturm
 "SourceBans" (1.4.9) by SourceBans Development Team
 "Fun Votes" (1.4.1) by AlliedModders LLC
 "[UMC] Echo Nextmap" (3.3.2) by Steell
 "SM Parachute" (2.5) by SWAT_88
 "Basic Commands" (1.4.1) by AlliedModders LLC
 "[DoD TMS] Addon - Anti-VoiceCmdSpam" (1.2) by FeuerSturm
 "Fun Commands" (1.4.1) by AlliedModders LLC
 "[DoD TMS] Addon - AutoTeamBalance" (1.2) by FeuerSturm
 "[UMC] Player Limits" (3.3.2) by Steell
 "Basic Info Triggers" (1.4.1) by AlliedModders LLC
 "[DoD TMS] Addon - Secret Spectate" (1.2) by FeuerSturm
 "[DoD TMS] Base  - DoD TeamManager Source" (1.2) by FeuerSturm
 "Admin Help" (1.4.1) by AlliedModders LLC
 "[UMC] Post-Played Exclusion" (3.3.2) by Sazpaimon and Steell
 "Reserved Slots" (1.4.1) by AlliedModders LLC
 "Basic Chat" (1.4.1) by AlliedModders LLC
Your Nominate and RTV Plugin is currently not running.
Firefly86 is offline
Kahl_Drogo
Senior Member
Join Date: Apr 2012
Old 04-20-2012 , 15:51   Re: [UMC3] Ultimate Mapchooser 3.3.2 (Updated 3/4/2012)
Reply With Quote #2610

Thx Steell for help. And I have another problem :

It's posibble set this sample options:

If at 20 - 24 is 24 players on serwer then in vote they are only map setting in 20 -24 maps?
Kahl_Drogo 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 07:15.


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