Shippuden February 11 Share Shippuden Member February 11 Need help placing the BIND, I don't know where to place and what commands to put, I tried "autoexec", "config" and the commands for example bind "7" "gc_first_aid_kit", but it doesn't work for me. Link to comment Share on other sites More sharing options...
Mercman February 13 Share Mercman GC Coalition Member February 13 Hello Ship Good to see you back search for binds there are other posts links for some help Here is where mine is at Yours should be the same I think Link to comment Share on other sites More sharing options...
Mercman February 13 Share Mercman GC Coalition Member February 13 my location steamlibrary/steamapps/Left 4 Dead /left4dead2/cfg Link to comment Share on other sites More sharing options...
Soda February 13 Share Soda GC Board Member February 13 The syntax for binding is usually going to require knowing what commands are actually real on the server. Some simple ones I use are: bind t sm_teams bind i sm_tp bind l sm_laser bind mouse5 sm_heal In those commands "sm_" is the prefix used for Sourcemod plugins, and these commands are ones specifically used by the points or teams plugins. Link to comment Share on other sites More sharing options...
archer June 7 Share archer GC Coalition Member June 7 Config file you want to edit: C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\cfg\config.cfg Here is mine: // buy menu bind "b" "sm_buy" // mystery box bind "c" "sm_buy; wait 2; menuselect 3; wait 2; menuselect 5; wait 2; menuselect 1; wait 123; slot10" // full heal bind "f" "say_team !heal" // health kit bind "h" "sm_buy; wait 2; menuselect 3; wait 2; menuselect 1; wait 2; menuselect 1; wait 123; slot10" // adren bind "i" "say_team /buy adren" // absolute necessity bind "j" "say /slap star" // laser bind "l" "sm_buy; wait 2; menuselect 2; wait 2; menuselect 1; wait 2; menuselect 1; wait 123; slot10" // pills bind "o" "sm_buy; wait 2; menuselect 3; wait 2; menuselect 3; wait 2; menuselect 1; wait 123; slot10" // points bind "p" "say_team !points" // fireworks bind "t" "sm_buy; wait 2; menuselect 4; wait 2; menuselect 7; wait 2; menuselect 1; wait 2; menuselect 1; wait 123; slot10" // send points bind "z" "say_team !sp" // ammo bind "." "sm_buy; wait 2; menuselect 2; wait 2; menuselect 6; wait 2; menuselect 1; wait 123; slot10" // this is the biggest lie ever it doesnt trucking work bind "-" "say_team !repeatbuy" // mystery box #2 bind "=" "sm_buy; menuselect 4; menuselect 9; menuselect 1; menuselect 1;" // suicide, and honestly, just feels right bind "DEL" "sm_buy; wait 2; menuselect 1; wait 2; menuselect 2; wait 2; menuselect 1; wait 2; menuselect 1; wait 123; slot10" // mystery box #3 bind "F4" "sm_buy; wait 2; menuselect 1; wait 2; menuselect 6; wait 2; menuselect 1; wait 2; menuselect 1; wait 123; slot10" // probably pipe bombs bind "F6" "say_team /buy pipe" // explosive ammo bind "F7" "say_team /buy exp" // fast connect to server bind "F10" "connect 74.91.115.164:27016" Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now