//<!-----------DO NOT EDIT BELOW THIS LINE-------------!>
Main:
tagteam_settings:
local.tagteam = makearray
/*
=============
Instructions:
Change the values in the 2nd collum to those that you prefer.
RGB means Red Green Blue format, 
=============
*/
//<!-----------DO NOT EDIT ABOVE THIS LINE-------------!>







//-- Tag-Team Settings

// Command                                         // Setting                         // Help               
//--------                                          ----------                         --------

"Game Version"                                       "AA"                              "Version of MoH- Can only be AA, SH, or BT"

"Melting Time"                                       "7"                               "How long it takes to melt a player"

"Beam Color - RGB (Freeze)"                          "1 0.18 0.09"                     "Color of frozen players beams"

"Beam Color - RGB (Touching)"                        "0.193 1 0.153"                   "Color of frozen players beams when melting"

"Round Timelimit"                                    "7"                               "Length of the rounds"

"Melting Sound Volume"                               "1"                                "Volume of Melting Sound 1 for full, 0 for off"





//<!-----------DO NOT EDIT BELOW THIS LINE-------------!>
endarray
end local.tagteam
weapon_limiter:
local.exchange = makearray
/*
=============
Instructions:
The 1st Colum is the Gun, the second collom is the gun u wish to change it with.
Use a gun name from the first collum. 

leave it blank if you do not want it to exchange

THIS IS FOR AA ONLY
=============
*/
//<!-----------DO NOT EDIT ABOVE THIS LINE-------------!>



//THIS IS FOR AA ONLY


//-- On/off -- 1/0
"Weapons Limiter Run"           "1"



//-- Weapon                  //---Gun to Swap with        // -- Disable Gun = 0 || Enable Gun = 1
"m1 garand"                  "thompson"                            "1"

"thompson"                   ""                            "1"

"bar"                        ""                            "1"

"springfield"                ""                            "1"

"bazooka"                    ""                            "1"

"kar98"                      "mp40"                            "1"

"mp40"                       ""                            "1"

"mp44"                       ""                            "1"

"kar98 sniper"               ""                            "1"

"panzerschreck"              ""                            "1"

"shotgun"                    ""                            "1"







//!<-----------DO NOT EDIT BELOW THIS LINE-------------!>
endarray
end local.exchange
weapon_limiter_SH:
local.exchange_SH = makearray
/*
=============
Instructions:
The 1st Colum is the Gun, the second collom is the gun u wish to change it with.
Use a gun name from the first collum. 

To run the mod change the first row second collom to 1
to turn off the limiter set it to 0

THIS IS FOR SH ONLY
=============
*/
//<!-----------DO NOT EDIT ABOVE THIS LINE-------------!>






//THIS IS FOR SH ONLY


//-- On/off -- 1/0
"Weapons Limiter Run"           "1"



//-- Weapon                  //---Gun to Swap with
"m1 garand"                  ""

"thompson"                   ""

"bar"                        ""

"springfield"                ""

"bazooka"                    ""

"kar98"                      ""

"mp40"                       ""

"mp44"                       ""

"kar98 sniper"               ""

"panzerschreck"              ""

"shotgun"                    ""

"kar98 mortar"               ""

"enfield"                    ""

"G43"                        ""

"nagant"                     ""

"ppsh"                       ""

"svt rifle"                  ""

"sten"                       ""






//!<-----------DO NOT EDIT BELOW THIS LINE-------------!>
endarray
end local.exchange_SH