Left 4 Dead 2

Left 4 Dead 2

Not enough ratings
Give items to teammates faster (Script)
By jive
herro
Normally when you want to give Adrenaline/Pills to your teammates during gameplay, you'll have to switch to the item, go to teammate and MOUSE2 in order to give the item to your teammate. But with this script you can just go to teammate and press one button to give them the item and save as much time as possible.
   
Award
Favorite
Favorited
Unfavorite
The bind
alias +give "slot5; +attack2" alias -give "-attack2" bind g "+give"
NOTE: You can have any other keys instead of "G" (must be unbound) to bind to it.
In this case, I used "G". Thus, I will only need to go to a teammate and press G and Adrenaline/Pills will be instantly given to them and I will automatically switch to my primary weapon, ready to fight.
4 Comments
andersenman 27 Sep, 2021 @ 11:48am 
B)
jive  [author] 27 Sep, 2021 @ 11:39am 
oh yeah, wasnt thinking about that one at the time i was writing this guide. thanks for the tip 👌
andersenman 27 Sep, 2021 @ 10:13am 
Or, instead of adding it to config.cfg and somehow jamming the game client from regular overwriting during its normal operation, save yourself the hassle and add it to a dedicated file named autoexec.cfg and place that in SteamApps\common\Left 4 Dead 2\left4dead2\cfg next to (among others) valve.rc. Enjoy!
Cadet Leony 4 Jun, 2021 @ 9:47am 
I used this trick and it's really useful for some situations. Thanks for the guide.