// MULTIPLAYER DEFAULT COD3 XBOX A BUTTONS // // AKA: Default unbind L1 unbind R1 unbind L2 unbind R2 unbind L3 unbind R3 unbind SQUARE unbind TRIANGLE unbind CIRCLE unbind JOY6 unbind UPARROW unbind DOWNARROW unbind LEFTARROW unbind RIGHTARROW unbind TAB unbind PAUSE unbind ESCAPE clearallaliases // Controller Controls bind L1 "+speed" bind R1 "+attack" bind L2 "weapnext" bind R2 "+class" bind L3 "+sprintbreath" bind R3 "+grenadeattack" //Stance&Activate bind SQUARE "+activatereload" bind TRIANGLE "+melee" bind CIRCLE "+stance" bind JOY6 "+gostand" //Menus&Interaction bind TAB "+scores" bind PAUSE "togglepaused" bind ESCAPE "togglemenu" //Vehicle Controls buttonalias Vehicle X "SwitchSeats" buttonalias Vehicle SQUARE "HandBrake" buttonalias Vehicle CIRCLE "Reverse" buttonalias Vehicle R1 "Gas" buttonalias Vehicle L1 "HandBrake" buttonalias VehicleTank L1 "AlignTurret" buttonalias VehicleTank L2 "FireCoax" +holdbreath // this is how many millisecs count twards the "activate" part of the activate reload // this should be 0 if not using activate reload set g_useholdtime "250"