using osp the following works in our duel server, capped the player numbers at 7 & the teams at 1 ie;
/ #################################
// TEAMPLAY/1v1 Parameters
// #################################
set team_a_name "team a"
set team_a_skin "female/brianna"
set team_a_hookcolor "0xf2f2f2f2"
set team_b_name "team b"
set team_b_skin "male/sniper"
set team_b_hookcolor "0xd1d1d1d1"
set team_maxplayers 1
set team_hurtteam 1
set team_hurtself 1
set team_overtime_mode 1
set team_overtime_time 5
set team_lockskin 0
set team_idteam 1
set team_duelrecover 0
set team_recovertime 0
also maybe of use:
// ##################################
// MATCH Parameters
// ##################################
set match_mode 2
set match_latejoin 2
set match_prestartpercent 100
set match_readypercent 100
set match_countdown 10
set match_countinfo 1
set match_timeouts 2
set match_pausetime 20.0
set match_startsound 1
set match_strictmode 0
remember I said we use osp as well, can't see any harm in editing your .cfg with a couple of lines to see what happens .. g'luck
