global function CustomPrivateMatchModesInit void function CustomPrivateMatchModesInit() { // modes AddPrivateMatchMode( "gg" ) AddPrivateMatchMode( "inf" ) AddPrivateMatchMode( "kr" ) AddPrivateMatchMode( "tt" ) AddPrivateMatchMode( "ctf_comp" ) // this is nonfunctional for some reason AddPrivateMatchMap( "mp_skyway_v1" ) }