init() //checked matches cerberus output { if ( !isDefined( game[ "flagmodels" ] ) ) { game[ "flagmodels" ] = []; } if ( !isDefined( game[ "carry_flagmodels" ] ) ) { game[ "carry_flagmodels" ] = []; } if ( !isDefined( game[ "carry_icon" ] ) ) { game[ "carry_icon" ] = []; } game[ "flagmodels" ][ "neutral" ] = "mp_flag_neutral"; } customteam_init() //checked matches cerberus output { if ( getDvar( "g_customTeamName_Allies" ) != "" ) { setdvar( "g_TeamName_Allies", getDvar( "g_customTeamName_Allies" ) ); } if ( getDvar( "g_customTeamName_Axis" ) != "" ) { setdvar( "g_TeamName_Axis", getDvar( "g_customTeamName_Axis" ) ); } }