hey im trying to setup a private server for my friends and i using the ql ruleset
what i want to do is when a g_gametype is voted in have a different set of map rotations per gametype.
what i have tried, but failed, is in rotation.txt
if ( $g_gametype == 0 ) {
"map1"
"map2"
}
if ( $g_gametype == 1 ) {
"map3"
"map4"
}
also i tried making two rotation.txt one for ffa and one for 1v1 and put in sever.cfg
if ( $g_gametype == 0 ) {
g_rotation 1v1.txt
}
if ( $g_gametype == 1 ) {
g_rotation ffa.txt
}
didnt work either,
and now im alittle stumped...
thank for the help