As I know,no there isn´t.
But you can try this one:
bind F5 “team r 3 3 38 ; exec dupstep/dupstep_misc/fieldops.cfg” // Axis
bind F6 “team b 3 4 37 ; exec dupstep/dupstep_misc/fieldops.cfg” // Allies
bind F7 “team r 4 3 38 ; exec dupstep/dupstep_misc/covertops.cfg” // Axis
bind F8 “team b 4 4 37 ; exec dupstep/dupstep_misc/covertops.cfg” // Allies
So,now make covertops.cfg,where you put things…etc.
There is another way:
autoexec_allies
unbind F5
bind F5 “b 3 4 37 ; exec dupstep/dupstep_misc/fieldops.cfg”
and in autoexec_axis
bind F5 r 3 3 38 ; exec dupstep/dupstep_misc/fieldops.cfg"
And in Field Ops cfg(example):
// Dupsteps Field Ops Settings and Binds
say_team ^>[ ^mF^oiel^mD O^ops ^>]
wait 10 ; play sound\misc\am_pkup.wav
wait 20 ; net_restart
// Field Ops Class Scripts by Dupstep
unbind F2
unbind F3
bind F2 “vstr classsay1”
bind F3 “vstr classsay2”
// Field Ops arty script
bind b “com_maxfps 111;+zoom;+attack;com_maxfps 125;-attack;-zoom;”
// Classvsays
set classsay1 “vsay_team Welcome ^/Giving ^oout ^/ammo^s<^0:^wD”
set classsay2 “vsay_team FireInTheHole ^?Watch out, ^/planes on the way^s<^0:^wD”
// Weapon settings
bind 5 “weaponbank 5;com_maxfps 125;m_pitch 0.015001;sensitivity 2.76”