Jump to content

Help BIND


Shippuden

Recommended Posts

GC Coalition Member

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

GC Board Member

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

  • 3 months later...
GC Coalition Member

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...