For one are you using a mod for example ETPRO SHRUB??? I think for something easy Id go for the Objextive cycle, what you want to do is look in the maps .pk3 and find the Name of the BSP thats the name that you will use in your cycle…here is a for instance:
set d1 “set g_gametype 2 ; map 1944_beach ; set nextmap vstr d2”
set d2 “set g_gametype 2 ; map beta44_cherbourg ; set nextmap vstr d3”
set d3 “set g_gametype 2 ; map berserk ; set nextmap vstr d4”
set d4 “set g_gametype 2 ; map xdam ; set nextmap vstr d5”
set d5 “set g_gametype 2 ; map escaped1 ; set nextmap vstr d6”
set d6 “set g_gametype 2 ; map TownSquare ; set nextmap vstr d1”
vstr d1
very simple, just edit your obj cycle and add it to your et main, and on the server.cfg twords the bottom you will see something like this:
// MAP ROTATION
//exec campaigncycle.cfg // Campaign mode
exec objectivecycle.cfg // Objective mode
//exec lmscycle.cfg // Last Man Standing mode
//exec stopwatchcycle.cfg // stopwatch
// WATCHDOG
notice the objextive cycle is not hashed out…
turn off your server and then restart it, make sure you have the map names typed correctly!!. ET does not like to play maps that you have spelled incorrectly…